Yipage/code-share

前端-移动端1像素问题解决

Opened this issue · 0 comments

.one_line::after{
       content: '';
       width: 100%;
       height: 1px;
       background: #999;
       position: absolute;
       bottom: 0;
       left: 0;
       transform: scaleY(0.25);
}

采用缩放形式