This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
@import "../tool/color.css";
|
||||
@import "../tool/size.css";
|
||||
@import "../tool/utils.css";
|
||||
|
||||
.type_list {
|
||||
li {
|
||||
text-align: center;
|
||||
margin-bottom: var(--f10);
|
||||
width: 25%;
|
||||
a {
|
||||
.text {
|
||||
color: var(--textColor);
|
||||
font-size: var(--f18);
|
||||
margin-bottom: .14rem;
|
||||
}
|
||||
.nums {
|
||||
font-size: var(--f14);
|
||||
color: var(--tipsTextColor);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user