入库
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user