提交 aa3ff6b4 编写于 作者: D dolymood

refactor(style): border-x-1px remove translateZ

上级 fb43c1f1
......@@ -60,34 +60,34 @@ body, html
.border-top-1px
&::before
width: 200%
transform: scale(.5) translateZ(0)
transform: scale(.5)
.border-right-1px
&::after
height: 200%
transform: scale(.5) translateZ(0)
transform: scale(.5)
.border-bottom-1px
&::after
width: 200%
transform: scale(.5) translateZ(0)
transform: scale(.5)
.border-left-1px
&::before
height: 200%
transform: scale(.5) translateZ(0)
transform: scale(.5)
@media (min-resolution: 3dppx)
.border-top-1px
&::before
width: 300%
transform: scale(.333) translateZ(0)
transform: scale(.333)
.border-right-1px
&::after
height: 300%
transform: scale(.333) translateZ(0)
transform: scale(.333)
.border-bottom-1px
&::after
width: 300%
transform: scale(.333) translateZ(0)
transform: scale(.333)
.border-left-1px
&::before
height: 300%
transform: scale(.333) translateZ(0)
transform: scale(.333)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册