yyxz.css
1.21 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
.navigation_crumbs {
height: 45px;
}
.clause_box {
min-height:calc(100vh - 342px);
}
.clause {
border-radius: 4px;
border: 1px solid #CBCBCB;
padding: 30px 20px;
margin-bottom: 20px;
margin-top: 30px;
}
.clause p {
line-height: 26px;
cursor: pointer;
}
.clause .date {
overflow: hidden;
margin: 20px 0;
}
.clause .date ul {
width: 200px;
text-align: center;
float: right;
}
.clause {
color: #6D7278;
}
.clause h3 {
font-size: 16px;
font-weight: 600;
color: #6D7278;
line-height: 28px;
margin: 10px;
}
.clause p {
font-size: 14px;
line-height: 28px;
}
.confim_input {
text-align: center;
}
.checkbox {
width: 16px;
height: 16px;
border-radius: 50%;
border: 1px solid #2FA5FF;
display: inline-block;
cursor: pointer;
position: relative;
}
.checkbox img {
width: 16px;
height: 16px;
position: absolute;
left: 0;
top: 0;
}
.bordernone {
border: none;
}
.confim_input p {
display: inline-block;
color: #6D7278;
line-height: 14px;
position: relative;
top: -2px;
}
.next_button {
text-align: center;
margin: 30px 0;
}
.next_button button {
width: 140px;
height: 42px;
}