71 lines
1.0 KiB
Plaintext
71 lines
1.0 KiB
Plaintext
/* pages/member/income_details_info/income_details_info.wxss */
|
|
.commission .atitem {
|
|
background: #fff;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.commission .atitem .title {
|
|
background: #f5f5f5;
|
|
line-height: 60rpx;
|
|
font-size: 28rpx;
|
|
padding: 0 24rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.commission .atitem .tbs.goods-info {
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.tbs {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 0 28rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.tbs .item1 {
|
|
color: #8c8c8c;
|
|
flex: 35%;
|
|
text-align: left;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tbs .item2 {
|
|
flex: 65%;
|
|
color: #333;
|
|
text-align: right;
|
|
}
|
|
|
|
.tbs .item2 .reg {
|
|
color: #259b24;
|
|
}
|
|
|
|
.tbs .goods {
|
|
background: #fff;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
line-height: 60rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.tbs .goods .item1 {
|
|
color: #888;
|
|
flex: 35%;
|
|
text-align: left;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tbs .goods .item2 {
|
|
flex: 65%;
|
|
text-align: left;
|
|
color: #000;
|
|
}
|
|
|
|
.tbs .goods .item2 .reg {
|
|
color: #259b24;
|
|
}
|