45 lines
682 B
Plaintext
45 lines
682 B
Plaintext
/* pages/member/present/present.wxss */
|
|
.commission .times {
|
|
text-align: left;
|
|
text-indent: 20rpx;
|
|
line-height: 64rpx;
|
|
}
|
|
|
|
.commission .tbs {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 24rpx;
|
|
border-bottom: 2rpx solid #e2e2e2;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.commission .tbs .li {
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.commission .tbs .item1 {
|
|
color: #000;
|
|
flex: 50%;
|
|
text-align: left;
|
|
}
|
|
|
|
.commission .tbs .item2 {
|
|
flex: 50%;
|
|
text-align: right;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.commission .tbs .item2 .reg {
|
|
color: #259b24;
|
|
}
|
|
|
|
.nomessage {
|
|
color: #555;
|
|
line-height: 600rpx;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
font-size: 32rpx;
|
|
}
|