24 lines
509 B
CSS
24 lines
509 B
CSS
@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);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
} |