69 lines
1.7 KiB
Plaintext
69 lines
1.7 KiB
Plaintext
/* pages/member/myEarnings/myEarnings.wxss */
|
|
.my_earnings .content {
|
|
height: 1253rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.my_earnings .content .h1 {
|
|
background-color: #fafafa;
|
|
font-size: 32rpx;
|
|
padding: 0 28rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
text-align: center;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box .ul {
|
|
width: 33.33%;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box .ul .income_a {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/income_a.png") no-repeat center;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box .ul .income_b {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/income_b.png") no-repeat center;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box .ul .income_c {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/income_c.png") no-repeat center;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box .ul .income_d {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/income_d.png") no-repeat center;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box .ul .income {
|
|
display: inline-block;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
background-repeat: no-repeat;
|
|
background-position: 50%;
|
|
background-size: 120rpx 120rpx;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box .ul .li:first-child {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box .ul .li:nth-child(2) {
|
|
font-size: 32rpx;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.my_earnings .content .earnings_box .ul .li:last-child {
|
|
font-size: 32rpx;
|
|
color: #ff8b4a;
|
|
line-height: 48rpx;
|
|
}
|