使用flexible.js,怎么解决1px问题?

使用flexible.js,怎么解决1px问题?

我写边框样式的时候,border:1px solid #000,但是在手机上看比实际的1px粗,求问怎么解决好?


达令说
浏览 1108回答 2
2回答

慕娘9325324

.border-1px {  position: relative;  }  .border-1px:after {  content: '';  position: absolute;  left: 0;  right: 0;  bottom: 0;  height: 1px;  background: #000;  transform: scaleY(.5);  }
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript