移动端1px边框

1 父类设置

position:relative

 

2 子类设置

position: absolute;
left:0;
top:-1px;
content: "";
display: inline-block;
width:100%;
height:1px;
border-bottom:1px solid red;
transform: scaleY(0.5);

posted @ 2017-03-07 15:29  郭康勋kawhi  阅读(110)  评论(0编辑  收藏  举报