为了账号安全,请及时绑定邮箱和手机立即绑定

移动端CSS 1像素边框问题、、、求解决方案

移动端CSS 1像素边框问题、、、求解决方案

慕尼黑8549860 2018-12-20 15:07:32
在网上找了好多个版本的解决方案,但貌似没一个能完美解决问题的,请教下各位高手可有解决方案呢?如题:移动端CSS 1像素边框问题;
查看完整描述

1 回答

?
蛊毒传说

TA贡献1895条经验 获得超3个赞

@media(-webkit-min-device-pixel-ratio:1.5),(min-device-aspect-ratio: 1.5)

  .border-1px

    &::before

      -webkit-transform scaleY(0.7)

      transform scaleY(0.7)

@media(-webkit-min-device-pixel-ratio:2),(min-device-aspect-ratio: 2)

  .border-1px

    &::before

      -webkit-transform scaleY(0.5)

      transform scaleY(0.5)

      

  border-1px($color)

  position relative

  &:after

    content ''

    position absolute

    left 0

    bottom 0

    width 100%

    border-bottom 1px solid $color

用stylus写的大致意思你应该能看懂

查看完整回答
反对 回复 2019-01-23
  • 1 回答
  • 0 关注
  • 889 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信