scss替换为less

This commit is contained in:
2026-03-21 15:59:59 +08:00
parent 4578670432
commit c1cbb45b34
46 changed files with 1801 additions and 2623 deletions
@@ -5,11 +5,11 @@
display: inline-block;
margin: 0 1em .5em 0;
padding: 4px;
border: 1px solid $colorBorder;
border: 1px solid @colorBorder;
font-size: 1.2rem;
@extend %trans;
.trans();
&:hover {
background:rgba(204, 204, 204, 0.3);
background: rgba(204, 204, 204, 0.3);
}
}
}
@@ -39,8 +39,8 @@
right: 0;
bottom: 0;
height: 2px;
background: $colorLink;
background: @colorLink;
transition: width .3s ease;
}
}
}
}
@@ -20,7 +20,7 @@
}
}
#load-tip {
color: $color9;
color: @color9;
text-align: center;
display: none;
}
}