【调度系统】广东民航医疗快线调度系统源代码
wanglizhong
2025-05-05 a0a942c610f7069a3e252ad6aca632c7152e43f7
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
/* -----------------------------------------------------------
    header
----------------------------------------------------------- */ 
 
#header #header-inner
{
    background: #b0b0b0 url("../../../resources/images/colors/blue/header_inner.png") repeat-x;
}
 
/* -----------------------------------------------------------
    header -> home
----------------------------------------------------------- */ 
 
#header #header-inner #home a
{
    background: url("../../../resources/images/colors/blue/button_home.png");
}
 
/* -----------------------------------------------------------
    header -> quick
----------------------------------------------------------- */
 
#header #header-inner #quick li a
{
    background: #336699 url("../../../resources/images/colors/blue/quick_l.png") no-repeat top left;
}
 
#header #header-inner #quick li span
{
    background: url("../../../resources/images/colors/blue/quick_r.png") no-repeat top right;
    border-left: 1px solid #3f6f9f;
}
 
#header #header-inner #quick li span.icon
{
    background: url("../../../resources/images/colors/blue/quick_l.png") no-repeat top left;
    border-right: 1px solid #2e5c89;
}
 
#header #header-inner #quick li a:hover
{
    background: #4e4e4e url("../../../resources/images/colors/blue/quick_l_selected.png") no-repeat top left;
}
 
#header #header-inner #quick li a:hover span
{
    background: url("../../../resources/images/colors/blue/quick_r_selected.png") no-repeat top right;
}
 
#header #header-inner #quick li a:hover span.icon
{
    background: url("../../../resources/images/colors/blue/quick_l_selected.png") no-repeat top left;
}
 
/* -----------------------------------------------------------
    header corners
----------------------------------------------------------- */ 
 
#header #header-inner div.corner
{
    background: url("../../../resources/images/colors/blue/header_inner_corners.png") no-repeat;
}
 
#header #header-inner div.tl
{
    top: 0;
    left: 0;
    background-position: 0 0;
}
 
#header #header-inner div.tr
{
    top: 0;
    right: 0;
    background-position: -6px 0;
}
 
/* -----------------------------------------------------------
    content -> left -> menu
----------------------------------------------------------- */ 
 
#content #left #menu h6.selected
{
    background: #00376e url("../../../resources/images/colors/blue/menu_selected.png") repeat-x;
}
 
#content #left #menu h6.selected a
{
    background: url("../../../resources/images/colors/blue/menu_l_selected.png") no-repeat top left;
}
 
#content #left #menu h6.selected span
{
    background: url("../../../resources/images/colors/blue/menu_r_selected.png") no-repeat top right;
}
 
#content #left #menu ul
{
    background: #376ea6;
}
 
#content #left #menu li
{
    border-top: 1px solid #4377ab;
    border-bottom: 1px solid #326395;
}
 
#content #left #menu li a
{
    background: url("../../../resources/images/colors/blue/menu_arrow.png") no-repeat 0 9px;
}
 
#content #left #menu li a:hover
{
    color: #b9dcff;
}
 
#content #left #menu li.collapsible
{
    background: url("../../../resources/images/colors/blue/menu_border.png") no-repeat top left;
}
 
#content #left #menu li.collapsible a.minus
{
    border-bottom: 1px solid #326395;
}
 
#content #left #menu li ul
{
    border-left: 18px solid #326395;
}
 
#content #left #menu li ul li
{
    background: url("../../../resources/images/colors/blue/menu_arrow.png") no-repeat 10px 9px;
    border-top: 1px solid #4377ab;
    border-bottom: 1px solid #326395;
}
 
/* -----------------------------------------------------------
    content -> right -> box / title
----------------------------------------------------------- */
 
#content div.box div.title
{
    background: #336699 url("../../../resources/images/colors/blue/title.png") repeat-x;
}
 
