rankpage.wxss
875 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* pages/rank/rankpage.wxss */
@import "../usecenter/usecenter.wxss";
.level {
width: 590rpx;
height: 20rpx;
background: rgba(238, 238, 238, 1);
opacity: 1;
border-radius: 180rpx;
margin:10rpx auto 0;
}
.neilevel{
width:60%;
height: 20rpx;
background: #FDAD26;
border-radius: 180rpx;
}
.starlevel{
width:590rpx;
margin:0 auto;
}
.levelstar{
width:24rpx;
height:24rpx;
font-size: 0
}
.startext{
color:#8C9198;
font-size: 22rpx;
width:590rpx;
text-align: right;
margin-top:10rpx;
}
.topbu{
/* height:360rpx; */
box-shadow:none;
background: #fff;
position: unset;
margin:24rpx auto 0;
}
page{
background: #f9f9f9
}
.ranktext{
width:686rpx;
background: #fff;
color:#06121E;
font-size: 24rpx;
padding: 30rpx 42rpx;
box-sizing: border-box;
margin:24rpx auto 0;
line-height: 1.5
}
.topbu {
height:256rpx;
}