修改css写法
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
编码猿
2024-12-11 00:39:24 +08:00
parent e028792ff9
commit f66211d9cf
5 changed files with 248 additions and 326 deletions

View File

@@ -4,48 +4,41 @@
.header {
color: var(--textColor);
input {
margin: 0 .16rem;
font-size: var(--f15);
color: var(--tipsTextColor);
height: 80%;
background: #f5f5f5;
border-radius: .5rem;
padding: 0 .2rem;
box-sizing: border-box;
}
div {
font-size: 0.32rem !important;
}
}
.content {
.no-search {
padding-top: .4rem;
}
.have-search {
padding-top: .02rem;
}
.search_list {
margin-bottom: .7rem;
.title {
height: 40px;
font-size: var(--f13);
color: var(--tipsTextColor);
margin-bottom: 0.14rem;
}
ul {
li {
padding: 0 var(--f10);
margin-bottom: .16rem;
a {
font-size: var(--f16);
color: var(--textColor);
}
}
}
}
}
}
.header input {
margin: 0 0.16rem;
font-size: var(--f15);
color: var(--tipsTextColor);
height: 80%;
background: #f5f5f5;
border-radius: 0.5rem;
padding: 0 0.2rem;
box-sizing: border-box;
}
.header div {
font-size: 0.32rem !important;
}
.content .no-search {
padding-top: 0.4rem;
}
.content .have-search {
padding-top: 0.02rem;
}
.content .search_list {
margin-bottom: 0.7rem;
}
.content .search_list .title {
height: 40px;
font-size: var(--f13);
color: var(--tipsTextColor);
margin-bottom: 0.14rem;
}
.content .search_list ul li {
padding: 0 var(--f10);
margin-bottom: 0.16rem;
}
.content .search_list ul li a {
font-size: var(--f16);
color: var(--textColor);
}