/* packageC/redPacket/redRank/redRank.wxss */ #redRank { background-color: #fff; min-height: 100vh; } #redRank .list { margin-top: 16.96rpx; background-color: #fff; } #redRank .list .left { flex: 1; display: flex; align-items: center; } #redRank .list .left .topOne { height: 40rpx; border-radius: 20.16rpx; border: solid 0.96rpx #f63b2c; padding: 8.96rpx; font-size: 22.08rpx; color: #f15353; display: flex; align-items: center; justify-content: center; } #redRank .list .left .txt { font-size: 25.92rpx; color: #333; margin-right: 10.88rpx; } #redRank .list .left .name { font-size: 25.92rpx; color: #ff8828; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 175.04rpx; margin-left: 23.04rpx; margin-right: 17.92rpx; } #redRank .list .left .name .nickname { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } #redRank .list .left .no { font-size: 30.08rpx; } #redRank .list .right { text-align: right; font-size: 32rpx; color: #f9ab3e; } #redRank .list .lis { display: flex; justify-content: space-between; align-items: center; padding: 37.12rpx 32rpx; border-bottom: 0.0313rem solid #f2f2f2; } #redRank .list .lisone { display: flex; justify-content: space-between; align-items: center; padding: 37.12rpx 32rpx; border-bottom: 0.0313rem solid #f2f2f2; background-image: linear-gradient(0deg, #feebe9 0%, #fffaf9 100%); } #redRank .van-tabs__line { background-color: #f9ab3e !important; }