yuminge-app/yun-min-program-plugin-master/packageB/member/enterprise/profit/profit.wxss

47 lines
856 B
Plaintext

.profit .content .sum {
background-color: #f15353;
padding: 20rpx 28rpx;
}
.profit .content .sum .li {
color: #fff;
font-size: 18px;
line-height: 80rpx;
display: flex;
justify-content: space-between;
font-weight: bold;
}
.profit .content .list_box {
background-color: #fff;
}
.profit .content .list_box .list {
padding: 20rpx 28rpx;
border-bottom: solid 2rpx #ebebeb;
}
.profit .content .list_box .list .li {
display: flex;
justify-content: space-between;
font-size: 16px;
}
.profit .content .list_box .list .li:first-child {
line-height: 60rpx;
}
.profit .content .list_box .list .li:first-child .span:last-child {
color: #f15353;
}
.profit .content .list_box .list .li:last-child {
line-height: 48rpx;
}
.profit .content .list_box .list .li:last-child .span:first-child {
color: #8c8c8c;
font-size: 13px;
}