70 lines
1.3 KiB
Plaintext
70 lines
1.3 KiB
Plaintext
/* packageI/teamOddDividend/teamOddDividend.wxss */
|
|
|
|
.team_odd_dividend {
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.team_odd_dividend .flex-box {
|
|
display: flex;
|
|
}
|
|
|
|
.team_odd_dividend .top-dividend-box {
|
|
color: #fff;
|
|
width: 90%;
|
|
margin: 0 28rpx 28rpx;
|
|
background-image: linear-gradient(-50deg, #fe8b30 0%, #fbce68 100%);
|
|
box-shadow: 0 20px 30px 0 rgba(251, 166, 98, 0.2);
|
|
border-radius: 24px;
|
|
padding: 32rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.team_odd_dividend .top-dividend-box .tt {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.team_odd_dividend .top-dividend-box .tb {
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.team_odd_dividend .top-dividend-box .bold-text {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.team_odd_dividend .content {
|
|
padding: 24rpx;
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.team_odd_dividend .content .li {
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 0 24rpx 16rpx;
|
|
margin-bottom: 24rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.team_odd_dividend .content .li .flex-box {
|
|
justify-content: space-between;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.team_odd_dividend .content .li .li-odd-top {
|
|
justify-content: space-between;
|
|
border-bottom: 1rpx solid #f2f2f2;
|
|
height: 72rpx;
|
|
line-height: 72rpx;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.blank-box {
|
|
padding: 30px 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.blank-box image {
|
|
width: 100px;
|
|
}
|