33 lines
655 B
Plaintext
33 lines
655 B
Plaintext
@import "../../static/css/commission.wxss";
|
|
|
|
.com-order .fui-cell-group .fui-cell .fui-cell-label {
|
|
width: auto;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.com-order .fui-cell-group .fui-cell .fui-cell-info {
|
|
text-align: right;
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.com-order .fui-list .fui-list-inner .row .row-text {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.com-order .fui-cell-group {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.com-order .fui-cell-group .details {
|
|
display: none;
|
|
}
|
|
|
|
.com-order .fui-cell-group.toggleSend-group .details {
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.fui-cell-group.toggleSend-group .fui-cell .fui-cell-remark::after {
|
|
transform: rotate(135deg);
|
|
} |