移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.rankings-wrap { background-image: url('/static/images/common/bg.png'); background-size: cover; background-position: center; overflow: hidden; }
 
.rankings-list-box { background-color: #fff; border-radius: 10px 10px 0px 0px; width: 345px; margin: 30px auto 0; margin-bottom: 30px;
    .ranking-list { height: 70px; padding: 0 15px; border-bottom: 0.5px solid #e5e5e5;
        .list-left {
            .tag-box { width: 25px; font-size: 13px; font-weight: 500; color: #beb4b3; margin-right: 10px;
                .tag-icon { width: 20px; height: 30px; }
            }
            .user-avatar { width: 33px; height: 33px; border-radius: 50%; margin-right: 15px; }
            .user-info {
                .name { font-size: 14px; font-weight: bold; color: #333333; }
                .date { font-size: 12px; font-weight: 400; color: #999999; }
            }
        }
        .list-right {
            .num { font-size: 15px; font-weight: 500; color: #5e4ddf; }
            .des { font-size: 12px; font-weight: 500; color: #a09a98; }
        }
    }
}