虚拟库

This commit is contained in:
2022-10-28 10:28:13 +08:00
parent bf48ed3991
commit e9ee7922f6
6 changed files with 87 additions and 20 deletions

View File

@@ -107,11 +107,26 @@ uni-button:after {
text-align-last: justify;
text-justify: inter-ideograph;/*兼容ie*/
}
.filter_label_1 {
line-height: 30rpx;
}
.filter_input_wraper {
flex: 1;
height: 80rpx;
padding: 5rpx 0;
margin-left: 30rpx;
display: flex;
justify-content: flex-start;
align-items: center;
}
.filter_input_wraper_1 {
height: 30rpx;
}
.filter_input_wraper_inn_text {
line-height: 30rpx;
font-size: 28rpx;
color: #606266;
margin-left: 10rpx;
}
.filter_input {
width: 100%;