refactor: details

This commit is contained in:
2026-03-31 22:32:52 +08:00
parent 18ea01b904
commit 273f949839
2 changed files with 7 additions and 8 deletions
+5 -6
View File
@@ -4,8 +4,8 @@
/* icon */
icon, pull{
@apply inline-block;
width: 2em;
height: 2em;
width: 1.5em;
height: 1.28em;
vertical-align: text-bottom;
--icon-src: '';
background-image: var(--icon-src);
@@ -13,10 +13,9 @@ icon, pull{
background-position: center;
background-repeat: no-repeat;
}
icon.mini{
width: 1.5em;
height: 1.28em;
vertical-align: text-bottom;
icon.big{
width: 2em;
height: 2em;
}
pull{
margin-right: -.5em;