开发中设计给的线1px的处理

Posted 我有饼干吃

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了开发中设计给的线1px的处理相关的知识,希望对你有一定的参考价值。

.nav_1::after{
content: " ";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0;
border-bottom: 1px solid #b4b4b4;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}

 

以上前提必须给此元素加上样式position---->relative.

 

以上是关于开发中设计给的线1px的处理的主要内容,如果未能解决你的问题,请参考以下文章

Unity photosphere - 出现一条 1px 的线

移动端1px显示异常解决方案

处理移动端边框1px问题

在 UIView 上画一条很细的线

2022-05-26移动端设配方案

关于网页设计中css的排版问题