73 lines
1.1 KiB
SCSS
73 lines
1.1 KiB
SCSS
|
|
.PromoterRank{
|
||
|
|
padding-bottom: 30rpx;
|
||
|
|
.footer{
|
||
|
|
position: fixed;
|
||
|
|
height: 128rpx;
|
||
|
|
background-color: #fff;
|
||
|
|
font-size: 28rpx;
|
||
|
|
width: 100%;
|
||
|
|
bottom: 0;
|
||
|
|
left:0;
|
||
|
|
border-top: 1px solid #EEEEEE;
|
||
|
|
padding: 0 64rpx;
|
||
|
|
|
||
|
|
.me{
|
||
|
|
color: #FF7D00;
|
||
|
|
}
|
||
|
|
.pictrue{
|
||
|
|
width: 80rpx;
|
||
|
|
height: 80rpx;
|
||
|
|
margin-left: 48rpx;
|
||
|
|
|
||
|
|
image{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.name{
|
||
|
|
max-width: 164rpx;
|
||
|
|
margin-left: 24rpx;
|
||
|
|
}
|
||
|
|
.ranking{
|
||
|
|
color: #FF7D00;
|
||
|
|
margin-left: 16rpx;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.header{
|
||
|
|
background: linear-gradient(180deg, #FCCEA4 50%, #F5F5F5 100%);
|
||
|
|
height: 560rpx;
|
||
|
|
padding-top: 26rpx;
|
||
|
|
.left{
|
||
|
|
.pictrue{
|
||
|
|
width: 352rpx;
|
||
|
|
height: 76rpx;
|
||
|
|
image{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.tips{
|
||
|
|
font-size: 28rpx;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #D25F00;
|
||
|
|
margin-top: 30rpx;
|
||
|
|
|
||
|
|
.num{
|
||
|
|
font-family: 'SemiBold';
|
||
|
|
font-size: 40rpx;
|
||
|
|
margin: 0 8rpx;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.trophy{
|
||
|
|
width: 324rpx;
|
||
|
|
height: 260rpx;
|
||
|
|
margin-left: 38rpx;
|
||
|
|
image{
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|