116 lines
1.9 KiB
Plaintext
116 lines
1.9 KiB
Plaintext
/* pages/member/earningList/earningList.wxss */
|
|
.earning_list {
|
|
height: 1334rpx;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
.earning_list .list_box .tab {
|
|
background-color: #fafafa;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
display: flex;
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.earning_list .list_box .tab .li:first-child {
|
|
width: 314rpx;
|
|
}
|
|
|
|
.earning_list .list_box .tab .li:nth-child(2) {
|
|
width: 220rpx;
|
|
}
|
|
|
|
.earning_list .list_box .tab .li:nth-child(3) {
|
|
width: 140rpx;
|
|
}
|
|
|
|
.earning_list .list_box .list {
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.earning_list .list_box .list .item {
|
|
display: flex;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
font-size: 26rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.earning_list .list_box .list .item .li:first-child {
|
|
width: 314rpx;
|
|
}
|
|
|
|
.earning_list .list_box .list .item .li:nth-child(2) {
|
|
width: 220rpx;
|
|
}
|
|
|
|
.earning_list .list_box .list .item .li:nth-child(3) {
|
|
width: 140rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.bg_img {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.adv_img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.bg_color {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
position: relative;
|
|
}
|
|
|
|
.receive {
|
|
position: absolute;
|
|
top: 24%;
|
|
left: calc(50% - 290rpx);
|
|
width: 580rpx;
|
|
height: 600rpx;
|
|
margin: 0 auto;
|
|
border-radius: 24rpx;
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/income_f.png");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 580rpx 600rpx;
|
|
}
|
|
|
|
.receive .text {
|
|
color: #feca5d;
|
|
padding-top: 40rpx;
|
|
}
|
|
|
|
.receive .text .li:first-child {
|
|
font-size: 36rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.receive .text .li:nth-child(2) {
|
|
font-size: 56rpx;
|
|
width: 100%;
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
.receive .btn {
|
|
padding: 20rpx 40rpx;
|
|
}
|
|
|
|
.receive .text .li:nth-child(3) {
|
|
font-size: 32rpx;
|
|
width: 100%;
|
|
color: #781a16;
|
|
line-height: 52rpx;
|
|
}
|