wdyw.css
4.67 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
.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: 142px;
border: 1px solid #eee;
border-radius: 5px;
text-align: center;
cursor: pointer;
color: #FFFFFF;
}
.business_titleList li p:nth-child(1) {
font-size: 18px;
margin-top: 39px;
font-size: 36px;
margin-bottom: 3px;
font-weight: 600;
}
.itemTitleActive {
border-color: #0091FF!important;
}
/* ---------------预约列表------------------- */
.contentBox {
width: 1200px;
margin: 0 auto;
}
.appintmentList {
padding: 20px;
border-radius: 6px;
border: 1px solid #E5E8ED;
}
.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: 50px;
}
.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;
}
.business_name p {
color: #9B9B9B;
margin-top: 5px;
}
.noData {
text-align: center;
padding-top: 30px;
display: none;
}
/* 头部tab */
.applyBusinessRecord a{
background: url('../staticImages/hezi.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%;
}