前端-移动端1像素问题解决
Opened this issue · 0 comments
agger21 commented
.one_line::after{
content: '';
width: 100%;
height: 1px;
background: #999;
position: absolute;
bottom: 0;
left: 0;
transform: scaleY(0.25);
}
采用缩放形式