Files
ClassContent/历届学生/fontendsix/项目练习/上课项目/屁桃儿/css/search.css
2024-09-27 02:06:13 +08:00

68 lines
1.1 KiB
CSS

.search_input {
font-size: 0;
display: flex;
height: 0.88rem;
align-items: center;
box-sizing: border-box;
justify-content: space-between;
padding: 0 0.3rem;
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 999;
}
.search_input input{
width: 80%;
border: none;
outline: none;
height: 0.6rem;
padding-left: 0.3rem;
border-radius: 0.6rem;
box-sizing: border-box;
font-size: 0.26rem;
}
.search_input i {
color: #fff;
font-size: 0.32rem;
font-weight: bolder;
}
.search_list ul .nodata{
font-size: 0.26rem;
width: 100%;
text-align: center;
color: #666;
margin-top: 0.4rem;
}
.loading {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
display: none;
}
.back {
padding: 0.4rem 0.4rem;
background: #fb7299;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.16rem;
max-width: 4rem;
}
.back span {
font-size: 0.3rem;
letter-spacing: 0.02rem;
color: #fff;
}