一些新的css3 属性

时间:2022-11-17 00:17:21

1.radio,checkbox
2.pointer-events: 鼠标事件拜拜的属性;详解
3.user-select:

坑1,在做h5页面时,要在微信中识别图中二维码。
需要移除pointer-events 属性,及添加user-select:none;属性。

坑2,h5页面中radio,checkbox加上label,在tap时会在后面产生一个阴影效果。
现在看的一个办法是,在radio,checkbox中添加visiable:hidden;然后用js添加radio,checkbox的选中和未选中的值。

坑2,在Android中的h5页面长按扫描二维码,需要在img的父节点上添加.qrcode

.qrcode{ padding:200px 0 0 200px !important; margin:-200px 0 0 -200px !important; position: relative;z-index: 100; -webkit-user-select: none; }

原文

http://activity.gkoudai.com/s/10-18/