This commit is contained in:
2025-06-03 15:51:44 +08:00
parent 697d14a3ac
commit f0946f1ba6
6 changed files with 40 additions and 31 deletions

View File

@@ -142,30 +142,30 @@ uni-button:after {
padding: 14rpx 14rpx 0 14rpx;
}
.filter_item {
display: flex;
align-items: center;
// display: flex;
// align-items: center;
width: 100%;
margin-bottom: 10rpx;
}
.filter_item:last-child {
margin-bottom: 0;
// margin-bottom: 0;
}
.filter_label_wraper {
flex: none;
width: 140rpx;
text-align:justify;
text-align-last: justify;
text-justify: inter-ideograph;/*ie*/
// flex: none;
// width: 140rpx;
// text-align:justify;
// text-align-last: justify;
// text-justify: inter-ideograph;/*ie*/
}
.filter_label {
display: block;
width: 140rpx;
// display: block;
// width: 140rpx;
line-height: 80rpx;
font-size: 28rpx;
color: #323232;
text-align:justify;
text-align-last: justify;
text-justify: inter-ideograph;/*ie*/
// text-align:justify;
// text-align-last: justify;
// text-justify: inter-ideograph;/*ie*/
}
.filter_label_1 {
line-height: 30rpx;
@@ -189,11 +189,11 @@ uni-button:after {
}
.filter_input_wraper {
/* flex: 1; */
width: calc(100% - 170rpx);
// width: calc(100% - 170rpx);
height: 80rpx;
line-height: 80rpx;
padding: 5rpx 0;
margin-left: 30rpx;
// margin-left: 30rpx;
display: flex;
justify-content: flex-start;
align-items: center;