Skip to content

Commit 821598e

Browse files
author
zhangyonghong
committed
add store
1 parent bde96b7 commit 821598e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,9 @@ user-select:none;
280280
@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 Plus */
281281
.class{}
282282
}
283+
```
284+
285+
- 屏蔽苹果浏览器对数字的识别[Meta标签中的format-detection属性及含义](http://blog.sina.com.cn/s/blog_51048da70101cgea.html)
286+
```html
287+
<meta content="telephone=no" name="format-detection">
283288
```

0 commit comments

Comments
 (0)