_yoho-coin-new.css
1.5 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
.yoho-coin-new-page {
background-color: #f0f0f0;
margin-top: 30px;
.coin {
text-align: center;
background-color: #fff;
}
.coin-num {
color: #d0021b;
font-size: 80px;
font-weight: bold;
line-height: 88px;
}
.info {
width: auto;
color: #b0b0b0;
font-size: 24px;
line-height: 1rem;
.dollar {
display: inline-block;
width: 24px;
height: 24px;
background: url("/me/yoho-coin/dollar.png") center center;
background-size: 100% 100%;
}
}
.more {
display: inline-block;
margin: 20px 0 30px;
color: #444;
font-size: 28px;
line-height: 44px;
width: 168px;
height: 42px;
text-align: center;
border: 1px solid #444;
border-radius: 22px;
}
.coin-tip {
margin-bottom: 30px;
padding: 20px 30px;
font-size: 24px;
line-height: 32px;
color: #d0021b;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
.icon {
display: inline-block;
width: 32px;
height: 32px;
font-weight: bold;
border: 2PX solid #d0021b;
border-radius: 50%;
}
}
.banner {
padding-top: 30px;
border-top: 1px solid #e0e0e0;
a {
img {
width: 100%;
}
}
}
}