移动端比1px还小的border

Posted 10manongit

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了移动端比1px还小的border相关的知识,希望对你有一定的参考价值。

巧用border

在移动端 经常出现border,细边框
但有的时候 产品大大1px甚至乎会觉得不够细
那么要如何写出比1px还要小的border
下面是代码 希望对大家有所帮助


.thinner-border {
    position: relative;
    width: 1px;
    margin:14px 0;
    height: 20px;
}
.thinner-border:after {
    content: ‘‘;
    position: absolute;
    width: 500%;
    height: 500%;
    border: 1px solid #ffd000;
    transform-origin: 0 0;
    transform: scale(0.2, 0.2);
    box-sizing: border-box;
}

以上是关于移动端比1px还小的border的主要内容,如果未能解决你的问题,请参考以下文章

移动端实现border:1px的解决方案

移动端 1px边框

移动端边框1px的实现

移动端1px像素解决方式,从1px像素问题剖析像素及viewport

如何解决移动端Retina屏1px像素的问题?

实现移动端1像素线--stylus