Skip to content

Commit 4eda814

Browse files
author
zhangyonghong
committed
add mobile
1 parent 4850a0e commit 4eda814

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ pointer-events:none;
129129
-webkit-user-modify: read-write-plaintext-only;
130130
```
131131

132+
- [input:focus时input不随软键盘升起而抬高的情况](http://www.cnblogs.com/hongru/archive/2013/02/06/2902938.html)
133+
```css
134+
:focus{-webkit-tap-highlight-color:rgba(255, 255, 255, 0);
135+
-webkit-user-modify:read-write-plaintext-only;}
136+
```
137+
132138
- 变灰 gray
133139
```css
134140
html{

0 commit comments

Comments
 (0)