简化写法

pull/166/head
lyswhut 2020-01-10 22:19:24 +08:00
parent d36e21ab56
commit 54354518d0
1 changed files with 26 additions and 26 deletions

View File

@ -666,21 +666,7 @@ export default {
.del-line {
position: relative;
}
.del-line:after {
display: block;
height: 1px;
position: absolute;
width: 110%;
content: ' ';
left: 0;
background-color: #000;
transform: rotate(23deg);
transform-origin: 0px;
top: 2px;
z-index: 1;
}
.del-line:before {
&:before {
display: block;
height: 1px;
position: absolute;
@ -692,6 +678,20 @@ export default {
transform-origin: 0;
top: 83%;
z-index: 1;
}
&:after {
display: block;
height: 1px;
position: absolute;
width: 110%;
content: ' ';
left: 0;
background-color: #000;
transform: rotate(23deg);
transform-origin: 0px;
top: 2px;
z-index: 1;
}
}
each(@themes, {