Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XInput disabled 的 input 在 iOS Safari 下的文字颜色过浅,手机上几乎看不到 #2458

Closed
koucxz opened this issue Jan 31, 2018 · 0 comments

Comments

@koucxz
Copy link

koucxz commented Jan 31, 2018

vux版本: 2.7.7
设备: iPhone 7
系统: iOS 11

bug

image

问题原因
iPhone input[disabled]会设置 opacity
解决代码

.vux-x-input.disabled .weui-input {
	-webkit-opacity:1;  
	opacity: 1;
}
@koucxz koucxz changed the title XInput disabled 的 input 在 iPhone Safari 下的文字颜色过浅,手机上几乎看不到 XInput disabled 的 input 在 iOS Safari 下的文字颜色过浅,手机上几乎看不到 Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants