index.css
1.94 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.myRank{
width: 100%;
height: 100%;
overflow-y: auto;
margin: 0;
}
.myRank .section1{
line-height: .50rem;
height: .50rem;
background: white;
display: flex;
align-items: center;
border-radius: 24px;
margin: .10rem;
}
.myRank .section1 .part1,.part2{
width: 49%;
}
.myRank .section1 .part1 .select{
width: 90px;
position: relative;
float: right;
/* margin-right: .3rem; */
}
.myRank .section1 .part2 .select{
width: 90px;
position: relative;
margin-left: .30rem;
}
.myRank .section2{
padding: .10rem .20rem;
background: white;
text-align: center;
margin: .10rem;
color: #101010;
font-size: 16px;
}
.myRank .section2>div{
margin: .08rem 0;
}
.myRank .section3{
text-align: center;
margin: .10rem;
}
.myRank .overlayClassName{
width: .80rem;
}
.myRank .section3 .rankHeader{
padding: .10rem 0;
font-size: .16rem;
color: #666666;
}
.myRank .section3 .rankMe{
background: white;
margin: .10rem 0;
border-radius: 8px;
font-size: .17rem;
color: #101010;
line-height: .4rem;
padding: .08rem 0;
}
.myRank .section3 .rankList{
position: relative;
padding: .10rem 0 0 0;
background: white;
border-radius: 8px;
font-size: .17rem;
color: #101010;
}
.myRank .section3 .rankList .rankListItem{
padding: .1rem 0;
border-bottom: 1px solid #F8F8F8;
line-height: .40rem;
}
.myRank .section3 .rankList .tipNum{
position: relative;
font-size: .14rem;
text-align: center;
color: rgb(171, 171, 171);
width: 100%;
padding: .06px;
background: white;
line-height: 30px;
height: 30px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.myRank .premNumber{
text-align: center;
/* padding-right: .1rem; */
color: #FF9D5C;
font-size: .24rem;
}
.myRank .listName{
text-align: center;
/* padding-left: .3rem; */
}
.myRank .listName img{
height: 0.4rem;
width: 0.4rem;
border-radius: 50%;
margin-right: 0.1rem;
}
:global(.ant-dropdown-menu){
overflow-y: auto;
max-height: 4rem;
}