移动端前端笔记
1、利用css伪类after或before的写法来设置某些小icon的时候,高度、宽度都是0,虽然有边框,但是如果加上overflow:hidden,安卓2.xx的低版本的自带浏览器就无法显示了
1
2
3
4
5
6
7
8
9
10
11 |
.cur:after{ display : block ; content : "" ; width : 0px ; height : 0px ; border-width : 6px ; border-color : transparent
transparent #fff ; border-style : solid ; position : absolute ; bottom : 0px ; left : 50% ; margin-left : -10px ;} |
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。