wdyw.css
5.85 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
.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;
border-radius: 4px;
border: 1px solid #DEDEDE;
box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08);
-moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/
-webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/
border-radius: 4px;
background: url('../staticImages/user-centerbg.png') no-repeat;
background-size: cover;
}
.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: 152px;
text-align: center;
cursor: pointer;
color: #7A7A7A;
box-shadow: 0px 3px 6px 0px rgba(10, 14, 40, 0.06);
border-radius: 4px;
border: 1px solid #E9E9E9;
}
.business_titleList li p:nth-child(1) {
font-size: 18px;
margin-top: 39px;
font-size: 36px;
margin-bottom: 3px;
font-weight: 600;
color: #3C4A66;
}
/* ---------------预约列表------------------- */
.contentBox {
width: 1200px;
margin: 0 auto;
}
.appintmentList {
padding: 0 20px 20px 20px;
border-radius: 6px;
background: #FFFFFF;
box-shadow: 0px 3px 6px 0px rgba(10, 14, 40, 0.06);
border: 1px solid #E9E9E9;
}
.appintmentList li {
border-bottom: 1px solid #eee;
padding-bottom: 20px;
padding-top: 20px;
cursor: pointer;
}
.appintmentList li .state{
width: 68px;
height: 30px;
border-radius: 4px;
display: inline-block;
color: #FFFFFF;
font-size: 12px;
text-align: center;
line-height: 30px;
border: 1px solid #FFFFFF;
margin-right: 20px;
font-weight: 600;
position: relative;
top: -3px;
}
.appintmentList li div {
display: inline-block;
position: relative;
top: 12px;
margin-right: 30px;
}
.business_name h5{
font-size: 16px;
font-weight: 600;
}
.handle {
color: #0091FF;
float: right;
margin-top: 26px;
cursor: pointer;
}
.delete {
color: red;
float: right;
cursor: pointer;
margin-left: 20px;
margin-top: 26px;
}
.delete:hover {
color: red;
}
.handle:hover {
color: #0091FF;
}
#page {
text-align: center;
margin-top: 25px;
}
/*------------正在填写------------- */
.tobeSubmit {
color: #1AD6E1!important;
border-color: #1AD6E1!important;
}
/*------------资料审核------------- */
.dataReview {
color: #FA6400!important;
border-color: #FA6400!important;
}
/*------------缴费------------- */
.pay {
color: #12A2FF!important;
border-color: #12A0FF!important;
}
/*------------退回------------- */
.return {
color: #FA6400!important;
border-color: #FA6400!important;
}
/*------------驳回------------- */
.reject {
color: #FA6400!important;
border-color: #FA6400!important;
}
/*------------办理成功------------- */
.success {
color: #1AD6E1!important;
border-color: #1AD6E1!important;
}
.business_name {
width: 330px;
margin-right: 15px!important;
}
.business_name p {
color: #9B9B9B;
margin-top: 5px;
}
.noData {
text-align: center;
display: none;
padding-top: 18px;
}
/* 头部tab */
.applyBusinessRecord a{
/* background: url('../staticImages/heji.png'); */
background-size: 100% 100%;
}
.to_be_submitted a {
/* background: url('../staticImages/daitijiao.png'); */
background-size: 100% 100%;
}
.applyBusinessIn a {
/* background: url('../staticImages/banlizhong.png'); */
background-size: 100% 100%;
}
.applyBusinessEnd a {
/* background: url('../staticImages/yibanjie.png'); */
background-size: 100% 100%;
}
.obligee {
min-width: 106px;
margin-right: 30px!important;
}
.arrowList {
height: 19px;
width: 107%;
margin-left: -112px;
}
.arrowList p {
display: inline-block;
position: relative;
width: 23%;
}
.arrow:before {
position: absolute;
right: 20px;
top: 50%;
width: 17px;
height: 17px;
margin-top: -4px;
border-right: 1px solid #E9E9E9;
border-bottom: 1px solid #E9E9E9;;
-webkit-transform: rotate(225deg);
content: '';
background-color: #FFFFFF;
z-index: 10;
}
.completed {
color: #23E3D5;
float: right;
margin-top: 26px;
margin-right: 8px;
}
.bus-active {
background-color: #0097F6;
}
.bus-active span {
color: #FFFFFF;
}
.bus-active p {
color: #FFFFFF;
}