lxf
2025-07-16 8588fe30f17d0d28190a279aab8675de0dbf1a5b
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
.recharge-text{
    background-color:$tab_background;
    max-width:260px;
    height:60px;
    line-height:60px;
    margin:52px 0;
    color: $text_color;
}
 
.mt20{
    margin-top:20px;
}
.mb82{
    margin-bottom:82px;
}
.common-round{
    width:16px;
    height:16px;
    border-radius:100%;
    margin-right:15px;
    margin-top:15px;
}
 
.yellow-round{
    background-color:#F5D658;
}
 
.green-round{
    background-color:$green;
}
 
.red-round{
    background-color:red;
}