You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
534 B
31 lines
534 B
1 year ago
|
|
||
|
.complaint-title {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding: 20rpx 25rpx;
|
||
|
color: #666;
|
||
|
}
|
||
|
.complaint-star-view.complaint-title {
|
||
|
justify-content: flex-start;
|
||
|
margin: 0;
|
||
|
}
|
||
|
.cu-form-group picker .picker{
|
||
|
text-align: left;
|
||
|
}
|
||
|
.solids::after {
|
||
|
border: 2px dashed #c5c5c5;
|
||
|
}
|
||
|
.wanlian.cu-bar.tabbar {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
.wanlian.cu-bar.tabbar .cu-btn {
|
||
|
width: calc(100% - 50rpx);
|
||
|
}
|
||
|
.wanlian.cu-bar.tabbar .cu-btn.lg {
|
||
|
font-size: 32rpx;
|
||
|
height: 86rpx;
|
||
|
}
|
||
|
|