.rankingBox { width: 100vw; height: 100vh; display: flex; flex-direction: column; .podiumBox { position: relative; height: 362rpx; background-size: cover; .podiumContent { width: 100%; height: 100%; .user { position: absolute; width: 150rpx; display: flex; flex-direction: column; align-items: center; .avatar { width: 90rpx; height: 90rpx; } .iconBox { margin: 8rpx 0rpx 4rpx; display: flex; align-items: center; .icon { width: 30rpx; height: 30rpx; } .num { margin-left: 6rpx; color: white; font-size: 28rpx; } } .nickName { text-align: center; font-size: 24rpx; color: white; width: 100%; } } .first { top: 70rpx; left: 312rpx; } .second { top: 124rpx; left: 118rpx; .avatar { width: 82rpx; height: 82rpx; } } .third { top: 144rpx; right: 102rpx; .avatar { width: 80rpx; height: 80rpx; } } } .tips { position: absolute; right: 0px; top: 10rpx; padding: 6rpx 10rpx 6rpx 24rpx; border-top-left-radius: 25rpx; border-bottom-left-radius: 25rpx; font-size: 26rpx; color: white; background-color: rgba(0, 0, 0, 0.15); } .tips2 { position: absolute; right: 24rpx; top: 80rpx; padding: 10rpx 5rpx; border-radius: 50%; font-size: 26rpx; background-color: white; font-size: 18rpx; } } .podiumList { flex: 1; overflow: hidden; .scrollBox { height: 100%; padding: 0rpx 30rpx; box-sizing: border-box; .row { display: flex; align-items: center; justify-content: space-between; padding: 23rpx 0rpx; border-bottom: 1rpx solid #ddd; .left { display: flex; align-items: center; justify-content: space-between; .num { font-size: 37rpx; } .avatar { margin: 0rpx 28rpx 0rpx 44rpx; width: 78rpx; height: 78rpx; border-radius: 50%; } .nickName { font-size: 34rpx; width: 240rpx; } } .right { text-align: center; .icon { width: 30rpx; height: 30rpx; } .num { font-size: 32rpx; color: #666; } } } } } .footer { width: 100%; padding: 26rpx 60rpx 30rpx 90rpx; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; background-color: white; box-shadow: 0 2rpx 24rpx 0 rgba(0, 0, 0, 0.50); .left { font-size: 26rpx; font-weight: bold; text { color: #4AC4FF; font-size: 38rpx; margin-left: 10rpx; } } .rigth { padding: 12rpx 34rpx; border-radius: 50rpx; background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%); box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46); color: white; font-size: 26rpx; } } } .invitation { background: url('http://reader-wx.ai160.com/images/reader/v3/podium-1.jpg')no-repeat; .tips2 { color: #FF7F6C; } } .hot { background: url('http://reader-wx.ai160.com/images/reader/v3/podium-2.jpg')no-repeat; .tips2 { color: #6D9FFE; } } .pk { background: url('http://reader-wx.ai160.com/images/reader/v3/podium-3.jpg')no-repeat; .tips2 { color: #967DFF; } } .iconPk { width: 42rpx !important; }