请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

1回答

ustbhuangyi 2020-02-12 10:09:26

1 像素的实现可以参考二期课程的源码,使用了 cube-ui 中定义的 1px 的 mixin 函数:

border-1px($color = #ccc, $radius = 2PX, $style = solid)
 position: relative
 &::after
   content: ""
   pointer-events: none
   display: block
   position: absolute
   left: 0
   top: 0
   transform-origin: 0 0
   border: 1PX $style $color
   border-radius: $radius
   box-sizing border-box
   width 100%
   height 100%
   @media (min-resolution: 2dppx)
     width: 200%
     height: 200%
     border-radius: $radius * 2
     transform: scale(.5)
   @media (min-resolution: 3dppx)
     width: 300%
     height: 300%
     border-radius: $radius * 3
     transform: scale(.333)

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信