#content div.box div.title ul.links li a
{
    background: url("../../../resources/images/colors/blue/title_link.png") no-repeat top left;
    border-left: 1px solid #316293;
}
 
#content div.box div.title ul.links li a:hover
{
    background: url("../../../resources/images/colors/blue/title_tab_selected.png") no-repeat bottom center;
    color: #bfe3ff;
}
 
#content div.box div.title ul.links li.ui-tabs-selected a
{
    background: url("../../../resources/images/colors/blue/title_tab_selected.png") no-repeat bottom center;
    color: #bfe3ff;
}
 
/* -----------------------------------------------------------
    content -> right -> box / search
----------------------------------------------------------- */ 
 
#content div.box div.title div.search
{
    background: url("../../../resources/images/colors/blue/title_link.png") no-repeat top left;
    border-left: 1px solid #316293;
}
 
#content div.box div.title div.search div.input input
{
    border: 1px solid #316293;
}
 
#content div.box div.title div.search div.button input.ui-state-default
{
    background: #4e85bb url("../../../resources/images/colors/blue/button_highlight.png") repeat-x;
    border: 1px solid #316293;
    border-left: none;
    color: #FFFFFF;
}
 
#content div.box div.title div.search div.button input.ui-state-hover
{
    background: #46a0c1 url("../../../resources/images/colors/blue/button_highlight_selected.png") repeat-x;
    border: 1px solid #316293;
    border-left: none;
    color: #FFFFFF;
}
 
/* -----------------------------------------------------------
    content -> right -> forms -> button
----------------------------------------------------------- */
 
#content div.box div.form div.fields div.field div.highlight .ui-state-default
{
    background: #4e85bb url("../../../resources/images/colors/blue/button_highlight.png") repeat-x;
    border-top: 1px solid #5c91a4;
    border-left: 1px solid #2a6f89;
    border-right: 1px solid #2b7089;
    border-bottom: 1px solid #1a6480;
    color: #ffffff;
}
 
#content div.box div.form div.fields div.field div.highlight .ui-state-hover
{
    background: #46a0c1 url("../../../resources/images/colors/blue/button_highlight_selected.png") repeat-x;
    border-top: 1px solid #78acbf;
    border-left: 1px solid #34819e;
    border-right: 1px solid #35829f;
    border-bottom: 1px solid #257897;
    color: #ffffff;
}
 
/* -----------------------------------------------------------
    content -> right -> forms -> buttons
----------------------------------------------------------- */
 
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
{
    background: #4e85bb url("../../../resources/images/colors/blue/button_highlight.png") repeat-x;
    border-top: 1px solid #5c91a4;
    border-left: 1px solid #2a6f89;
    border-right: 1px solid #2b7089;
    border-bottom: 1px solid #1a6480;
    color: #ffffff;
}
 
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
{
    background: #46a0c1 url("../../../resources/images/colors/blue/button_highlight_selected.png") repeat-x;
    border-top: 1px solid #78acbf;
    border-left: 1px solid #34819e;
    border-right: 1px solid #35829f;
    border-bottom: 1px solid #257897;
    color: #ffffff;
}
 
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default:hover
{
    background: #46a0c1 url("../../../resources/images/colors/blue/button_highlight_selected.png") repeat-x;
    border-top: 1px solid #78acbf;
    border-left: 1px solid #34819e;
    border-right: 1px solid #35829f;
    border-bottom: 1px solid #257897;
    color: #ffffff;
}
 
/* -----------------------------------------------------------
    login -> title
----------------------------------------------------------- */ 
 
#login div.title
{
    background: #003367 url("../../../resources/images/colors/blue/header_inner.png") repeat-x;
}
 
/* -----------------------------------------------------------
    login -> title / corners
----------------------------------------------------------- */ 
 
#login div.title div.corner
{
    background: url("../../../resources/images/colors/blue/login_corners.png") no-repeat;
}
 
#login div.title div.tl
{
    top: 0;
    left: 0;
    background-position: 0 0;
}
 
