增加搜索插件

This commit is contained in:
xuli3099
2025-08-18 15:50:40 +08:00
parent 0c7c703481
commit 1a66f1f3a6
6 changed files with 225 additions and 71 deletions

View File

@@ -171,13 +171,51 @@ page {
}
.custom-search .uni-searchbar__box-icon-clear {
display: none !important;
/* display: none !important; */
margin-right:10rpx;
}
/* .custom-search .uni-searchbar__box-icon-clear .uniui-clear{
.custom-search .uni-searchbar__box-icon-clear .uniui-clear{
color:#fff !important;
font-size: 40rpx !important;
} */
}
/* 自定义搜索框 */
.search-bg{
background-color: #6FA2F8;
border-radius: 28rpx;
/* width:690rpx; */
width:630rpx;
height:56rpx;
margin:0 auto 30rpx;
padding:0 30rpx;
display: flex;
color:#fff;
font-size:28rpx;
flex: auto;
}
.search-bg .search-left{
border-right:1px solid #4687F2;
margin-top:10rpx;
margin-bottom:10rpx;
padding-right:30rpx;
/* width:10%; */
}
.search-bg .search-right{
margin-top:10rpx;
padding-left:30rpx;
/* width:60%; */
}
.search-bg .search-right .uni-input{
color:#fff;
font-size:28rpx;
}
.search-bg .search-right .uni-input .uni-input-input{
width: 380rpx;
}
.search-bg .search-right .uni-input .search-color{
color:#fff !important;
}
/* 搜索框修改样式 end */
.head-right {