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.

73 lines
1.2 KiB

3 years ago
/* 排行榜 */
3 years ago
.p-container {
width: calc(100% - 32px);
padding: 0px 16px;
}
3 years ago
.list_event{
3 years ago
margin: 32rpx 0rpx;
3 years ago
background-size: cover;
3 years ago
/* width: calc(100% - 32px); */
3 years ago
border-radius: 8rpx;
background-color: #ffffff;
}
.event_title{
font-size: 36rpx;
padding: 32rpx;
}
.ranking{
3 years ago
width: calc(100% - 32px);
3 years ago
display: flex;
padding: 0 32rpx;
}
.rank{
3 years ago
width: calc(100% - 32px);
3 years ago
height: 104rpx;
line-height: 104rpx;
display: flex;
padding: 0 32rpx;
}
.title{
width: 30%;
font-size: 24rpx;
color: #999999;
}
.title2{
3 years ago
width: 35%;
3 years ago
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{
3 years ago
width: 35%;
3 years ago
font-size: 28rpx;
color: #0084FF;
display: flex;
flex-direction:row-reverse
}