缓存线-详情

This commit is contained in:
2023-03-23 11:22:29 +08:00
parent afd39a685a
commit fb1e9f1049
3 changed files with 159 additions and 0 deletions

View File

@@ -75,6 +75,17 @@ uni-button:after {
border-radius: 8rpx;
text-indent: 40rpx;
}
.search-input-l {
width: 100%;
height: 86rpx;
line-height: 86rpx;
font-size: 32rpx;
color: #606266;
border: 1px solid #d1d1d1;
border-radius: 8rpx;
text-indent: 40rpx;
padding-right: 30rpx;
}
.confirm-button-wrap{
display: flex;
justify-content: flex-end;