This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user