169 lines
2.9 KiB
Plaintext
169 lines
2.9 KiB
Plaintext
/* user/parIncome/parIncome.wxss */
|
|
page{
|
|
background: #ffffff;
|
|
}
|
|
.parIncome_title{
|
|
position: fixed;
|
|
height: 360rpx;
|
|
width: 100%;
|
|
background: #f5f5f5;
|
|
padding: 30rpx 30rpx 0rpx 30rpx;
|
|
z-index: 998;
|
|
}
|
|
.parIncome_img{
|
|
height: 210rpx;
|
|
background: #fdaf44 center no-repeat;
|
|
background-size: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
align-items: center;
|
|
|
|
}
|
|
.parIncome_img .images{
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 100rpx;
|
|
width: 100%;
|
|
mix-blend-mode: screen;
|
|
}
|
|
.par_title{
|
|
font-size: 28rpx;
|
|
color: #ffffff;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
.par_title span{
|
|
display: inline-block;
|
|
}
|
|
.par_num{
|
|
margin-top: 14rpx;
|
|
font-size: 60rpx;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
.par_num .span{
|
|
font-family: PingFang-SC-Medium;
|
|
text-decoration: underline;
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 36px;
|
|
letter-spacing: 0px;
|
|
color: #ffffff;
|
|
display: inline-block;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.tabs{
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
.tab{
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
flex: 2;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
position: relative;
|
|
}
|
|
.tabActiv{
|
|
font-size: 40rpx;
|
|
}
|
|
.tabActiv::before{
|
|
position: absolute;
|
|
content: "";
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -32rpx;
|
|
width: 64rpx;
|
|
height: 8rpx;
|
|
background-color: #1dbf53;
|
|
border-radius: 4rpx;
|
|
}
|
|
|
|
.data_con{
|
|
margin-top: 360rpx;
|
|
}
|
|
|
|
.recom_list{
|
|
height: 100rpx;
|
|
display: flex;
|
|
border-bottom: 2rpx solid #ebebeb;
|
|
padding: 0 30rpx;
|
|
}
|
|
.recom_list_row{
|
|
flex: 2;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
.recom_list_row image{
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
.recom_list_row span{
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
}
|
|
.recom_row_r{
|
|
text-align: right;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
-webkit-justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.mode{
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
}
|
|
.mode_time{
|
|
font-size: 22rpx;
|
|
color: #999999;
|
|
}
|
|
.mode_num{
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 28rpx;
|
|
color: #fd933f;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.ending{
|
|
height: 120rpx;
|
|
line-height: 120rpx;
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
position: relative;
|
|
}
|
|
.ending::after{
|
|
position: absolute;
|
|
content: "";
|
|
width: 50rpx;
|
|
height: 4rpx;
|
|
background-color: #cccccc;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin: -2rpx 0 0 100rpx;
|
|
}
|
|
.ending::before{
|
|
position: absolute;
|
|
content: "";
|
|
width: 50rpx;
|
|
height: 4rpx;
|
|
background-color: #cccccc;
|
|
top: 50%;
|
|
right: 50%;
|
|
margin: -2rpx 100rpx 0 0;
|
|
} |