_app-agreement.css
1.96 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
108
109
110
111
112
113
114
.privacy-page {
margin: 0 30px;
font-size: 28px;
p {
line-height: 44px;
}
h3 {
display: block;
height: 80px;
line-height: 80px;
text-align: center;
font-size: 36px;
font-weight: bold;
}
span {
font-size: 30px;
font-weight: 700;
}
}
.newpower-page {
.banner {
width: 100%;
height: 365px;
background: resolve("passport/newpower.png");
background-size: contain;
}
p {
margin: 35px 30px 0;
font-size: 28px;
line-height: 44px;
}
span {
font-weight: 700;
font-size: 30px;
}
}
.about-yohobuy-page {
.banner {
width: 100%;
height: 365px;
background: resolve("passport/about-yoho.png");
background-size: contain;
}
p {
margin: 50px 30px 0;
font-size: 28px;
line-height: 44px;
}
.about-bottom {
margin: 135px auto;
width: 700px;
height: 365px;
background: resolve("passport/about-bottom.png") center;
background-size: contain;
}
}
.agreement-page {
margin: 0 30px;
font-size: 30px;
line-height: 44px;
h3 {
text-align: center;
display: block;
height: 80px;
line-height: 80px;
font-size: 32px;
font-weight: 700;
}
strong {
font-weight: 700;
}
p {
text-indent: 1.5rem;
}
.select-btn {
margin-bottom: 30px;
span {
font-size: 28px;
}
i {
font-size: 30px;
margin-left: 3px;
margin-right: 16px;
}
.submit-btn {
margin-top: 20px;
width: 690px;
height: 86px;
background: #444;
text-align: center;
line-height: 86px;
color: #fff;
border-radius: 6px;
display: block;
}
}
}