first commit

This commit is contained in:
编码猿
2024-09-27 01:31:25 +08:00
commit 07c46ac300
558 changed files with 37414 additions and 0 deletions

36
h5/css/search.css Normal file
View File

@@ -0,0 +1,36 @@
.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;
}