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.
|
|
|
/* pages/index/Rankdetail/Rankdetail.wxss */
|
|
|
|
|
|
|
|
/* 排行榜 */
|
|
|
|
.list_event {
|
|
|
|
margin: 32rpx;
|
|
|
|
background-size: cover;
|
|
|
|
width: 686rpx;
|
|
|
|
border-radius: 8rpx;
|
|
|
|
background-color: #ffffff;
|
|
|
|
/* padding-top: 32rpx; */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.list_event .text {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #F9F9F9;
|
|
|
|
/* margin: 32rpx; */
|
|
|
|
height: 56rpx;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.picker {
|
|
|
|
color: #0084FF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.line {
|
|
|
|
color: #D0D0D0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ranking {
|
|
|
|
width: 686rpx;
|
|
|
|
display: flex;
|
|
|
|
padding: 0rpx 32rpx 0 32rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
width: 30%;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title2 {
|
|
|
|
width: 29%;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #999999;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse
|
|
|
|
}
|
|
|
|
|
|
|
|
.ranks {
|
|
|
|
width: 686rpx;
|
|
|
|
height: 98rpx;
|
|
|
|
line-height: 48rpx;
|
|
|
|
padding: 0rpx 32rpx;
|
|
|
|
margin: 30rpx 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.media_text {
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #0084FF;
|
|
|
|
font-weight: 600;
|
|
|
|
/* text-align: left; */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.volume {
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 600;
|
|
|
|
text-align: right;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trend {
|
|
|
|
font-size: 24rpx;
|
|
|
|
display: flex;
|
|
|
|
text-align: right;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
color: #027AFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time_text {
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup {
|
|
|
|
width: 600rpx;
|
|
|
|
height: 600rpx;
|
|
|
|
}
|