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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -4,11 +4,7 @@
|
||||
|
||||
|
||||
.header {
|
||||
color: var(--textColor);
|
||||
font-size: var(--f16);
|
||||
.title{
|
||||
margin: 0 .16rem;
|
||||
}
|
||||
|
||||
.ilist {
|
||||
i {
|
||||
font-size: var(--f22) !important;
|
||||
|
||||
0
css/page/tagListInfo.css
Normal file
0
css/page/tagListInfo.css
Normal file
Reference in New Issue
Block a user