You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
2.2 KiB

/* pages/index/subpage/ranking/ranking.wxss */
.top {
width: 750rpx;
height: 460rpx;
}
.back {
position: absolute;
left: 32rpx;
top: 88rpx;
}
.title {
width: 360rpx;
height: 60rpx;
font-size: 60rpx;
font-family: MiSans-Heavy, MiSans;
font-weight: 800;
color: #7E503B;
line-height: 60rpx;
position: absolute;
left: 34rpx;
top: 208rpx;
}
.time {
width: 328rpx;
height: 28rpx;
font-size: 28rpx;
font-family: MiSans-Regular, MiSans;
font-weight: 400;
color: #7E503B;
line-height: 28rpx;
position: absolute;
left: 34rpx;
top: 282rpx;
}
.nav {
height: 96rpx;
line-height: 96rpx;
width: 750rpx;
display: flex;
align-items: center;
justify-content: space-around;
}
.nav_text {
width: 376rpx;
height: 96rpx;
font-size: 32rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #333333;
line-height: 32rpx;
display: flex;
justify-content: center;
align-items: center;
}
.nav_tip {
width: 40rpx;
height: 6rpx;
background: #FFB17C;
border-radius: 4px;
position: absolute;
margin-top: 90rpx;
}
.dis {
width: 750rpx;
height: 148rpx;
background: #FFFFFF;
display: flex;
align-items: center;
}
.dis_image {
width: 112rpx;
display: flex;
align-items: center;
justify-content: center;
}
.text_title {
height: 28rpx;
font-size: 28rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #333333;
line-height: 28rpx;
margin-bottom: 16rpx;
}
.text_tip {
height: 24rpx;
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 24rpx;
}
.num {
height: 28rpx;
font-size: 28rpx;
font-family: MiSans-Bold, MiSans;
font-weight: bold;
color: #FF8B3C;
line-height: 28rpx;
margin-bottom: 16rpx;
}
.num_tip {
height: 24rpx;
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 24rpx;
}
.count {
position: absolute;
margin-left: 646rpx;
}
.rank_num {
width: 48rpx;
height: 38rpx;
font-size: 28rpx;
font-family: MiSans-Bold, MiSans;
font-weight: bold;
color: #999999;
line-height: 38rpx;
}