44 lines
906 B
CSS
44 lines
906 B
CSS
@import "../tool/color.css";
|
|
@import "../tool/size.css";
|
|
@import "../tool/utils.css";
|
|
|
|
.header {
|
|
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);
|
|
}
|
|
|