114 lines
2.0 KiB
Plaintext
114 lines
2.0 KiB
Plaintext
|
|
#referral_officer .member_info {
|
|
height: 236rpx;
|
|
background-color: #ee2e2b;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 32rpx;
|
|
}
|
|
|
|
#referral_officer .member_info .avatar {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border: 0.0938rem solid #fff;
|
|
border-radius: 100%;
|
|
overflow: hidden;
|
|
margin: 0 16rpx 0 0;
|
|
}
|
|
|
|
#referral_officer .member_info .text {
|
|
overflow: hidden;
|
|
text-align: left;
|
|
flex: 1;
|
|
}
|
|
|
|
#referral_officer .member_info .text .name {
|
|
font-size: 32rpx;
|
|
line-height: 48rpx;
|
|
color: #fff;
|
|
overflow: hidden;
|
|
|
|
/* 超出部分隐藏 */
|
|
text-overflow: ellipsis;
|
|
|
|
/* 超出部分显示省略号 */
|
|
white-space: nowrap;
|
|
|
|
/* 规定段落中的文本不进行换行 */
|
|
}
|
|
|
|
#referral_officer .member_info .text .grade {
|
|
padding: 0 28rpx;
|
|
color: #fff;
|
|
border-radius: 32rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
background: rgba(255, 255, 255, 0.4);
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
#referral_officer .total_list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
background: #fff;
|
|
margin-bottom: 20.8rpx;
|
|
}
|
|
|
|
#referral_officer .total_list .total_child {
|
|
height: 188rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
text-align: center;
|
|
flex: 1;
|
|
}
|
|
|
|
#referral_officer .total_list .total_child .num {
|
|
font-size: 32rpx;
|
|
color: #f15353;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
#referral_officer .total_list .total_child .num_name {
|
|
font-size: 28rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
#referral_officer .list_child {
|
|
width: 100%;
|
|
height: 4.5rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
padding: 0 20rpx;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#referral_officer .list_child .childs {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
line-height: 1.625rem;
|
|
}
|
|
|
|
#referral_officer .list_child .childs .order_sn {
|
|
color: #000;
|
|
}
|
|
|
|
#referral_officer .list_child .childs .money {
|
|
color: #f15353;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
#referral_officer .list_child .childs .time,
|
|
#referral_officer .list_child .childs .status {
|
|
color: #666;
|
|
}
|
|
|
|
.blank {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
text-align: center;
|
|
margin: 36rpx 0;
|
|
}
|