wdyw.css
3.45 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
.central_area {
min-height:calc(100vh - 190px);
margin-top: 20px;
color: #4A4A4A;
}
.navigation_crumbs {
height: 45px;
}
.perinfo {
height: 140px;
padding: 30px;
box-sizing: border-box;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #DEDEDE;
}
.perinfo_left{
float: left;
}
.perinfo_left ul li {
font-size: 16px;
color: #6D7278;
}
.perinfo_left ul li:first-child{
margin-top: 7px;
color: #4A4A4A;
}
.perinfo_left ul li:first-child span{
font-size: 18px;
}
.perinfo_left ul li:first-child p {
font-size: 18px;
}
.perinfo_left img {
width: 80px;
height: 80px;
float: left;
}
.perinfo_left ul {
float: left;
margin-left: 20px;
margin-top: 5px;
}
.perinfo_left ul li {
margin-bottom: 10px;
font-size: 16px;
}
.perinfo_left ul li p{
display: inline-block;
}
.perinfo button {
float: right;
margin-right: 70px;
margin-top: 10px;
width: 140px;
height: 42px;
position: relative;
}
.perinfo button a {
color: #FFFFFF;
display: block;
width: 140px;
height: 42px;
text-align: center;
line-height: 42px;
position: absolute;
left: 0;
top: 0;
}
.perinfo button a:hover {
color: #FFFFFF;
}
.my_appointment {
color: #5FB878;
border: 2px solid#5FB878;
font-size: 20px;
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
margin-left: 20%;
margin-top: 10px;
}
.my_appointment:hover {
color: #f46143;
border-color: #f46143;
}
.time {
float: right;
margin-top: 20px;
}
/* ---------------------------------- */
.business_titleList {
width: 1220px;
margin: 20px auto;
font-size: 0;
}
.business_titleList li {
width: 25%;
font-size: 14px;
display: inline-block;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
}
.business_titleList li a {
display: block;
height: 80px;
border: 1px solid #eee;
border-radius: 5px;
text-align: center;
cursor: pointer;
}
.business_titleList li p:nth-child(1) {
font-size: 18px;
margin-top: 15px;
}
.itemTitleActive {
border-color: #0091FF!important;
}
/* ---------------预约列表------------------- */
.contentBox {
width: 1200px;
margin: 0 auto;
}
.appintmentList li {
border-bottom: 1px solid #eee;
padding-bottom: 20px;
padding-top: 20px;
cursor: pointer;
}
.appintmentList li .state{
width: 60px;
height: 60px;
border-radius: 50%;
display: inline-block;
color: #FFFFFF;
font-size: 12px;
text-align: center;
line-height: 60px;
margin-right: 20px;
}
.appintmentList li div {
display: inline-block;
position: relative;
top: 12px;
margin-right: 50px;
}
.business_name h5{
font-size: 16px;
font-weight: 600;
}
.handle {
color: #0091FF;
float: right;
margin-top: 26px;
cursor: pointer;
}
.handle:hover {
color: #0091FF;
}
#page {
text-align: center;
margin-top: 25px;
}
/*------------正在填写------------- */
.tobeSubmit {
background-color: rgba(129, 211, 248, 1);
}
/*------------资料审核------------- */
.dataReview {
background-color: #5FB878;
}
/*------------缴费------------- */
.pay {
background-color: #01AAED;
}
/*------------退回------------- */
.return {
background-color: #FFB800;
}
/*------------驳回------------- */
.reject {
background-color: #FF5722;
}
/*------------办理成功------------- */
.success {
background-color: #009688;
}