61 lines
1.1 KiB
Plaintext
61 lines
1.1 KiB
Plaintext
@import "../../static/css/commission.wxss";
|
|
|
|
.com-log .fui-cell-group .fui-cell .fui-cell-label {
|
|
width: auto;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.com-log .fui-cell-group .fui-cell .fui-cell-info {
|
|
text-align: right;
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.com-log .fui-list .fui-list-inner .row .row-text {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.com-log .fui-tab .item {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.com-log .fui-list .fui-list-inner .row .row-text {
|
|
font-size: 26rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.com-log .fui-list .fui-list-inner .subtitle {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.com-log .row-remark {
|
|
text-align: right;
|
|
position: relative;
|
|
flex-shrink: 0;
|
|
padding-left: 25rpx;
|
|
line-height: 1.5;
|
|
color: #000;
|
|
}
|
|
|
|
.com-log .fui-list.particulars {
|
|
height: 88rpx;
|
|
}
|
|
|
|
.com-log .fui-list.particulars .div {
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 22rpx;
|
|
border-right: 1px solid #ededed;
|
|
color: #000;
|
|
}
|
|
|
|
.com-log .fui-list.particulars .div:last-child {
|
|
border: 0;
|
|
}
|
|
|
|
.com-log .row-remark::before {
|
|
display: none;
|
|
} |