H5-移动端小于1px的处理
2018-11-05 本文已影响1人
墨_梵
移动端小于1px的处理
&:after{
content: " ";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-right: 1px solid rgba(255,255,255,0.3);
-webkit-transform: scale(.5);
-webkit-transform-origin: 0 0;
-webkit-box-sizing: border-box;
z-index :0;
}