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.

95 lines
1.5 KiB

.timelist {
width: 686rpx;
height: 80rpx;
line-height: 80rpx;
margin: 32rpx;
border-radius: 4rpx;
display: grid;
grid-template-columns: repeat(4,1fr);
grid-gap: 16rpx;
background-color: #fff;
}
.timelist view {
text-align: center;
color: #999999;
font-size: 24rpx;
margin: 8rpx;
}
.timelist .active {
color: #027AFF;
background-color: #f9f9f9;
border-radius: 4rpx;
line-height: 64rpx;
height: 64rpx;
}
/* 排行榜 */
.list_event{
margin: 0 32rpx;
background-size: cover;
width: 686rpx;
border-radius: 8rpx;
background-color: #ffffff;
}
.event_title{
font-size: 36rpx;
padding: 32rpx;
}
.ranking{
width: 686rpx;
display: flex;
padding: 0 32rpx;
}
.rank{
width: 686rpx;
height: 104rpx;
line-height: 104rpx;
display: flex;
padding: 0 32rpx;
}
.title{
width: 30%;
font-size: 24rpx;
color: #999999;
}
.title2{
width: 30%;
font-size: 24rpx;
color: #999999;
display: flex;
flex-direction:row-reverse
}
.dis_image {
width: 30%;
font-size: 28rpx;
height: 104rpx;
color: #999999;
line-height: 104rpx;
display: flex;
align-items: center;
}
.rank_num {
width: 53rpx;
height: 48rpx;
line-height: 48rpx;
}
.num{
height: 104rpx;
color: #999999;
line-height: 104rpx;
}
.media{
width: 30%;
font-size: 28rpx;
}
.volume{
width: 30%;
font-size: 28rpx;
color: #0084FF;
display: flex;
flex-direction:row-reverse
}