topus.css
1.4 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
.container{
position: relative;
font-family:PingFangSC-Regular;;
}
.header{
display: flex;
justify-content: flex-end;
margin-top: 0.3rem;
margin-bottom: 0.4rem;
margin-right: 0.41rem;
}
.header .icon-my_icon{
font-size: 0.3rem;
color: #999999;
margin-right: 0.11rem;
}
.header p{
font-size: 0.28rem;
color: #666666;
}
.top_us_card{
width: 7rem;
height: 3.36rem;
background: url(../../img/矩形1@2x.png) center no-repeat;
margin: 0 auto;
border-radius: 0.15rem;
padding: 0.4rem 0.4rem 0.46rem 0.43rem;
color: #FFFFFF;
display: flex;
justify-content: space-between;
position: relative;
margin-bottom: 0.44rem;
}
.top_us_num{
font-size: 0.28rem;
color: #FFFFFF;
width: 1.5rem;
}
.top_us_num_wrap{
float: right;
display: flex;
width: 50%;
flex-direction: column;
align-items: flex-end;
}
.forever ,.give_num{
font-size: 0.28rem;
}
.give_num{
margin-top: 0.4rem;
}
.top_us_card .btn{
display: block;
font-size: 0.3rem;
color: #333333;
width: 1.91rem ;
height: 0.71rem;
text-align: center;
line-height: 0.71rem;
background-color: #FFE400;
border-radius: 0.08rem;
margin-top: 0.86rem;
}
.money {
display: flex;
position: absolute;
left: 0.48rem;
top: 1.56rem;
}
.money .icon{
font-size: 0.48rem;
left: 0.48rem;
top: 1.9rem;
margin-top: 0.3rem;
margin-right: 0.08rem;
}
.money .money_num{
left: 0.85rem;
top: 1.56rem;
font-size: 0.86rem;
}