#login div.title div.tr
{
    top: 0;
    right: 0;
    background-position: -6px 0;
}
 
/* -----------------------------------------------------------
    jquery ui -> select styling
----------------------------------------------------------- */
 
.ui-selectmenu-open li.ui-selectmenu-item-focus { background: #376ea6; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { color: #ffffff; }
 
/* -----------------------------------------------------------
    jquery ui -> datepicker
----------------------------------------------------------- */
.ui-datepicker td span, .ui-datepicker td a:hover { background: #376ea6; color: #ffffff; }
.ui-datepicker td span, .ui-datepicker td.ui-datepicker-current-day a { background: #376ea6; color: #ffffff; }
 
/* -----------------------------------------------------------
    jquery ui -> autocomplete
----------------------------------------------------------- */
 
.ui-autocomplete .ui-menu-item a:hover { background: #376ea6; color: #ffffff; }
 
/* -----------------------------------------------------------
    jquery ui -> dialog
----------------------------------------------------------- */
 
.ui-dialog { border: 1px solid #336699; }
.ui-dialog .ui-dialog-titlebar { background: #336699 url("../../../resources/images/colors/blue/title.png") repeat-x; }
 
#content div.box div.title1 {background: #7b8745 url("../../../resources/images/colors/green/title.png") repeat-x;}
#content div.box div.title1 ul.links li a {background: url("../../../resources/images/colors/green/title_link.png") no-repeat top left;border-left: 1px solid #768243;}
#content div.box div.title1 ul.links li a:hover {background: url("../../../resources/images/colors/green/title_tab_selected.png") no-repeat bottom center;color: #ebfaa9;}
 
#content div.box div.title2 {background: #336699 url("../../../resources/images/colors/blue/title.png") repeat-x;}
#content div.box div.title2 ul.links li a {background: url("../../../resources/images/colors/blue/title_link.png") no-repeat top left;border-left: 1px solid #316293;}
#content div.box div.title2 ul.links li a:hover {background: url("../../../resources/images/colors/blue/title_tab_selected.png") no-repeat bottom center;color: #bfe3ff;}
 
#content div.box div.title3 {background: #8f663d url("../../../resources/images/colors/brown/title.png") repeat-x;}
#content div.box div.title3 ul.links li a {background: url("../../../resources/images/colors/brown/title_link.png") no-repeat top left;border-left: 1px solid #8a623b;}
#content div.box div.title3 ul.links li a:hover {background: url("../../../resources/images/colors/brown/title_tab_selected.png") no-repeat bottom center;color: #ffdfbf;}
 
#content div.box div.title4 {background: #7e4c81 url("../../../resources/images/colors/purple/title.png") repeat-x;}
#content div.box div.title4 ul.links li a {background: url("../../../resources/images/colors/purple/title_link.png") no-repeat top left;border-left: 1px solid #804d83;}
#content div.box div.title4 ul.links li a:hover {background: url("../../../resources/images/colors/purple/title_tab_selected.png") no-repeat bottom center;color: #eccaee;}
 
#content div.box div.title5 {background: #af2e1e url("../../../resources/images/colors/red/title.png") repeat-x;}
#content div.box div.title5 ul.links li a {background: url("../../../resources/images/colors/red/title_link.png") no-repeat top left;border-left: 1px solid #4d6278;}
#content div.box div.title5 ul.links li a:hover {background: url("../../../resources/images/colors/red/title_tab_selected.png") no-repeat bottom center;color: #cddceb;}
 
#content div.box div.title6 {background: #50667c url("../../../resources/images/colors/greyblue/title.png") repeat-x;}
#content div.box div.title6 ul.links li a {background: url("../../../resources/images/colors/greyblue/title_link.png") no-repeat top left;border-left: 1px solid #a82d1c;}
#content div.box div.title6 ul.links li a:hover {background: url("../../../resources/images/colors/greyblue/title_tab_selected.png") no-repeat bottom center;color: #ffc1b9;}