Skip to content

Commit a2054ae

Browse files
author
zhangyonghong
committed
update
1 parent 9566278 commit a2054ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,12 @@ user-select:none;
303303
- 第二种方案:
304304
- 将type="number"改为type="tel",同样是数字键盘,但是没有箭头。
305305

306-
- [HTML5手机浏览直接给一个号码打电话,发短信](http://java-er.com/blog/html5-mobile-call-sms/)
306+
- [HTML5手机浏览直接给一个号码打电话,发短信](http://java-er.com/blog/html5-mobile-call-sms/)
307307

308-
```html
309-
<a href="tel:15222222222">移动WEB页面JS一键拨打号码咨询功能</a>
310-
<a href="sms:15222222222">移动WEB页面JS一键发送短信咨询功能</a>
311-
`移动web页面自动探测电话号码`
312-
<meta name="format-detection" content="telephone=no">
313-
<meta http-equiv="x-rim-auto-match" content="none">
314-
```
308+
```html
309+
<a href="tel:15222222222">移动WEB页面JS一键拨打号码咨询功能</a>
310+
<a href="sms:15222222222">移动WEB页面JS一键发送短信咨询功能</a>
311+
//移动web页面自动探测电话号码
312+
<meta name="format-detection" content="telephone=no">
313+
<meta http-equiv="x-rim-auto-match" content="none">
314+
```

0 commit comments

Comments
 (0)