修改样式

This commit is contained in:
xuli3099
2025-08-25 15:10:13 +08:00
parent 19824d25e5
commit 1c906127b1

View File

@@ -215,11 +215,20 @@ page {
color:#fff; color:#fff;
font-size:28rpx; font-size:28rpx;
} }
.search-bg .search-right .uni-input-placeholder::before{
font-family: uniicons;
content: "\e654";
font-size: 40rpx !important;
margin-right:10rpx;
}
.search-bg .search-right .uni-input .uni-input-input{ .search-bg .search-right .uni-input .uni-input-input{
width: 380rpx; width: 420rpx;
} }
.search-bg .search-right .uni-input .search-color{ .search-bg .search-right .uni-input .search-color{
color:#fff !important; color:#fff !important;
/* margin-top:-5px !important; */
display: flex;
align-items: center;
} }
/* 搜索框修改样式 end */ /* 搜索框修改样式 end */