easy3wui 1.5.21 → 1.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/assets/btn.css +0 -17
- package/assets/captcha.css +0 -5
- package/assets/card.css +0 -34
- package/assets/exception.css +0 -76
- package/assets/flow.css +0 -860
- package/assets/formPage.css +0 -15
- package/assets/globalFooter.css +0 -26
- package/assets/globalHeader.css +0 -69
- package/assets/gridPage.css +0 -93
- package/assets/index.css +0 -1454
- package/assets/login.css +0 -61
- package/assets/loginLayout.css +0 -115
- package/assets/modal.css +0 -0
- package/assets/result.css +0 -45
- package/assets/userLayout.css +0 -70
- package/lib/Easy3wA/index.js +0 -100
- package/lib/Easy3wAESDecrypt/index.js +0 -21
- package/lib/Easy3wAESEncrypt/index.js +0 -20
- package/lib/Easy3wBlankLayout/index.js +0 -114
- package/lib/Easy3wButton/index.js +0 -265
- package/lib/Easy3wButtonOne/index.js +0 -148
- package/lib/Easy3wCaHandler/index.js +0 -206
- package/lib/Easy3wCaptcha/index.js +0 -145
- package/lib/Easy3wCard/index.js +0 -66
- package/lib/Easy3wDictCode/index.js +0 -50
- package/lib/Easy3wDownLoad/Easy3wFileView.js +0 -82
- package/lib/Easy3wDownLoad/Easy3wImgView.js +0 -73
- package/lib/Easy3wDownLoad/Easy3wPDFView.js +0 -139
- package/lib/Easy3wDownLoad/Easy3wRCView.js +0 -65
- package/lib/Easy3wDownLoad/index.js +0 -315
- package/lib/Easy3wException/403.js +0 -21
- package/lib/Easy3wException/404.js +0 -21
- package/lib/Easy3wException/500.js +0 -21
- package/lib/Easy3wException/index.js +0 -94
- package/lib/Easy3wException/typeConfig.js +0 -23
- package/lib/Easy3wFlow/index.js +0 -546
- package/lib/Easy3wFormPage/index.js +0 -1591
- package/lib/Easy3wGetCookie/index.js +0 -14
- package/lib/Easy3wGlobalFooter/index.js +0 -73
- package/lib/Easy3wGlobalHeader/index.js +0 -148
- package/lib/Easy3wGridCheckBox/index.js +0 -69
- package/lib/Easy3wGridDatePicker/index.js +0 -90
- package/lib/Easy3wGridDateTimePicker/index.js +0 -122
- package/lib/Easy3wGridInput/index.js +0 -85
- package/lib/Easy3wGridInputNumber/index.js +0 -83
- package/lib/Easy3wGridInputNumberFormat/index.js +0 -93
- package/lib/Easy3wGridPage/index.js +0 -593
- package/lib/Easy3wGridRadio/index.js +0 -70
- package/lib/Easy3wGridSelect/index.js +0 -93
- package/lib/Easy3wGridTextArea/index.js +0 -84
- package/lib/Easy3wInput/index.js +0 -48
- package/lib/Easy3wLogin/index.js +0 -386
- package/lib/Easy3wLoginLayout/index.js +0 -628
- package/lib/Easy3wModal/index.js +0 -143
- package/lib/Easy3wPositionButton/index.js +0 -99
- package/lib/Easy3wQryGrid/index.js +0 -670
- package/lib/Easy3wResult/index.js +0 -77
- package/lib/Easy3wSetCookie/index.js +0 -13
- package/lib/Easy3wSpin/index.js +0 -69
- package/lib/Easy3wTabs/index.js +0 -89
- package/lib/Easy3wTagSelect/index.js +0 -238
- package/lib/Easy3wTagSelect/index.less +0 -120
- package/lib/Easy3wUpload/index.js +0 -507
- package/lib/Easy3wUploadB/index copy 2.js +0 -1011
- package/lib/Easy3wUploadB/index copy.js +0 -1020
- package/lib/Easy3wUploadB/index.js +0 -1039
- package/lib/Easy3wUploadM/index.js +0 -506
- package/lib/Easy3wUserLayout/index.js +0 -138
- package/lib/index.js +0 -383
package/assets/flow.css
DELETED
|
@@ -1,860 +0,0 @@
|
|
|
1
|
-
/*初始化部分*/
|
|
2
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
3
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
4
|
-
/* stylelint-disable */
|
|
5
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
6
|
-
/*流程图部分*/
|
|
7
|
-
.flowmain {
|
|
8
|
-
margin: auto;
|
|
9
|
-
width: 100%;
|
|
10
|
-
background: #fff;
|
|
11
|
-
}
|
|
12
|
-
.floatcenter {
|
|
13
|
-
position: relative;
|
|
14
|
-
left: 67%;
|
|
15
|
-
}
|
|
16
|
-
.floatcenter2_1 {
|
|
17
|
-
position: absolute;
|
|
18
|
-
left: 0;
|
|
19
|
-
height: 36px;
|
|
20
|
-
}
|
|
21
|
-
/*index为1时*/
|
|
22
|
-
.floatcenter2_2 {
|
|
23
|
-
position: absolute;
|
|
24
|
-
left: 35%;
|
|
25
|
-
height: 36px;
|
|
26
|
-
}
|
|
27
|
-
/*index为1时*/
|
|
28
|
-
.floatcenter3_1 {
|
|
29
|
-
position: absolute;
|
|
30
|
-
left: 0;
|
|
31
|
-
height: 36px;
|
|
32
|
-
}
|
|
33
|
-
/*index为1时*/
|
|
34
|
-
.floatcenter3_2 {
|
|
35
|
-
position: absolute;
|
|
36
|
-
left: 33%;
|
|
37
|
-
height: 36px;
|
|
38
|
-
}
|
|
39
|
-
/*index为2时*/
|
|
40
|
-
.floatcenter3_3 {
|
|
41
|
-
position: absolute;
|
|
42
|
-
right: 0;
|
|
43
|
-
height: 36px;
|
|
44
|
-
}
|
|
45
|
-
/*index为3时*/
|
|
46
|
-
.floatcenter4_1 {
|
|
47
|
-
position: absolute;
|
|
48
|
-
left: 0;
|
|
49
|
-
height: 36px;
|
|
50
|
-
}
|
|
51
|
-
/*index为1时*/
|
|
52
|
-
.floatcenter4_2 {
|
|
53
|
-
position: absolute;
|
|
54
|
-
left: 22%;
|
|
55
|
-
height: 36px;
|
|
56
|
-
}
|
|
57
|
-
/*index为2时*/
|
|
58
|
-
.floatcenter4_3 {
|
|
59
|
-
position: absolute;
|
|
60
|
-
right: 23%;
|
|
61
|
-
height: 36px;
|
|
62
|
-
}
|
|
63
|
-
/*index为3时*/
|
|
64
|
-
.floatcenter4_4 {
|
|
65
|
-
position: absolute;
|
|
66
|
-
right: 0;
|
|
67
|
-
height: 36px;
|
|
68
|
-
}
|
|
69
|
-
/*index为4时*/
|
|
70
|
-
.floatcenter5_1 {
|
|
71
|
-
position: absolute;
|
|
72
|
-
left: 0;
|
|
73
|
-
height: 36px;
|
|
74
|
-
}
|
|
75
|
-
/*index为1时*/
|
|
76
|
-
.floatcenter5_2 {
|
|
77
|
-
position: absolute;
|
|
78
|
-
left: 16.5%;
|
|
79
|
-
height: 36px;
|
|
80
|
-
}
|
|
81
|
-
/*index为2时*/
|
|
82
|
-
.floatcenter5_3 {
|
|
83
|
-
position: absolute;
|
|
84
|
-
left: 32.5%;
|
|
85
|
-
height: 36px;
|
|
86
|
-
}
|
|
87
|
-
/*index为3时*/
|
|
88
|
-
.floatcenter5_3_1 {
|
|
89
|
-
position: absolute;
|
|
90
|
-
left: 45%;
|
|
91
|
-
height: 36px;
|
|
92
|
-
}
|
|
93
|
-
/*index为3时*/
|
|
94
|
-
.floatcenter5_4 {
|
|
95
|
-
position: absolute;
|
|
96
|
-
right: 20%;
|
|
97
|
-
height: 36px;
|
|
98
|
-
}
|
|
99
|
-
/*index为4时*/
|
|
100
|
-
.floatcenter5_5 {
|
|
101
|
-
position: absolute;
|
|
102
|
-
right: 0;
|
|
103
|
-
height: 36px;
|
|
104
|
-
}
|
|
105
|
-
/*index为5时*/
|
|
106
|
-
.floatcenter6_1 {
|
|
107
|
-
position: absolute;
|
|
108
|
-
left: 0;
|
|
109
|
-
height: 36px;
|
|
110
|
-
}
|
|
111
|
-
/*index为1时*/
|
|
112
|
-
.floatcenter6_2 {
|
|
113
|
-
position: absolute;
|
|
114
|
-
left: 13%;
|
|
115
|
-
height: 36px;
|
|
116
|
-
}
|
|
117
|
-
/*index为2时*/
|
|
118
|
-
.floatcenter6_3 {
|
|
119
|
-
position: absolute;
|
|
120
|
-
left: 26.25%;
|
|
121
|
-
height: 36px;
|
|
122
|
-
}
|
|
123
|
-
/*index为3时*/
|
|
124
|
-
.floatcenter6_4 {
|
|
125
|
-
position: absolute;
|
|
126
|
-
left: 39.5%;
|
|
127
|
-
height: 36px;
|
|
128
|
-
}
|
|
129
|
-
/*index为4时*/
|
|
130
|
-
.floatcenter6_5 {
|
|
131
|
-
position: absolute;
|
|
132
|
-
right: 18%;
|
|
133
|
-
height: 36px;
|
|
134
|
-
}
|
|
135
|
-
/*index为5时*/
|
|
136
|
-
.floatcenter6_6 {
|
|
137
|
-
position: absolute;
|
|
138
|
-
right: 0;
|
|
139
|
-
height: 36px;
|
|
140
|
-
}
|
|
141
|
-
/*index为6时*/
|
|
142
|
-
.floatcenter7_1 {
|
|
143
|
-
position: absolute;
|
|
144
|
-
left: 0;
|
|
145
|
-
height: 36px;
|
|
146
|
-
}
|
|
147
|
-
/*index为1时*/
|
|
148
|
-
.floatcenter7_2 {
|
|
149
|
-
position: absolute;
|
|
150
|
-
left: 10.8%;
|
|
151
|
-
height: 36px;
|
|
152
|
-
}
|
|
153
|
-
/*index为2时*/
|
|
154
|
-
.floatcenter7_3 {
|
|
155
|
-
position: absolute;
|
|
156
|
-
left: 21.6%;
|
|
157
|
-
height: 36px;
|
|
158
|
-
}
|
|
159
|
-
/*index为3时*/
|
|
160
|
-
.floatcenter7_4 {
|
|
161
|
-
position: absolute;
|
|
162
|
-
left: 32.5%;
|
|
163
|
-
height: 36px;
|
|
164
|
-
}
|
|
165
|
-
/*index为4时*/
|
|
166
|
-
.floatcenter7_5 {
|
|
167
|
-
position: absolute;
|
|
168
|
-
left: 43.3%;
|
|
169
|
-
height: 36px;
|
|
170
|
-
}
|
|
171
|
-
/*index为5时*/
|
|
172
|
-
.floatcenter7_6 {
|
|
173
|
-
position: absolute;
|
|
174
|
-
right: 16%;
|
|
175
|
-
height: 36px;
|
|
176
|
-
}
|
|
177
|
-
/*index为6时*/
|
|
178
|
-
.floatcenter7_7 {
|
|
179
|
-
position: absolute;
|
|
180
|
-
right: 0;
|
|
181
|
-
height: 36px;
|
|
182
|
-
}
|
|
183
|
-
/*index为7时*/
|
|
184
|
-
.floatcenter8_1 {
|
|
185
|
-
position: absolute;
|
|
186
|
-
left: 0;
|
|
187
|
-
height: 36px;
|
|
188
|
-
}
|
|
189
|
-
/*index为1时*/
|
|
190
|
-
.floatcenter8_2 {
|
|
191
|
-
position: absolute;
|
|
192
|
-
left: 9.3%;
|
|
193
|
-
height: 36px;
|
|
194
|
-
}
|
|
195
|
-
/*index为2时*/
|
|
196
|
-
.floatcenter8_3 {
|
|
197
|
-
position: absolute;
|
|
198
|
-
left: 18.6%;
|
|
199
|
-
height: 36px;
|
|
200
|
-
}
|
|
201
|
-
/*index为3时*/
|
|
202
|
-
.floatcenter8_4 {
|
|
203
|
-
position: absolute;
|
|
204
|
-
left: 27.9%;
|
|
205
|
-
height: 36px;
|
|
206
|
-
}
|
|
207
|
-
/*index为4时*/
|
|
208
|
-
.floatcenter8_5 {
|
|
209
|
-
position: absolute;
|
|
210
|
-
left: 37.2%;
|
|
211
|
-
height: 36px;
|
|
212
|
-
}
|
|
213
|
-
/*index为5时*/
|
|
214
|
-
.floatcenter8_6 {
|
|
215
|
-
position: absolute;
|
|
216
|
-
left: 46.5%;
|
|
217
|
-
height: 36px;
|
|
218
|
-
}
|
|
219
|
-
/*index为6时*/
|
|
220
|
-
.floatcenter8_7 {
|
|
221
|
-
position: absolute;
|
|
222
|
-
right: 14%;
|
|
223
|
-
height: 36px;
|
|
224
|
-
}
|
|
225
|
-
/*index为7时*/
|
|
226
|
-
.floatcenter8_8 {
|
|
227
|
-
position: absolute;
|
|
228
|
-
right: 0;
|
|
229
|
-
height: 36px;
|
|
230
|
-
}
|
|
231
|
-
/*index为8时*/
|
|
232
|
-
.floatcenter9_1 {
|
|
233
|
-
position: absolute;
|
|
234
|
-
left: 0;
|
|
235
|
-
height: 36px;
|
|
236
|
-
}
|
|
237
|
-
/*index为1时*/
|
|
238
|
-
.floatcenter9_2 {
|
|
239
|
-
position: absolute;
|
|
240
|
-
left: 8.5%;
|
|
241
|
-
height: 36px;
|
|
242
|
-
}
|
|
243
|
-
/*index为2时*/
|
|
244
|
-
.floatcenter9_3 {
|
|
245
|
-
position: absolute;
|
|
246
|
-
left: 16.5%;
|
|
247
|
-
height: 36px;
|
|
248
|
-
}
|
|
249
|
-
/*index为3时*/
|
|
250
|
-
.floatcenter9_4 {
|
|
251
|
-
position: absolute;
|
|
252
|
-
left: 24.5%;
|
|
253
|
-
height: 36px;
|
|
254
|
-
}
|
|
255
|
-
/*index为4时*/
|
|
256
|
-
.floatcenter9_5 {
|
|
257
|
-
position: absolute;
|
|
258
|
-
left: 32.5%;
|
|
259
|
-
height: 36px;
|
|
260
|
-
}
|
|
261
|
-
/*index为5时*/
|
|
262
|
-
.floatcenter9_6 {
|
|
263
|
-
position: absolute;
|
|
264
|
-
left: 40.5%;
|
|
265
|
-
height: 36px;
|
|
266
|
-
}
|
|
267
|
-
/*index为6时*/
|
|
268
|
-
.floatcenter9_7 {
|
|
269
|
-
position: absolute;
|
|
270
|
-
left: 48.5%;
|
|
271
|
-
height: 36px;
|
|
272
|
-
}
|
|
273
|
-
/*index为7时*/
|
|
274
|
-
.floatcenter9_8 {
|
|
275
|
-
position: absolute;
|
|
276
|
-
right: 10%;
|
|
277
|
-
height: 36px;
|
|
278
|
-
}
|
|
279
|
-
/*index为8时*/
|
|
280
|
-
.floatcenter9_9 {
|
|
281
|
-
position: absolute;
|
|
282
|
-
right: 0;
|
|
283
|
-
height: 36px;
|
|
284
|
-
}
|
|
285
|
-
/*index为9时*/
|
|
286
|
-
/*改名暂时兼容*/
|
|
287
|
-
.center {
|
|
288
|
-
float: left;
|
|
289
|
-
position: relative;
|
|
290
|
-
left: 50%;
|
|
291
|
-
}
|
|
292
|
-
.flowmain .flowtop {
|
|
293
|
-
height: 28px;
|
|
294
|
-
}
|
|
295
|
-
.flowmain .flowcircle {
|
|
296
|
-
float: left;
|
|
297
|
-
margin-top: 5px;
|
|
298
|
-
width: 22px;
|
|
299
|
-
height: 22px;
|
|
300
|
-
line-height: 22px;
|
|
301
|
-
text-align: center;
|
|
302
|
-
border-radius: 50%;
|
|
303
|
-
color: #fff;
|
|
304
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
305
|
-
position: relative;
|
|
306
|
-
left: -50%;
|
|
307
|
-
}
|
|
308
|
-
/*renderTop有几个大节点时(3-9)*/
|
|
309
|
-
.flowmain .flowline2 {
|
|
310
|
-
float: left;
|
|
311
|
-
margin-top: 15px;
|
|
312
|
-
width: 30.8%;
|
|
313
|
-
height: 4px;
|
|
314
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
315
|
-
position: relative;
|
|
316
|
-
left: -50%;
|
|
317
|
-
}
|
|
318
|
-
.flowmain .flowline3 {
|
|
319
|
-
float: left;
|
|
320
|
-
margin-top: 15px;
|
|
321
|
-
width: 30.6%;
|
|
322
|
-
height: 4px;
|
|
323
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
324
|
-
position: relative;
|
|
325
|
-
left: -50%;
|
|
326
|
-
}
|
|
327
|
-
.flowmain .flowline4 {
|
|
328
|
-
float: left;
|
|
329
|
-
margin-top: 15px;
|
|
330
|
-
width: 19.8%;
|
|
331
|
-
height: 4px;
|
|
332
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
333
|
-
position: relative;
|
|
334
|
-
left: -50%;
|
|
335
|
-
}
|
|
336
|
-
.flowmain .flowline5 {
|
|
337
|
-
float: left;
|
|
338
|
-
margin-top: 15px;
|
|
339
|
-
width: 14.4%;
|
|
340
|
-
height: 4px;
|
|
341
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
342
|
-
position: relative;
|
|
343
|
-
left: -50%;
|
|
344
|
-
}
|
|
345
|
-
.flowmain .flowline6 {
|
|
346
|
-
float: left;
|
|
347
|
-
margin-top: 15px;
|
|
348
|
-
width: 11.2%;
|
|
349
|
-
height: 4px;
|
|
350
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
351
|
-
position: relative;
|
|
352
|
-
left: -50%;
|
|
353
|
-
}
|
|
354
|
-
.flowmain .flowline7 {
|
|
355
|
-
float: left;
|
|
356
|
-
margin-top: 15px;
|
|
357
|
-
width: 9.03%;
|
|
358
|
-
height: 4px;
|
|
359
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
360
|
-
position: relative;
|
|
361
|
-
left: -50%;
|
|
362
|
-
}
|
|
363
|
-
.flowmain .flowline8 {
|
|
364
|
-
float: left;
|
|
365
|
-
margin-top: 15px;
|
|
366
|
-
width: 7.4%;
|
|
367
|
-
height: 4px;
|
|
368
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
369
|
-
position: relative;
|
|
370
|
-
left: -50%;
|
|
371
|
-
}
|
|
372
|
-
.flowmain .flowline9 {
|
|
373
|
-
float: left;
|
|
374
|
-
margin-top: 15px;
|
|
375
|
-
width: 6.348%;
|
|
376
|
-
height: 4px;
|
|
377
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
378
|
-
position: relative;
|
|
379
|
-
left: -50%;
|
|
380
|
-
}
|
|
381
|
-
.flowmid {
|
|
382
|
-
height: 34px;
|
|
383
|
-
}
|
|
384
|
-
/*renderMid下的有几个flowtext(3-9)*/
|
|
385
|
-
.flowmid .flowtext2 {
|
|
386
|
-
width: 32.4%;
|
|
387
|
-
float: left;
|
|
388
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
389
|
-
position: relative;
|
|
390
|
-
left: -65.5%;
|
|
391
|
-
}
|
|
392
|
-
.flowmid .flowtext3 {
|
|
393
|
-
width: 32.4%;
|
|
394
|
-
float: left;
|
|
395
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
396
|
-
position: relative;
|
|
397
|
-
left: -65.5%;
|
|
398
|
-
}
|
|
399
|
-
.flowmid .flowtext4 {
|
|
400
|
-
width: 21.6%;
|
|
401
|
-
float: left;
|
|
402
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
403
|
-
position: relative;
|
|
404
|
-
left: -60%;
|
|
405
|
-
}
|
|
406
|
-
.flowmid .flowtext5 {
|
|
407
|
-
width: 16.2%;
|
|
408
|
-
float: left;
|
|
409
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
410
|
-
position: relative;
|
|
411
|
-
left: -57.5%;
|
|
412
|
-
}
|
|
413
|
-
.flowmid .flowtext6 {
|
|
414
|
-
width: 13.1%;
|
|
415
|
-
float: left;
|
|
416
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
417
|
-
position: relative;
|
|
418
|
-
left: -56%;
|
|
419
|
-
}
|
|
420
|
-
.flowmid .flowtext7 {
|
|
421
|
-
width: 10.8%;
|
|
422
|
-
float: left;
|
|
423
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
424
|
-
position: relative;
|
|
425
|
-
left: -54.8%;
|
|
426
|
-
}
|
|
427
|
-
.flowmid .flowtext8 {
|
|
428
|
-
width: 9.13%;
|
|
429
|
-
float: left;
|
|
430
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
431
|
-
position: relative;
|
|
432
|
-
left: -54%;
|
|
433
|
-
}
|
|
434
|
-
.flowmid .flowtext9 {
|
|
435
|
-
width: 8%;
|
|
436
|
-
float: left;
|
|
437
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
438
|
-
position: relative;
|
|
439
|
-
left: -53%;
|
|
440
|
-
}
|
|
441
|
-
.flowmid .floawt1 {
|
|
442
|
-
text-align: center;
|
|
443
|
-
height: 24px;
|
|
444
|
-
line-height: 32px;
|
|
445
|
-
font-size: 14px;
|
|
446
|
-
}
|
|
447
|
-
.flowmid .floawt2 {
|
|
448
|
-
text-align: center;
|
|
449
|
-
height: 20px;
|
|
450
|
-
line-height: 26px;
|
|
451
|
-
font-size: 12px;
|
|
452
|
-
}
|
|
453
|
-
.flowbottom {
|
|
454
|
-
position: relative;
|
|
455
|
-
margin-top: 5px;
|
|
456
|
-
height: 35px;
|
|
457
|
-
margin-left: 32px;
|
|
458
|
-
}
|
|
459
|
-
.flowbottom .flowdocfirst {
|
|
460
|
-
float: left;
|
|
461
|
-
margin-left: 10px;
|
|
462
|
-
height: 35px;
|
|
463
|
-
text-align: center;
|
|
464
|
-
background: #f2f2f2;
|
|
465
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
466
|
-
position: relative;
|
|
467
|
-
left: -50%;
|
|
468
|
-
}
|
|
469
|
-
.flowbottom .flowdoc {
|
|
470
|
-
display: inline-block;
|
|
471
|
-
margin: 0 2px;
|
|
472
|
-
height: 35px;
|
|
473
|
-
text-align: center;
|
|
474
|
-
/*浮动区块居中,必须配合.float-center使用*/
|
|
475
|
-
position: relative;
|
|
476
|
-
}
|
|
477
|
-
.flowbottom .flowdoc .flowdoct1 {
|
|
478
|
-
margin-top: 6px;
|
|
479
|
-
}
|
|
480
|
-
/*.flow-bottom .flow-doc .flow-doc-t2{margin-top:12px;}*/
|
|
481
|
-
.flowbottom .flowdoc .flowdoct1 a {
|
|
482
|
-
color: #00ccff;
|
|
483
|
-
text-decoration: none;
|
|
484
|
-
font-weight: bold;
|
|
485
|
-
}
|
|
486
|
-
.flowbottom .flowdoc .flowdoct1 a:hover {
|
|
487
|
-
color: #ad7c59;
|
|
488
|
-
}
|
|
489
|
-
/*后续附加内容样式*/
|
|
490
|
-
.flowmain .projectinfo {
|
|
491
|
-
margin-top: 30px;
|
|
492
|
-
margin-left: 10px;
|
|
493
|
-
height: 108px;
|
|
494
|
-
}
|
|
495
|
-
.flowmain .projectinfo .projectcontent {
|
|
496
|
-
margin-top: 10px;
|
|
497
|
-
width: 960px;
|
|
498
|
-
height: 68px;
|
|
499
|
-
background: #f2f2f2;
|
|
500
|
-
}
|
|
501
|
-
.flowmain .projectinfo .projectcontent div {
|
|
502
|
-
float: left;
|
|
503
|
-
margin-left: 10px;
|
|
504
|
-
width: 470px;
|
|
505
|
-
height: 34px;
|
|
506
|
-
line-height: 34px;
|
|
507
|
-
}
|
|
508
|
-
.flowmain .moudleprovider {
|
|
509
|
-
margin-top: 10px;
|
|
510
|
-
margin-left: 10px;
|
|
511
|
-
}
|
|
512
|
-
.flowmain .businesslog {
|
|
513
|
-
margin-top: 10px;
|
|
514
|
-
margin-left: 10px;
|
|
515
|
-
}
|
|
516
|
-
.flowmain .fasttrack {
|
|
517
|
-
margin-top: 10px;
|
|
518
|
-
margin-left: 10px;
|
|
519
|
-
height: 40px;
|
|
520
|
-
}
|
|
521
|
-
.flowmain .fasttrack .fasttrackl input {
|
|
522
|
-
width: 84px;
|
|
523
|
-
height: 22px;
|
|
524
|
-
}
|
|
525
|
-
.flowmain .fasttrack .fasttrackl button {
|
|
526
|
-
width: 56px;
|
|
527
|
-
height: 26px;
|
|
528
|
-
}
|
|
529
|
-
.flowmain .fasttrack .fasttrackr a {
|
|
530
|
-
color: #26619d;
|
|
531
|
-
}
|
|
532
|
-
.flowmain .fasttrack .fasttrackr a:hover {
|
|
533
|
-
text-decoration: none;
|
|
534
|
-
color: #ad7c59;
|
|
535
|
-
}
|
|
536
|
-
.flowmain .workbench {
|
|
537
|
-
margin-top: 10px;
|
|
538
|
-
margin-left: 10px;
|
|
539
|
-
}
|
|
540
|
-
.flowmain .workbench .hd {
|
|
541
|
-
height: 30px;
|
|
542
|
-
width: 960px;
|
|
543
|
-
background: #fafafa;
|
|
544
|
-
border-bottom: 1px solid #dbdee1;
|
|
545
|
-
}
|
|
546
|
-
.flowmain .workbench .hd li {
|
|
547
|
-
float: left;
|
|
548
|
-
width: 100px;
|
|
549
|
-
height: 28px;
|
|
550
|
-
line-height: 26px;
|
|
551
|
-
text-align: center;
|
|
552
|
-
}
|
|
553
|
-
.flowmain .workbench .hd li.on {
|
|
554
|
-
border: 1px solid #ececec;
|
|
555
|
-
border-top: 2px solid #038edd;
|
|
556
|
-
border-bottom: 1px solid #fff;
|
|
557
|
-
font-weight: bold;
|
|
558
|
-
}
|
|
559
|
-
.flowmain .projectquery {
|
|
560
|
-
margin-top: 10px;
|
|
561
|
-
margin-left: 10px;
|
|
562
|
-
}
|
|
563
|
-
.flowmain .projectquery .querycondition {
|
|
564
|
-
width: 960px;
|
|
565
|
-
height: 210px;
|
|
566
|
-
margin-bottom: 10px;
|
|
567
|
-
background: #f2f2f2;
|
|
568
|
-
}
|
|
569
|
-
.flowmain .projectquery .querycondition table td {
|
|
570
|
-
border: none;
|
|
571
|
-
}
|
|
572
|
-
.flowmain .projectquery .querycondition table span {
|
|
573
|
-
float: right;
|
|
574
|
-
text-align: right;
|
|
575
|
-
font-weight: bold;
|
|
576
|
-
width: 120px;
|
|
577
|
-
}
|
|
578
|
-
.flowmain .projectquery .querycondition table input {
|
|
579
|
-
float: left;
|
|
580
|
-
width: 220px;
|
|
581
|
-
}
|
|
582
|
-
.flowmain .projectquery .querycondition table select {
|
|
583
|
-
float: left;
|
|
584
|
-
width: 224px;
|
|
585
|
-
}
|
|
586
|
-
.flowmain .projectquery .querycondition button {
|
|
587
|
-
margin-top: 10px;
|
|
588
|
-
margin-left: 430px;
|
|
589
|
-
width: 100px;
|
|
590
|
-
height: 30px;
|
|
591
|
-
color: #fff;
|
|
592
|
-
border: none;
|
|
593
|
-
border-radius: 8px;
|
|
594
|
-
text-align: center;
|
|
595
|
-
vertical-align: middle;
|
|
596
|
-
background: #075c9a;
|
|
597
|
-
}
|
|
598
|
-
.flowmain .historyProj {
|
|
599
|
-
margin-top: 10px;
|
|
600
|
-
margin-left: 10px;
|
|
601
|
-
}
|
|
602
|
-
.flowmain .historyProj .choose {
|
|
603
|
-
margin-top: 20px;
|
|
604
|
-
height: 40px;
|
|
605
|
-
}
|
|
606
|
-
.flowmain .historyProj .choose button {
|
|
607
|
-
width: 80px;
|
|
608
|
-
height: 30px;
|
|
609
|
-
border: none;
|
|
610
|
-
border-radius: 6px;
|
|
611
|
-
}
|
|
612
|
-
/*以下为独立样式*/
|
|
613
|
-
.flowmain .haierblue {
|
|
614
|
-
background: #5867ad;
|
|
615
|
-
}
|
|
616
|
-
.flowmain .haierdeepblue {
|
|
617
|
-
background: #5867ad;
|
|
618
|
-
}
|
|
619
|
-
.flowmain .haierorange {
|
|
620
|
-
background: #ad7c59;
|
|
621
|
-
}
|
|
622
|
-
.flowmain .haierlightgrey {
|
|
623
|
-
background: #f2f2f2;
|
|
624
|
-
}
|
|
625
|
-
.flowmain .haiergrey {
|
|
626
|
-
background: #c9c9c9;
|
|
627
|
-
}
|
|
628
|
-
.flowmain .haierdeepgrey {
|
|
629
|
-
background: #666;
|
|
630
|
-
}
|
|
631
|
-
.flowmain .textblue {
|
|
632
|
-
color: #5867ad;
|
|
633
|
-
}
|
|
634
|
-
.flowmain .textorange {
|
|
635
|
-
color: #ad7c59;
|
|
636
|
-
}
|
|
637
|
-
.flowmain .textgrey {
|
|
638
|
-
color: #999999;
|
|
639
|
-
}
|
|
640
|
-
.flowmain .textgrey a {
|
|
641
|
-
color: #999999;
|
|
642
|
-
}
|
|
643
|
-
.flowmain .textgrey a:hover {
|
|
644
|
-
color: #ad7c59;
|
|
645
|
-
}
|
|
646
|
-
.flowmain .bold {
|
|
647
|
-
font-weight: bold;
|
|
648
|
-
}
|
|
649
|
-
.flowmain .w1 {
|
|
650
|
-
width: 960px;
|
|
651
|
-
}
|
|
652
|
-
/*1个*/
|
|
653
|
-
.flowmain .w2 {
|
|
654
|
-
width: 480px;
|
|
655
|
-
}
|
|
656
|
-
/*2个*/
|
|
657
|
-
.flowmain .w3 {
|
|
658
|
-
padding: 0 21px;
|
|
659
|
-
}
|
|
660
|
-
/*3个*/
|
|
661
|
-
.flowmain .w4 {
|
|
662
|
-
width: 232px;
|
|
663
|
-
}
|
|
664
|
-
/*4个*/
|
|
665
|
-
.flowmain .w5 {
|
|
666
|
-
width: 184px;
|
|
667
|
-
}
|
|
668
|
-
/*5个*/
|
|
669
|
-
.flowmain .w6 {
|
|
670
|
-
width: 151px;
|
|
671
|
-
}
|
|
672
|
-
/*6个*/
|
|
673
|
-
.flowmain .w7 {
|
|
674
|
-
width: 128px;
|
|
675
|
-
}
|
|
676
|
-
/*7个*/
|
|
677
|
-
.flowmain .w8 {
|
|
678
|
-
width: 116px;
|
|
679
|
-
}
|
|
680
|
-
/*8个*/
|
|
681
|
-
.flowmain .w9 {
|
|
682
|
-
width: 97px;
|
|
683
|
-
}
|
|
684
|
-
/*9个*/
|
|
685
|
-
.flowmain .w10 {
|
|
686
|
-
width: 87px;
|
|
687
|
-
}
|
|
688
|
-
/*10个*/
|
|
689
|
-
.flowmain .toplineblue {
|
|
690
|
-
border-top: 5px solid #5867ad;
|
|
691
|
-
}
|
|
692
|
-
.flowmain .toplineorange {
|
|
693
|
-
border-top: 5px solid #ad7c59;
|
|
694
|
-
}
|
|
695
|
-
.flowmain .toplinegray {
|
|
696
|
-
border-top: 5px solid #ccc;
|
|
697
|
-
}
|
|
698
|
-
.flowmain .borderblue {
|
|
699
|
-
border: 1px solid #5867ad;
|
|
700
|
-
}
|
|
701
|
-
.flowmain .borderorange {
|
|
702
|
-
border: 1px solid #ad7c59;
|
|
703
|
-
}
|
|
704
|
-
.flowmain .borderblueDashed {
|
|
705
|
-
border: 1px dashed #5867ad;
|
|
706
|
-
}
|
|
707
|
-
.flowmain .borderorangeDashed {
|
|
708
|
-
border: 1px dashed #ad7c59;
|
|
709
|
-
}
|
|
710
|
-
.flowmain .bordergrayDashed {
|
|
711
|
-
border: 1px dashed #ccc;
|
|
712
|
-
}
|
|
713
|
-
.flowmain .bordergray {
|
|
714
|
-
border: 1px solid #ccc;
|
|
715
|
-
}
|
|
716
|
-
.flowmain .flowbottomtextblue {
|
|
717
|
-
text-align: center;
|
|
718
|
-
line-height: 35px;
|
|
719
|
-
color: #5867ad;
|
|
720
|
-
}
|
|
721
|
-
.flowmain .flowdoc img {
|
|
722
|
-
display: inline-block;
|
|
723
|
-
position: absolute;
|
|
724
|
-
right: 0;
|
|
725
|
-
bottom: 0;
|
|
726
|
-
z-index: 1;
|
|
727
|
-
width: 21px;
|
|
728
|
-
}
|
|
729
|
-
.flowmain .flowbottomtextorange {
|
|
730
|
-
text-align: center;
|
|
731
|
-
line-height: 35px;
|
|
732
|
-
}
|
|
733
|
-
.flowmain .flowbottomtextorange a {
|
|
734
|
-
color: #ad7c59;
|
|
735
|
-
font-weight: bold;
|
|
736
|
-
}
|
|
737
|
-
.flowmain .flowbottomtextgrey {
|
|
738
|
-
text-align: center;
|
|
739
|
-
line-height: 35px;
|
|
740
|
-
color: #999999;
|
|
741
|
-
}
|
|
742
|
-
.flowmain .flowbottomtextgrey a {
|
|
743
|
-
text-align: center;
|
|
744
|
-
line-height: 35px;
|
|
745
|
-
color: #999999;
|
|
746
|
-
}
|
|
747
|
-
.flowmain .hide {
|
|
748
|
-
display: none;
|
|
749
|
-
}
|
|
750
|
-
.hint {
|
|
751
|
-
position: relative;
|
|
752
|
-
z-index: 1;
|
|
753
|
-
top: 14px;
|
|
754
|
-
left: 0;
|
|
755
|
-
width: 200px;
|
|
756
|
-
border: 1px solid #ececec;
|
|
757
|
-
/*border:1px solid #FA0505;*/
|
|
758
|
-
background: #fff;
|
|
759
|
-
-moz-border-radius: 8px;
|
|
760
|
-
-webkit-border-radius: 8px;
|
|
761
|
-
border-radius: 8px;
|
|
762
|
-
}
|
|
763
|
-
.hint ul li {
|
|
764
|
-
text-align: left;
|
|
765
|
-
margin-left: 6px;
|
|
766
|
-
line-height: 30px;
|
|
767
|
-
font-size: 14px;
|
|
768
|
-
}
|
|
769
|
-
.flowmain .square {
|
|
770
|
-
float: left;
|
|
771
|
-
width: 6px;
|
|
772
|
-
height: 18px;
|
|
773
|
-
}
|
|
774
|
-
.flowmain .title {
|
|
775
|
-
height: 22px;
|
|
776
|
-
}
|
|
777
|
-
.flowmain .title .title-text {
|
|
778
|
-
float: left;
|
|
779
|
-
margin-left: 5px;
|
|
780
|
-
}
|
|
781
|
-
.flowmain table {
|
|
782
|
-
margin: 0;
|
|
783
|
-
padding: 0;
|
|
784
|
-
margin-top: 6px;
|
|
785
|
-
border-collapse: collapse;
|
|
786
|
-
border-spacing: 0;
|
|
787
|
-
width: 960px;
|
|
788
|
-
}
|
|
789
|
-
.flowmain tr {
|
|
790
|
-
line-height: 30px;
|
|
791
|
-
text-align: center;
|
|
792
|
-
vertical-align: middle;
|
|
793
|
-
}
|
|
794
|
-
.flowmain td {
|
|
795
|
-
border: 1px solid #e5e5e5;
|
|
796
|
-
}
|
|
797
|
-
.flowmain .table-title {
|
|
798
|
-
background: #f2f2f2;
|
|
799
|
-
font-weight: bold;
|
|
800
|
-
}
|
|
801
|
-
.flowmain .table-page {
|
|
802
|
-
margin-top: 10px;
|
|
803
|
-
height: 36px;
|
|
804
|
-
}
|
|
805
|
-
.flowmain .table-page .table-page-r {
|
|
806
|
-
margin-right: 30px;
|
|
807
|
-
}
|
|
808
|
-
.flowmain .table-page .table-page-r a {
|
|
809
|
-
float: left;
|
|
810
|
-
margin-left: 5px;
|
|
811
|
-
width: 20px;
|
|
812
|
-
height: 20px;
|
|
813
|
-
line-height: 20px;
|
|
814
|
-
text-align: center;
|
|
815
|
-
border: 1px solid #ccc;
|
|
816
|
-
font-size: 12px;
|
|
817
|
-
color: #333333;
|
|
818
|
-
}
|
|
819
|
-
.flowmain .table-page .table-page-r a:hover {
|
|
820
|
-
background: #038edd;
|
|
821
|
-
}
|
|
822
|
-
.flowmain .table-page .choose-on {
|
|
823
|
-
background: #038edd;
|
|
824
|
-
}
|
|
825
|
-
.flowmain .table-page .table-page-r a.page-change {
|
|
826
|
-
width: 50px;
|
|
827
|
-
}
|
|
828
|
-
.flowmain .left {
|
|
829
|
-
text-align: left;
|
|
830
|
-
}
|
|
831
|
-
.flowmain .right {
|
|
832
|
-
text-align: right;
|
|
833
|
-
}
|
|
834
|
-
.flowmain .center {
|
|
835
|
-
text-align: center;
|
|
836
|
-
}
|
|
837
|
-
.flowmain .fl {
|
|
838
|
-
float: left;
|
|
839
|
-
}
|
|
840
|
-
.flowmain .fr {
|
|
841
|
-
float: right;
|
|
842
|
-
}
|
|
843
|
-
.marAuto3 {
|
|
844
|
-
position: absolute;
|
|
845
|
-
left: 50%;
|
|
846
|
-
margin-left: -225px;
|
|
847
|
-
}
|
|
848
|
-
/*三个节点*/
|
|
849
|
-
.marAuto2 {
|
|
850
|
-
position: absolute;
|
|
851
|
-
left: 50%;
|
|
852
|
-
margin-left: -150px;
|
|
853
|
-
}
|
|
854
|
-
/*两个节点*/
|
|
855
|
-
.marAuto1 {
|
|
856
|
-
position: absolute;
|
|
857
|
-
left: 50%;
|
|
858
|
-
margin-left: -75px;
|
|
859
|
-
}
|
|
860
|
-
/*一个节点*/
|