移动端 1px边框

    xiaoxiao2021-03-25  164

    HTML:

    <div class='line'></div>

    CSS:

    .line{ width: 100%; position: relative; &:after{ content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 1px; border-top: 1px solid #DEDEDE ; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } }
    转载请注明原文地址: https://ju.6miu.com/read-2350.html

    最新回复(0)