We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
点击标签有闪烁阴影加这个代码
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; tap-highlight-color: rgba(0, 0, 0, 0); }
p标签文字左边对齐了右边没对齐
text-align:justify; text-justify:inter-ideograph;
p标签文字省略号
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
禁止在app里长按复制
body {-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none; }
禁止自动识别电话号码
<meta name="format-detection" content="telephone=no" />
屏蔽双击缩放功能
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
input框或者文本框设置样式
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ color: #a75700; font-size: 16px; height: 28px; line-height: 28px; font-weight: 800; text-indent: 15px }
ios上滑动不流畅
-webkit-overflow-scrolling:touch;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
点击标签有闪烁阴影加这个代码
p标签文字左边对齐了右边没对齐
p标签文字省略号
禁止在app里长按复制
禁止自动识别电话号码
屏蔽双击缩放功能
input框或者文本框设置样式
ios上滑动不流畅
The text was updated successfully, but these errors were encountered: