146 lines
2.2 KiB
Plaintext
146 lines
2.2 KiB
Plaintext
/* packageD/team_sell/teamSell/teamSell.wxss */
|
|
.head {
|
|
padding: 51rpx 0rpx 69rpx 49rpx;
|
|
background: #ee2e2b;
|
|
display: flex;
|
|
}
|
|
|
|
.head_img {
|
|
width: 92rpx;
|
|
height: 92rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.head_img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
}
|
|
|
|
.head_box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.head_top {
|
|
font-size: 32rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #fff;
|
|
display: inline-block;
|
|
}
|
|
|
|
.head_bottom .live {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
border-radius: 30rpx;
|
|
color: #fff;
|
|
font-size: 24rpx;
|
|
display: inline-block;
|
|
padding: 0rpx 28rpx;
|
|
}
|
|
|
|
.line_box {
|
|
background: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.line_box .lineList:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.lineList {
|
|
height: 102rpx;
|
|
margin: 0 25rpx;
|
|
background: #fff;
|
|
border-bottom: solid 2rpx #ededed;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.line_left {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.line_right {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.line_right .van-icon {
|
|
margin-top: 12rpx;
|
|
}
|
|
|
|
.showlist {
|
|
height: 161rpx;
|
|
width: 100%;
|
|
background: #fff;
|
|
display: flex;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.showlist:first-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.show_left {
|
|
width: 50%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.show_right {
|
|
width: 50%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.income-one {
|
|
margin-bottom: 20rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.income-two {
|
|
padding: 32rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: solid 1px #ededed;
|
|
}
|
|
|
|
/* i{
|
|
font-size: 0.5625rem;
|
|
} */
|
|
.income-one .title {
|
|
padding: 32rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: solid 1px #ededed;
|
|
}
|
|
|
|
.income-one .content {
|
|
padding: 46rpx 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
color: #666;
|
|
}
|
|
|
|
.income-one .content .cash {
|
|
color: #ee2e2b;
|
|
font-size: 24rpx;
|
|
margin-bottom: 26rpx;
|
|
}
|