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

移动端页面问题 #13

Open
xunyhu opened this issue Sep 1, 2017 · 0 comments
Open

移动端页面问题 #13

xunyhu opened this issue Sep 1, 2017 · 0 comments

Comments

@xunyhu
Copy link
Owner

xunyhu commented Sep 1, 2017

点击标签有闪烁阴影加这个代码

  * {
        -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;
@xunyhu xunyhu changed the title 移动端页面点击阴影 移动端页面问题 Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant