/* pages/rankbox/rankbox.wxss */ .topBox{ position: fixed; z-index: 14; width: 750rpx; overflow: hidden; top: 0; left: 0; } .topImg{ position: absolute; top: 0; left: 0; z-index: 9; width: 750rpx; height: 634rpx; } .title{ position: relative; z-index: 10; font-family: PingFangSC-Regular,Source Han Sans CN ExtraLight; font-size: 36rpx; color: #FFFFFF; text-align: center; } .lastImg{ display: block; position: absolute; left: 40rpx; margin-top:24rpx; width:36rpx; height: 36rpx; z-index: 11; } .nameCardBox{ display: block; position: relative; width: 670rpx; background: #FFFFFF; box-shadow: 0 4rpx 20rpx 0 rgba(36,158,251,0.23); border-radius: 10px; margin: -240rpx auto 0; z-index: 9; overflow: hidden; } .rankcirclebg{ position: relative; display: block; width: 100%; height:192rpx; margin-top: -110rpx; z-index: 10; } view.mypersonbox{ display: block; position: absolute; z-index: 12; width: 670rpx; bottom: 200rpx; left: 40rpx; } .headimg{ display: block; width: 140rpx; height:140rpx; border-radius: 50%; margin: 0 auto; } .persoName{ margin-top: 16rpx; } .lineimg{ display: block; width: 2rpx; height: 112rpx; } .customernum{ margin-top: 4rpx; } .sharebox{ display: block; width: 320rpx; text-align: center; } .ranklist{ display: block; padding: 0 20rpx; margin-top: -90rpx; position: relative; z-index: 11; /* padding-bottom: 200rpx; */ } .rankbox{ display: block; width: 100%; border-bottom: 1px solid rgba(164,185,201,0.41); } .rankbox view{ line-height: 50rpx; padding-bottom: 22rpx; } .nowsharetit{ font-size: 18px; color: #0091FF; position: relative; } .nowsharetit::before{ content: " "; display: block; width: 74rpx; height:10rpx; position: absolute; bottom: 0; left: 50%; margin-left: -37rpx; background: #249EFB; border-radius: 5rpx; } .ranklistbox{ display: block; padding: 0 20rpx; } .everyranklist{ display: block; width: 100%; border-bottom: 2rpx dashed #eaf0f4; height: 120rpx; box-sizing: border-box; } .numbox{ display: block; width: 100rpx; text-align: center; line-height: 118rpx; font-size: 24rpx; } .firstbox{ transform: rotate(12deg); font-size: 48rpx; color: #F7B500; line-height: 118rpx; } .secondbox{ transform: rotate(12deg); font-size: 48rpx; color: #CCD1D7; line-height: 118rpx; } .thirdbox{ transform: rotate(12deg); font-size: 48rpx; color: #CCAA6F; line-height: 118rpx; } .everyheadimg{ display: block; width: 80rpx; height: 80rpx; position: relative; top: 19rpx; } .rankcrown{ display: block; width: 32rpx; height: 32rpx; position: absolute; bottom: -6rpx; right: -6rpx; } .everyname{ color: #262628; line-height: 118rpx; margin-left: 16rpx; width: 300rpx; } .everynumbox{ display: block; width: 160rpx; color: #F7B500; text-align: right; line-height: 118rpx; } .myrankbox{ position: fixed; width: 100%; left: 0; bottom: 0; height: 196rpx; z-index: 20; background: #FFFFFF; box-shadow: 0 4rpx 20rpx 0 rgba(56,72,85,0.35); } .myheadimg{ margin-left: 60rpx; display: block; width: 114rpx; height: 114rpx; border-radius: 50%; position: relative; top: 36rpx; } .mypersonmsg{ display: block; margin-left: 20rpx; position: relative; top: 56rpx; width: 300rpx; } .ranknumbox{ display: block; width: 200rpx; text-align: center; position: relative; top:44rpx; } .stickybox,.weui-sticky__fixed,.rankbox { display: block; width: 100%; background: #FFFFFF; }