排行榜。。。

This commit is contained in:
2022-06-30 17:16:44 +08:00
16 changed files with 776 additions and 617 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -308,7 +308,7 @@
align-items: center;
justify-content: space-between;
box-sizing: border-box;
border-bottom: solid 1rpx #bdc6d7;
border-bottom: solid 1rpx #f9f9f9;
padding: 30rpx 20rpx 30rpx 0;
margin-left: 30rpx;
@@ -330,7 +330,8 @@
.nickname {
font-size: 30rpx;
color: #333;
max-width: 200rpx;
max-width: 200rpx;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;