educode_sales 1.10.14 → 1.10.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,119 +4,746 @@
4
4
 
5
5
  **/
6
6
 
7
+
7
8
  /* *html{background-image: url(about:blank); background-attachment: fixed;} */
8
- html #layuicss-layer{display: none; position: absolute; width: 1989px;}
9
+
10
+ html #layuicss-layer {
11
+ display: none;
12
+ position: absolute;
13
+ width: 1989px;
14
+ }
15
+
9
16
 
10
17
  /* common */
11
- .layui-layer-shade, .layui-layer{position:fixed; _position:absolute; pointer-events: auto;}
12
- .layui-layer-shade{top:0; left:0; width:100%; height:100%; _height:expression(document.body.offsetHeight+"px");}
13
- .layui-layer{-webkit-overflow-scrolling: touch;}
14
- .layui-layer{top:150px; left: 0; margin:0; padding:0; background-color:#fff; -webkit-background-clip: content; border-radius: 2px; box-shadow: 1px 1px 50px rgba(0,0,0,.3);}
15
- .layui-layer-close{position:absolute;}
16
- .layui-layer-content{position:relative;}
17
- .layui-layer-border{border: 1px solid #B2B2B2; border: 1px solid rgba(0,0,0,.1); box-shadow: 1px 1px 5px rgba(0,0,0,.2);}
18
- .layui-layer-load{background:image-url("educode_sales/loading-1.gif") #eee center center no-repeat;}
19
- .layui-layer-ico{ background:image-url("educode_sales/icon.png") no-repeat;}
18
+
19
+ .layui-layer-shade,
20
+ .layui-layer {
21
+ position: fixed;
22
+ _position: absolute;
23
+ pointer-events: auto;
24
+ }
25
+
26
+ .layui-layer-shade {
27
+ top: 0;
28
+ left: 0;
29
+ width: 100%;
30
+ height: 100%;
31
+ _height: expression(document.body.offsetHeight+"px");
32
+ }
33
+
34
+ .layui-layer {
35
+ -webkit-overflow-scrolling: touch;
36
+ }
37
+
38
+ .layui-layer {
39
+ top: 150px;
40
+ left: 0;
41
+ margin: 0;
42
+ padding: 0;
43
+ background-color: #fff;
44
+ -webkit-background-clip: content;
45
+ border-radius: 2px;
46
+ box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
47
+ }
48
+
49
+ .layui-layer-close {
50
+ position: absolute;
51
+ }
52
+
53
+ .layui-layer-content {
54
+ position: relative;
55
+ }
56
+
57
+ .layui-layer-border {
58
+ border: 1px solid #B2B2B2;
59
+ border: 1px solid rgba(0, 0, 0, .1);
60
+ box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
61
+ }
62
+
63
+ .layui-layer-load {
64
+ background: image-url("educode_sales/loading-1.gif") #eee center center no-repeat;
65
+ }
66
+
67
+ .layui-layer-ico {
68
+ background: image-url("educode_sales/icon.png") no-repeat;
69
+ }
70
+
20
71
  .layui-layer-dialog .layui-layer-ico,
21
72
  .layui-layer-setwin a,
22
- .layui-layer-btn a{display:inline-block; *display:inline; *zoom:1; vertical-align:top;}
73
+ .layui-layer-btn a {
74
+ display: inline-block;
75
+ *display: inline;
76
+ *zoom: 1;
77
+ vertical-align: top;
78
+ }
79
+
80
+ .layui-layer-move {
81
+ display: none;
82
+ position: fixed;
83
+ *position: absolute;
84
+ left: 0px;
85
+ top: 0px;
86
+ width: 100%;
87
+ height: 100%;
88
+ cursor: move;
89
+ opacity: 0;
90
+ filter: alpha(opacity=0);
91
+ background-color: #fff;
92
+ z-index: 2147483647;
93
+ }
94
+
95
+ .layui-layer-resize {
96
+ position: absolute;
97
+ width: 15px;
98
+ height: 15px;
99
+ right: 0;
100
+ bottom: 0;
101
+ cursor: se-resize;
102
+ }
23
103
 
24
- .layui-layer-move{display: none; position: fixed; *position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; cursor: move; opacity: 0; filter:alpha(opacity=0); background-color: #fff; z-index: 2147483647;}
25
- .layui-layer-resize{position: absolute; width: 15px; height: 15px; right: 0; bottom: 0; cursor: se-resize;}
26
104
 
27
105
  /* 动画 */
28
- .layer-anim{-webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration:.3s; animation-duration:.3s;}
29
106
 
30
- @-webkit-keyframes layer-bounceIn { /* 默认 */
31
- 0% {opacity: 0; -webkit-transform: scale(.5); transform: scale(.5)}
32
- 100% {opacity: 1; -webkit-transform: scale(1); transform: scale(1)}
107
+ .layer-anim {
108
+ -webkit-animation-fill-mode: both;
109
+ animation-fill-mode: both;
110
+ -webkit-animation-duration: .3s;
111
+ animation-duration: .3s;
112
+ }
113
+
114
+ @-webkit-keyframes layer-bounceIn {
115
+ /* 默认 */
116
+ 0% {
117
+ opacity: 0;
118
+ -webkit-transform: scale(.5);
119
+ transform: scale(.5)
120
+ }
121
+ 100% {
122
+ opacity: 1;
123
+ -webkit-transform: scale(1);
124
+ transform: scale(1)
125
+ }
33
126
  }
127
+
34
128
  @keyframes layer-bounceIn {
35
- 0% {opacity: 0; -webkit-transform: scale(.5); -ms-transform: scale(.5); transform: scale(.5)}
36
- 100% {opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1)}
129
+ 0% {
130
+ opacity: 0;
131
+ -webkit-transform: scale(.5);
132
+ -ms-transform: scale(.5);
133
+ transform: scale(.5)
134
+ }
135
+ 100% {
136
+ opacity: 1;
137
+ -webkit-transform: scale(1);
138
+ -ms-transform: scale(1);
139
+ transform: scale(1)
140
+ }
141
+ }
142
+
143
+ .layer-anim-00 {
144
+ -webkit-animation-name: layer-bounceIn;
145
+ animation-name: layer-bounceIn
146
+ }
147
+
148
+ @-webkit-keyframes layer-zoomInDown {
149
+ 0% {
150
+ opacity: 0;
151
+ -webkit-transform: scale(.1) translateY(-2000px);
152
+ transform: scale(.1) translateY(-2000px);
153
+ -webkit-animation-timing-function: ease-in-out;
154
+ animation-timing-function: ease-in-out
155
+ }
156
+ 60% {
157
+ opacity: 1;
158
+ -webkit-transform: scale(.475) translateY(60px);
159
+ transform: scale(.475) translateY(60px);
160
+ -webkit-animation-timing-function: ease-out;
161
+ animation-timing-function: ease-out
162
+ }
163
+ }
164
+
165
+ @keyframes layer-zoomInDown {
166
+ 0% {
167
+ opacity: 0;
168
+ -webkit-transform: scale(.1) translateY(-2000px);
169
+ -ms-transform: scale(.1) translateY(-2000px);
170
+ transform: scale(.1) translateY(-2000px);
171
+ -webkit-animation-timing-function: ease-in-out;
172
+ animation-timing-function: ease-in-out
173
+ }
174
+ 60% {
175
+ opacity: 1;
176
+ -webkit-transform: scale(.475) translateY(60px);
177
+ -ms-transform: scale(.475) translateY(60px);
178
+ transform: scale(.475) translateY(60px);
179
+ -webkit-animation-timing-function: ease-out;
180
+ animation-timing-function: ease-out
181
+ }
182
+ }
183
+
184
+ .layer-anim-01 {
185
+ -webkit-animation-name: layer-zoomInDown;
186
+ animation-name: layer-zoomInDown
187
+ }
188
+
189
+ @-webkit-keyframes layer-fadeInUpBig {
190
+ 0% {
191
+ opacity: 0;
192
+ -webkit-transform: translateY(2000px);
193
+ transform: translateY(2000px)
194
+ }
195
+ 100% {
196
+ opacity: 1;
197
+ -webkit-transform: translateY(0);
198
+ transform: translateY(0)
199
+ }
200
+ }
201
+
202
+ @keyframes layer-fadeInUpBig {
203
+ 0% {
204
+ opacity: 0;
205
+ -webkit-transform: translateY(2000px);
206
+ -ms-transform: translateY(2000px);
207
+ transform: translateY(2000px)
208
+ }
209
+ 100% {
210
+ opacity: 1;
211
+ -webkit-transform: translateY(0);
212
+ -ms-transform: translateY(0);
213
+ transform: translateY(0)
214
+ }
215
+ }
216
+
217
+ .layer-anim-02 {
218
+ -webkit-animation-name: layer-fadeInUpBig;
219
+ animation-name: layer-fadeInUpBig
220
+ }
221
+
222
+ @-webkit-keyframes layer-zoomInLeft {
223
+ 0% {
224
+ opacity: 0;
225
+ -webkit-transform: scale(.1) translateX(-2000px);
226
+ transform: scale(.1) translateX(-2000px);
227
+ -webkit-animation-timing-function: ease-in-out;
228
+ animation-timing-function: ease-in-out
229
+ }
230
+ 60% {
231
+ opacity: 1;
232
+ -webkit-transform: scale(.475) translateX(48px);
233
+ transform: scale(.475) translateX(48px);
234
+ -webkit-animation-timing-function: ease-out;
235
+ animation-timing-function: ease-out
236
+ }
237
+ }
238
+
239
+ @keyframes layer-zoomInLeft {
240
+ 0% {
241
+ opacity: 0;
242
+ -webkit-transform: scale(.1) translateX(-2000px);
243
+ -ms-transform: scale(.1) translateX(-2000px);
244
+ transform: scale(.1) translateX(-2000px);
245
+ -webkit-animation-timing-function: ease-in-out;
246
+ animation-timing-function: ease-in-out
247
+ }
248
+ 60% {
249
+ opacity: 1;
250
+ -webkit-transform: scale(.475) translateX(48px);
251
+ -ms-transform: scale(.475) translateX(48px);
252
+ transform: scale(.475) translateX(48px);
253
+ -webkit-animation-timing-function: ease-out;
254
+ animation-timing-function: ease-out
255
+ }
256
+ }
257
+
258
+ .layer-anim-03 {
259
+ -webkit-animation-name: layer-zoomInLeft;
260
+ animation-name: layer-zoomInLeft
37
261
  }
38
- .layer-anim-00{-webkit-animation-name: layer-bounceIn;animation-name: layer-bounceIn}
39
262
 
40
- @-webkit-keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-01{-webkit-animation-name:layer-zoomInDown;animation-name:layer-zoomInDown}
263
+ @-webkit-keyframes layer-rollIn {
264
+ 0% {
265
+ opacity: 0;
266
+ -webkit-transform: translateX(-100%) rotate(-120deg);
267
+ transform: translateX(-100%) rotate(-120deg)
268
+ }
269
+ 100% {
270
+ opacity: 1;
271
+ -webkit-transform: translateX(0px) rotate(0deg);
272
+ transform: translateX(0px) rotate(0deg)
273
+ }
274
+ }
41
275
 
42
- @-webkit-keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.layer-anim-02{-webkit-animation-name:layer-fadeInUpBig;animation-name:layer-fadeInUpBig}
276
+ @keyframes layer-rollIn {
277
+ 0% {
278
+ opacity: 0;
279
+ -webkit-transform: translateX(-100%) rotate(-120deg);
280
+ -ms-transform: translateX(-100%) rotate(-120deg);
281
+ transform: translateX(-100%) rotate(-120deg)
282
+ }
283
+ 100% {
284
+ opacity: 1;
285
+ -webkit-transform: translateX(0px) rotate(0deg);
286
+ -ms-transform: translateX(0px) rotate(0deg);
287
+ transform: translateX(0px) rotate(0deg)
288
+ }
289
+ }
43
290
 
44
- @-webkit-keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-03{-webkit-animation-name:layer-zoomInLeft;animation-name:layer-zoomInLeft}
291
+ .layer-anim-04 {
292
+ -webkit-animation-name: layer-rollIn;
293
+ animation-name: layer-rollIn
294
+ }
45
295
 
46
- @-webkit-keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.layer-anim-04{-webkit-animation-name:layer-rollIn;animation-name:layer-rollIn}
296
+ @keyframes layer-fadeIn {
297
+ 0% {
298
+ opacity: 0
299
+ }
300
+ 100% {
301
+ opacity: 1
302
+ }
303
+ }
47
304
 
48
- @keyframes layer-fadeIn{0%{opacity:0}100%{opacity:1}}.layer-anim-05{-webkit-animation-name:layer-fadeIn;animation-name:layer-fadeIn}
305
+ .layer-anim-05 {
306
+ -webkit-animation-name: layer-fadeIn;
307
+ animation-name: layer-fadeIn
308
+ }
309
+
310
+ @-webkit-keyframes layer-shake {
311
+ 0%,
312
+ 100% {
313
+ -webkit-transform: translateX(0);
314
+ transform: translateX(0)
315
+ }
316
+ 10%,
317
+ 30%,
318
+ 50%,
319
+ 70%,
320
+ 90% {
321
+ -webkit-transform: translateX(-10px);
322
+ transform: translateX(-10px)
323
+ }
324
+ 20%,
325
+ 40%,
326
+ 60%,
327
+ 80% {
328
+ -webkit-transform: translateX(10px);
329
+ transform: translateX(10px)
330
+ }
331
+ }
332
+
333
+ @keyframes layer-shake {
334
+ 0%,
335
+ 100% {
336
+ -webkit-transform: translateX(0);
337
+ -ms-transform: translateX(0);
338
+ transform: translateX(0)
339
+ }
340
+ 10%,
341
+ 30%,
342
+ 50%,
343
+ 70%,
344
+ 90% {
345
+ -webkit-transform: translateX(-10px);
346
+ -ms-transform: translateX(-10px);
347
+ transform: translateX(-10px)
348
+ }
349
+ 20%,
350
+ 40%,
351
+ 60%,
352
+ 80% {
353
+ -webkit-transform: translateX(10px);
354
+ -ms-transform: translateX(10px);
355
+ transform: translateX(10px)
356
+ }
357
+ }
358
+
359
+ .layer-anim-06 {
360
+ -webkit-animation-name: layer-shake;
361
+ animation-name: layer-shake
362
+ }
363
+
364
+ @-webkit-keyframes fadeIn {
365
+ 0% {
366
+ opacity: 0
367
+ }
368
+ 100% {
369
+ opacity: 1
370
+ }
371
+ }
49
372
 
50
- @-webkit-keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.layer-anim-06{-webkit-animation-name:layer-shake;animation-name:layer-shake}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
51
373
 
52
374
  /* 标题栏 */
53
- .layui-layer-title{padding:0 80px 0 20px; height: 50px; line-height: 50px; border-bottom:1px solid #F0F0F0; font-size: 14px; color:#333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-radius: 2px 2px 0 0;}
54
- .layui-layer-setwin{position:absolute; right: 15px; *right:0; top: 17px; font-size:0; line-height: initial;}
55
- .layui-layer-setwin a{position:relative; width: 16px; height:16px; margin-left:10px; font-size:12px; _overflow:hidden;}
56
- .layui-layer-setwin .layui-layer-min cite{position:absolute; width:14px; height:2px; left:0; top:50%; margin-top:-1px; background-color:#2E2D3C; cursor:pointer; _overflow:hidden;}
57
- .layui-layer-setwin .layui-layer-min:hover cite{background-color:#2D93CA; }
58
- .layui-layer-setwin .layui-layer-max{background-position:-32px -40px;}
59
- .layui-layer-setwin .layui-layer-max:hover{background-position:-16px -40px;}
60
- .layui-layer-setwin .layui-layer-maxmin{background-position:-65px -40px;}
61
- .layui-layer-setwin .layui-layer-maxmin:hover{background-position:-49px -40px;}
62
- .layui-layer-setwin .layui-layer-close1{background-position: 1px -40px; cursor: pointer;}
63
- .layui-layer-setwin .layui-layer-close1:hover{opacity:0.7;}
64
- .layui-layer-setwin .layui-layer-close2{position:absolute; right:-28px; top:-28px; width:30px; height:30px; margin-left:0; background-position:-149px -31px; *right:-18px; _display:none;}
65
- .layui-layer-setwin .layui-layer-close2:hover{ background-position:-180px -31px;}
375
+
376
+ .layui-layer-title {
377
+ padding: 0 80px 0 20px;
378
+ height: 50px;
379
+ line-height: 50px;
380
+ border-bottom: 1px solid #F0F0F0;
381
+ font-size: 14px;
382
+ color: #333;
383
+ overflow: hidden;
384
+ text-overflow: ellipsis;
385
+ white-space: nowrap;
386
+ border-radius: 2px 2px 0 0;
387
+ }
388
+
389
+ .layui-layer-setwin {
390
+ position: absolute;
391
+ right: 15px;
392
+ *right: 0;
393
+ top: 17px;
394
+ font-size: 0;
395
+ line-height: initial;
396
+ }
397
+
398
+ .layui-layer-setwin a {
399
+ position: relative;
400
+ width: 16px;
401
+ height: 16px;
402
+ margin-left: 10px;
403
+ font-size: 12px;
404
+ _overflow: hidden;
405
+ }
406
+
407
+ .layui-layer-setwin .layui-layer-min cite {
408
+ position: absolute;
409
+ width: 14px;
410
+ height: 2px;
411
+ left: 0;
412
+ top: 50%;
413
+ margin-top: -1px;
414
+ background-color: #2E2D3C;
415
+ cursor: pointer;
416
+ _overflow: hidden;
417
+ }
418
+
419
+ .layui-layer-setwin .layui-layer-min:hover cite {
420
+ background-color: #2D93CA;
421
+ }
422
+
423
+ .layui-layer-setwin .layui-layer-max {
424
+ background-position: -32px -40px;
425
+ }
426
+
427
+ .layui-layer-setwin .layui-layer-max:hover {
428
+ background-position: -16px -40px;
429
+ }
430
+
431
+ .layui-layer-setwin .layui-layer-maxmin {
432
+ background-position: -65px -40px;
433
+ }
434
+
435
+ .layui-layer-setwin .layui-layer-maxmin:hover {
436
+ background-position: -49px -40px;
437
+ }
438
+
439
+ .layui-layer-setwin .layui-layer-close1 {
440
+ background-position: 1px -40px;
441
+ cursor: pointer;
442
+ }
443
+
444
+ .layui-layer-setwin .layui-layer-close1:hover {
445
+ opacity: 0.7;
446
+ }
447
+
448
+ .layui-layer-setwin .layui-layer-close2 {
449
+ position: absolute;
450
+ right: -28px;
451
+ top: -28px;
452
+ width: 30px;
453
+ height: 30px;
454
+ margin-left: 0;
455
+ background-position: -149px -31px;
456
+ *right: -18px;
457
+ _display: none;
458
+ }
459
+
460
+ .layui-layer-setwin .layui-layer-close2:hover {
461
+ background-position: -180px -31px;
462
+ }
463
+
66
464
 
67
465
  /* 按钮栏 */
68
- .layui-layer-btn{text-align: right; padding: 0 15px 12px; pointer-events: auto; user-select: none; -webkit-user-select: none;}
69
- .layui-layer-btn a{height: 28px; line-height: 28px; margin: 5px 5px 0; padding: 0 15px; border: 1px solid #dedede; background-color:#fff; color: #333; border-radius: 2px; font-weight:400; cursor:pointer; text-decoration: none;}
70
- .layui-layer-btn a:hover{opacity: 0.9; text-decoration: none;}
71
- .layui-layer-btn a:active{opacity: 0.8;}
72
- .layui-layer-btn .layui-layer-btn0{border-color: #1E9FFF; background-color: #1E9FFF; color:#fff;}
73
- .layui-layer-btn-l{text-align: left;}
74
- .layui-layer-btn-c{text-align: center;}
466
+
467
+ .layui-layer-btn {
468
+ text-align: right;
469
+ padding: 0 15px 12px;
470
+ pointer-events: auto;
471
+ user-select: none;
472
+ -webkit-user-select: none;
473
+ }
474
+
475
+ .layui-layer-btn a {
476
+ height: 28px;
477
+ line-height: 28px;
478
+ margin: 5px 5px 0;
479
+ padding: 0 15px;
480
+ border: 1px solid #dedede;
481
+ background-color: #fff;
482
+ color: #333;
483
+ border-radius: 2px;
484
+ font-weight: 400;
485
+ cursor: pointer;
486
+ text-decoration: none;
487
+ }
488
+
489
+ .layui-layer-btn a:hover {
490
+ opacity: 0.9;
491
+ text-decoration: none;
492
+ }
493
+
494
+ .layui-layer-btn a:active {
495
+ opacity: 0.8;
496
+ }
497
+
498
+ .layui-layer-btn .layui-layer-btn0 {
499
+ border-color: #1E9FFF;
500
+ background-color: #1E9FFF;
501
+ color: #fff;
502
+ }
503
+
504
+ .layui-layer-btn-l {
505
+ text-align: left;
506
+ }
507
+
508
+ .layui-layer-btn-c {
509
+ text-align: center;
510
+ }
511
+
75
512
 
76
513
  /* 定制化 */
77
- .layui-layer-dialog{min-width: 300px;}
78
- .layui-layer-dialog .layui-layer-content{position: relative; padding:20px; line-height:24px; word-break: break-all; overflow:hidden; font-size:14px; overflow-x: hidden; overflow-y:auto;}
79
- .layui-layer-dialog .layui-layer-content .layui-layer-ico{position:absolute; top:16px; left:15px; _left:-40px; width:30px; height:30px;}
80
- .layui-layer-ico1{background-position:-30px 0 }
81
- .layui-layer-ico2{background-position:-60px 0;}
82
- .layui-layer-ico3{background-position:-90px 0;}
83
- .layui-layer-ico4{background-position:-120px 0;}
84
- .layui-layer-ico5{background-position:-150px 0;}
85
- .layui-layer-ico6{background-position:-180px 0;}
86
- .layui-layer-rim{border:6px solid #8D8D8D; border:6px solid rgba(0,0,0,.3); border-radius:5px; box-shadow: none;}
87
- .layui-layer-msg{min-width:180px; border:1px solid #D3D4D3; box-shadow: none;}
88
- .layui-layer-hui{min-width:100px; background-color: #000; filter:alpha(opacity=60); background-color: rgba(0,0,0,0.6); color: #fff; border:none;}
89
- .layui-layer-hui .layui-layer-content{padding:12px 25px; text-align:center;}
90
- .layui-layer-dialog .layui-layer-padding{padding: 20px 20px 20px 55px; text-align: left;}
91
- .layui-layer-page .layui-layer-content{position:relative; overflow:auto;}
92
- .layui-layer-page .layui-layer-btn,.layui-layer-iframe .layui-layer-btn{padding-top:10px;}
93
- .layui-layer-nobg{background:none;}
94
- .layui-layer-iframe iframe{display: block; width: 100%;}
95
-
96
- .layui-layer-loading{border-radius:100%; background:none; box-shadow:none; border:none;}
97
- .layui-layer-loading .layui-layer-content{width:60px; height:24px; background:image-url("educode_sales/loading-0.gif") no-repeat;}
98
- .layui-layer-loading .layui-layer-loading1{width:37px; height:37px; background:image-url("educode_sales/loading-1.gif") no-repeat;}
99
- .layui-layer-loading .layui-layer-loading2, .layui-layer-ico16{width:32px; height:32px; background:image-url("educode_sales/loading-2.gif") no-repeat;}
100
- .layui-layer-tips{background: none; box-shadow:none; border:none;}
101
- .layui-layer-tips .layui-layer-content{position: relative; line-height: 22px; min-width: 12px; padding: 8px 15px; font-size: 12px; _float:left; border-radius: 2px; box-shadow: 1px 1px 3px rgba(0,0,0,.2); background-color: #000; color: #fff;}
102
- .layui-layer-tips .layui-layer-close{right:-2px; top:-1px;}
103
- .layui-layer-tips i.layui-layer-TipsG{ position:absolute; width:0; height:0; border-width:8px; border-color:transparent; border-style:dashed; *overflow:hidden;}
104
- .layui-layer-tips i.layui-layer-TipsT, .layui-layer-tips i.layui-layer-TipsB{left:5px; border-right-style:solid; border-right-color: #000;}
105
- .layui-layer-tips i.layui-layer-TipsT{bottom:-8px;}
106
- .layui-layer-tips i.layui-layer-TipsB{top:-8px;}
107
- .layui-layer-tips i.layui-layer-TipsR, .layui-layer-tips i.layui-layer-TipsL{top: 5px; border-bottom-style:solid; border-bottom-color: #000;}
108
- .layui-layer-tips i.layui-layer-TipsR{left:-8px;}
109
- .layui-layer-tips i.layui-layer-TipsL{right:-8px;}
514
+
515
+ .layui-layer-dialog {
516
+ min-width: 300px;
517
+ }
518
+
519
+ .layui-layer-dialog .layui-layer-content {
520
+ position: relative;
521
+ padding: 20px;
522
+ line-height: 24px;
523
+ word-break: break-all;
524
+ overflow: hidden;
525
+ font-size: 14px;
526
+ overflow-x: hidden;
527
+ overflow-y: auto;
528
+ }
529
+
530
+ .layui-layer-dialog .layui-layer-content .layui-layer-ico {
531
+ position: absolute;
532
+ top: 16px;
533
+ left: 15px;
534
+ _left: -40px;
535
+ width: 30px;
536
+ height: 30px;
537
+ }
538
+
539
+ .layui-layer-ico1 {
540
+ background-position: -30px 0
541
+ }
542
+
543
+ .layui-layer-ico2 {
544
+ background-position: -60px 0;
545
+ }
546
+
547
+ .layui-layer-ico3 {
548
+ background-position: -90px 0;
549
+ }
550
+
551
+ .layui-layer-ico4 {
552
+ background-position: -120px 0;
553
+ }
554
+
555
+ .layui-layer-ico5 {
556
+ background-position: -150px 0;
557
+ }
558
+
559
+ .layui-layer-ico6 {
560
+ background-position: -180px 0;
561
+ }
562
+
563
+ .layui-layer-rim {
564
+ border: 6px solid #8D8D8D;
565
+ border: 6px solid rgba(0, 0, 0, .3);
566
+ border-radius: 5px;
567
+ box-shadow: none;
568
+ }
569
+
570
+ .layui-layer-msg {
571
+ min-width: 180px;
572
+ border: 1px solid #D3D4D3;
573
+ box-shadow: none;
574
+ }
575
+
576
+ .layui-layer-hui {
577
+ min-width: 100px;
578
+ background-color: #000;
579
+ filter: alpha(opacity=60);
580
+ background-color: rgba(0, 0, 0, 0.6);
581
+ color: #fff;
582
+ border: none;
583
+ }
584
+
585
+ .layui-layer-hui .layui-layer-content {
586
+ padding: 12px 25px;
587
+ text-align: center;
588
+ }
589
+
590
+ .layui-layer-dialog .layui-layer-padding {
591
+ padding: 20px 20px 20px 55px;
592
+ text-align: left;
593
+ }
594
+
595
+ .layui-layer-page .layui-layer-content {
596
+ position: relative;
597
+ overflow: auto;
598
+ }
599
+
600
+ .layui-layer-page .layui-layer-btn,
601
+ .layui-layer-iframe .layui-layer-btn {
602
+ padding-top: 10px;
603
+ }
604
+
605
+ .layui-layer-nobg {
606
+ background: none;
607
+ }
608
+
609
+ .layui-layer-iframe iframe {
610
+ display: block;
611
+ width: 100%;
612
+ }
613
+
614
+ .layui-layer-loading {
615
+ border-radius: 100%;
616
+ background: none;
617
+ box-shadow: none;
618
+ border: none;
619
+ }
620
+
621
+ .layui-layer-loading .layui-layer-content {
622
+ width: 60px;
623
+ height: 24px;
624
+ background: image-url("educode_sales/loading-0.gif") no-repeat;
625
+ }
626
+
627
+ .layui-layer-loading .layui-layer-loading1 {
628
+ width: 37px;
629
+ height: 37px;
630
+ background: image-url("educode_sales/loading-1.gif") no-repeat;
631
+ }
632
+
633
+ .layui-layer-loading .layui-layer-loading2,
634
+ .layui-layer-ico16 {
635
+ width: 32px;
636
+ height: 32px;
637
+ background: image-url("educode_sales/loading-2.gif") no-repeat;
638
+ }
639
+
640
+ .layui-layer-tips {
641
+ background: none;
642
+ box-shadow: none;
643
+ border: none;
644
+ }
645
+
646
+ .layui-layer-tips .layui-layer-content {
647
+ position: relative;
648
+ line-height: 22px;
649
+ min-width: 12px;
650
+ padding: 8px 15px;
651
+ font-size: 12px;
652
+ _float: left;
653
+ border-radius: 2px;
654
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
655
+ background-color: #000;
656
+ color: #fff;
657
+ }
658
+
659
+ .layui-layer-tips .layui-layer-close {
660
+ right: -2px;
661
+ top: -1px;
662
+ }
663
+
664
+ .layui-layer-tips i.layui-layer-TipsG {
665
+ position: absolute;
666
+ width: 0;
667
+ height: 0;
668
+ border-width: 8px;
669
+ border-color: transparent;
670
+ border-style: dashed;
671
+ *overflow: hidden;
672
+ }
673
+
674
+ .layui-layer-tips i.layui-layer-TipsT,
675
+ .layui-layer-tips i.layui-layer-TipsB {
676
+ left: 5px;
677
+ border-right-style: solid;
678
+ border-right-color: #000;
679
+ }
680
+
681
+ .layui-layer-tips i.layui-layer-TipsT {
682
+ bottom: -8px;
683
+ }
684
+
685
+ .layui-layer-tips i.layui-layer-TipsB {
686
+ top: -8px;
687
+ }
688
+
689
+ .layui-layer-tips i.layui-layer-TipsR,
690
+ .layui-layer-tips i.layui-layer-TipsL {
691
+ top: 5px;
692
+ border-bottom-style: solid;
693
+ border-bottom-color: #000;
694
+ }
695
+
696
+ .layui-layer-tips i.layui-layer-TipsR {
697
+ left: -8px;
698
+ }
699
+
700
+ .layui-layer-tips i.layui-layer-TipsL {
701
+ right: -8px;
702
+ }
703
+
110
704
 
111
705
  /* skin */
112
- .layui-layer-lan[type="dialog"]{min-width:280px;}
113
- .layui-layer-lan .layui-layer-title{background:#4476A7; color:#fff; border: none;}
114
- .layui-layer-lan .layui-layer-btn{padding: 5px 10px 10px; text-align: right; border-top:1px solid #E9E7E7}
115
- .layui-layer-lan .layui-layer-btn a{background: #fff; border-color: #E9E7E7; color: #333;}
116
- .layui-layer-lan .layui-layer-btn .layui-layer-btn1{background:#C9C5C5;}
117
- .layui-layer-molv .layui-layer-title{background: #009f95; color:#fff; border: none;}
118
- .layui-layer-molv .layui-layer-btn a{background: #009f95; border-color: #009f95;}
119
- .layui-layer-molv .layui-layer-btn .layui-layer-btn1{background:#92B8B1;}
706
+
707
+ .layui-layer-lan[type="dialog"] {
708
+ min-width: 280px;
709
+ }
710
+
711
+ .layui-layer-lan .layui-layer-title {
712
+ background: #4476A7;
713
+ color: #fff;
714
+ border: none;
715
+ }
716
+
717
+ .layui-layer-lan .layui-layer-btn {
718
+ padding: 5px 10px 10px;
719
+ text-align: right;
720
+ border-top: 1px solid #E9E7E7
721
+ }
722
+
723
+ .layui-layer-lan .layui-layer-btn a {
724
+ background: #fff;
725
+ border-color: #E9E7E7;
726
+ color: #333;
727
+ }
728
+
729
+ .layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
730
+ background: #C9C5C5;
731
+ }
732
+
733
+ .layui-layer-molv .layui-layer-title {
734
+ background: #009f95;
735
+ color: #fff;
736
+ border: none;
737
+ }
738
+
739
+ .layui-layer-molv .layui-layer-btn a {
740
+ background: #009f95;
741
+ border-color: #009f95;
742
+ }
743
+
744
+ .layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
745
+ background: #92B8B1;
746
+ }
120
747
 
121
748
 
122
749
  /**
@@ -125,55 +752,349 @@ html #layuicss-layer{display: none; position: absolute; width: 1989px;}
125
752
 
126
753
  */
127
754
 
128
- .layui-layer-iconext{background:image-url("educode_sales/(icon-ext.png") no-repeat;}
755
+ .layui-layer-iconext {
756
+ background: image-url("educode_sales/(icon-ext.png") no-repeat;
757
+ }
758
+
129
759
 
130
760
  /* prompt模式 */
131
- .layui-layer-prompt .layui-layer-input{display: block; width: 260px; height: 36px; margin: 0 auto; line-height: 30px; padding-left: 10px; border: 1px solid #e6e6e6; color: #333;}
132
- .layui-layer-prompt textarea.layui-layer-input{width: 300px; height: 100px; line-height: 20px; padding: 6px 10px;}
133
- .layui-layer-prompt .layui-layer-content{padding: 20px;}
134
- .layui-layer-prompt .layui-layer-btn{padding-top: 0;}
761
+
762
+ .layui-layer-prompt .layui-layer-input {
763
+ display: block;
764
+ width: 260px;
765
+ height: 36px;
766
+ margin: 0 auto;
767
+ line-height: 30px;
768
+ padding-left: 10px;
769
+ border: 1px solid #e6e6e6;
770
+ color: #333;
771
+ }
772
+
773
+ .layui-layer-prompt textarea.layui-layer-input {
774
+ width: 300px;
775
+ height: 100px;
776
+ line-height: 20px;
777
+ padding: 6px 10px;
778
+ }
779
+
780
+ .layui-layer-prompt .layui-layer-content {
781
+ padding: 20px;
782
+ }
783
+
784
+ .layui-layer-prompt .layui-layer-btn {
785
+ padding-top: 0;
786
+ }
787
+
135
788
 
136
789
  /* tab模式 */
137
- .layui-layer-tab{box-shadow:1px 1px 50px rgba(0,0,0,.4);}
138
- .layui-layer-tab .layui-layer-title{padding-left:0; overflow: visible;}
139
- .layui-layer-tab .layui-layer-title span{position:relative; float:left; min-width:80px; max-width: 300px; padding:0 20px; text-align:center; cursor:default; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; cursor: pointer;}
140
- .layui-layer-tab .layui-layer-title span.layui-this{height: 51px; border-left: 1px solid #eee; border-right: 1px solid #eee; background-color: #fff; z-index: 10;}
141
- .layui-layer-tab .layui-layer-title span:first-child{border-left:none;}
142
- .layui-layer-tabmain{line-height:24px; clear:both;}
143
- .layui-layer-tabmain .layui-layer-tabli{display:none;}
144
- .layui-layer-tabmain .layui-layer-tabli.layui-this{display: block;}
790
+
791
+ .layui-layer-tab {
792
+ box-shadow: 1px 1px 50px rgba(0, 0, 0, .4);
793
+ }
794
+
795
+ .layui-layer-tab .layui-layer-title {
796
+ padding-left: 0;
797
+ overflow: visible;
798
+ }
799
+
800
+ .layui-layer-tab .layui-layer-title span {
801
+ position: relative;
802
+ float: left;
803
+ min-width: 80px;
804
+ max-width: 300px;
805
+ padding: 0 20px;
806
+ text-align: center;
807
+ cursor: default;
808
+ text-overflow: ellipsis;
809
+ overflow: hidden;
810
+ white-space: nowrap;
811
+ cursor: pointer;
812
+ }
813
+
814
+ .layui-layer-tab .layui-layer-title span.layui-this {
815
+ height: 51px;
816
+ border-left: 1px solid #eee;
817
+ border-right: 1px solid #eee;
818
+ background-color: #fff;
819
+ z-index: 10;
820
+ }
821
+
822
+ .layui-layer-tab .layui-layer-title span:first-child {
823
+ border-left: none;
824
+ }
825
+
826
+ .layui-layer-tabmain {
827
+ line-height: 24px;
828
+ clear: both;
829
+ }
830
+
831
+ .layui-layer-tabmain .layui-layer-tabli {
832
+ display: none;
833
+ }
834
+
835
+ .layui-layer-tabmain .layui-layer-tabli.layui-this {
836
+ display: block;
837
+ }
838
+
145
839
 
146
840
  /* photo模式 */
147
- .layui-layer-photos{background: none; box-shadow: none;}
148
- .layui-layer-photos .layui-layer-content{overflow:hidden; text-align: center;}
149
- .layui-layer-photos .layui-layer-phimg img{position: relative; width:100%; display: inline-block; *display:inline; *zoom:1; vertical-align:top;}
150
- .layui-layer-imgprev, .layui-layer-imgnext{position: fixed; top: 50%; width: 27px; _width: 44px; height: 44px; margin-top:-22px; outline:none;blr:expression(this.onFocus=this.blur());}
151
- .layui-layer-imgprev{left: 30px; background-position:-5px -5px; _background-position:-70px -5px;}
152
- .layui-layer-imgprev:hover{background-position:-33px -5px; _background-position:-120px -5px;}
153
- .layui-layer-imgnext{right: 30px; _right:8px; background-position:-5px -50px; _background-position:-70px -50px;}
154
- .layui-layer-imgnext:hover{background-position: -33px -50px; _background-position: -120px -50px;}
155
- .layui-layer-imgbar{position: fixed; left:0; right: 0; bottom:0; width:100%; height: 40px; line-height: 40px; background-color:#000\9; filter:Alpha(opacity=60); background-color: rgba(2,0,0,.35); color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:0;}
156
- .layui-layer-imgtit{/*position:absolute; left:20px;*/}
157
- .layui-layer-imgtit *{display:inline-block; *display:inline; *zoom:1; vertical-align:top; font-size:12px;}
158
- .layui-layer-imgtit a{max-width:65%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color:#fff;}
159
- .layui-layer-imgtit a:hover{color:#fff; text-decoration:underline;}
160
- .layui-layer-imgtit em{padding-left:10px; font-style: normal;}
841
+
842
+ .layui-layer-photos {
843
+ background: none;
844
+ box-shadow: none;
845
+ }
846
+
847
+ .layui-layer-photos .layui-layer-content {
848
+ overflow: hidden;
849
+ text-align: center;
850
+ }
851
+
852
+ .layui-layer-photos .layui-layer-phimg img {
853
+ position: relative;
854
+ width: 100%;
855
+ display: inline-block;
856
+ *display: inline;
857
+ *zoom: 1;
858
+ vertical-align: top;
859
+ }
860
+
861
+ .layui-layer-imgprev,
862
+ .layui-layer-imgnext {
863
+ position: fixed;
864
+ top: 50%;
865
+ width: 27px;
866
+ _width: 44px;
867
+ height: 44px;
868
+ margin-top: -22px;
869
+ outline: none;
870
+ blr: expression(this.onFocus=this.blur());
871
+ }
872
+
873
+ .layui-layer-imgprev {
874
+ left: 30px;
875
+ background-position: -5px -5px;
876
+ _background-position: -70px -5px;
877
+ }
878
+
879
+ .layui-layer-imgprev:hover {
880
+ background-position: -33px -5px;
881
+ _background-position: -120px -5px;
882
+ }
883
+
884
+ .layui-layer-imgnext {
885
+ right: 30px;
886
+ _right: 8px;
887
+ background-position: -5px -50px;
888
+ _background-position: -70px -50px;
889
+ }
890
+
891
+ .layui-layer-imgnext:hover {
892
+ background-position: -33px -50px;
893
+ _background-position: -120px -50px;
894
+ }
895
+
896
+ .layui-layer-imgbar {
897
+ position: fixed;
898
+ left: 0;
899
+ right: 0;
900
+ bottom: 0;
901
+ width: 100%;
902
+ height: 40px;
903
+ line-height: 40px;
904
+ background-color: #000\9;
905
+ filter: Alpha(opacity=60);
906
+ background-color: rgba(2, 0, 0, .35);
907
+ color: #fff;
908
+ text-overflow: ellipsis;
909
+ overflow: hidden;
910
+ white-space: nowrap;
911
+ font-size: 0;
912
+ }
913
+
914
+ .layui-layer-imgtit {
915
+ /*position:absolute; left:20px;*/
916
+ }
917
+
918
+ .layui-layer-imgtit * {
919
+ display: inline-block;
920
+ *display: inline;
921
+ *zoom: 1;
922
+ vertical-align: top;
923
+ font-size: 12px;
924
+ }
925
+
926
+ .layui-layer-imgtit a {
927
+ max-width: 65%;
928
+ text-overflow: ellipsis;
929
+ overflow: hidden;
930
+ white-space: nowrap;
931
+ color: #fff;
932
+ }
933
+
934
+ .layui-layer-imgtit a:hover {
935
+ color: #fff;
936
+ text-decoration: underline;
937
+ }
938
+
939
+ .layui-layer-imgtit em {
940
+ padding-left: 10px;
941
+ font-style: normal;
942
+ }
943
+
161
944
 
162
945
  /* 关闭动画 */
946
+
163
947
  @-webkit-keyframes layer-bounceOut {
164
- 100% {opacity: 0; -webkit-transform: scale(.7); transform: scale(.7)}
165
- 30% {-webkit-transform: scale(1.05); transform: scale(1.05)}
166
- 0% {-webkit-transform: scale(1); transform: scale(1);}
948
+ 100% {
949
+ opacity: 0;
950
+ -webkit-transform: scale(.7);
951
+ transform: scale(.7)
952
+ }
953
+ 30% {
954
+ -webkit-transform: scale(1.05);
955
+ transform: scale(1.05)
956
+ }
957
+ 0% {
958
+ -webkit-transform: scale(1);
959
+ transform: scale(1);
960
+ }
167
961
  }
962
+
168
963
  @keyframes layer-bounceOut {
169
- 100% {opacity: 0; -webkit-transform: scale(.7); -ms-transform: scale(.7); transform: scale(.7);}
170
- 30% {-webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
171
- 0% {-webkit-transform: scale(1); -ms-transform: scale(1);transform: scale(1);}
964
+ 100% {
965
+ opacity: 0;
966
+ -webkit-transform: scale(.7);
967
+ -ms-transform: scale(.7);
968
+ transform: scale(.7);
969
+ }
970
+ 30% {
971
+ -webkit-transform: scale(1.05);
972
+ -ms-transform: scale(1.05);
973
+ transform: scale(1.05);
974
+ }
975
+ 0% {
976
+ -webkit-transform: scale(1);
977
+ -ms-transform: scale(1);
978
+ transform: scale(1);
979
+ }
980
+ }
981
+
982
+ .layer-anim-close {
983
+ -webkit-animation-name: layer-bounceOut;
984
+ animation-name: layer-bounceOut;
985
+ -webkit-animation-fill-mode: both;
986
+ animation-fill-mode: both;
987
+ -webkit-animation-duration: .2s;
988
+ animation-duration: .2s;
172
989
  }
173
- .layer-anim-close{-webkit-animation-name: layer-bounceOut; animation-name: layer-bounceOut; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration:.2s; animation-duration:.2s;}
174
990
 
175
991
  @media screen and (max-width: 1100px) {
176
- .layui-layer-iframe{overflow-y: auto; -webkit-overflow-scrolling: touch;}
992
+ .layui-layer-iframe {
993
+ overflow-y: auto;
994
+ -webkit-overflow-scrolling: touch;
995
+ }
996
+ }
997
+
998
+ .layui-layer-setwin span {
999
+ position: relative;
1000
+ width: 16px;
1001
+ height: 16px;
1002
+ line-height: 18px;
1003
+ margin-left: 10px;
1004
+ text-align: center;
1005
+ font-size: 16px;
1006
+ cursor: pointer;
1007
+ color: #000;
1008
+ _overflow: hidden
1009
+ }
1010
+
1011
+ .layui-layer-setwin .layui-layer-min:before {
1012
+ content: '';
1013
+ position: absolute;
1014
+ width: 12px;
1015
+ height: 1px;
1016
+ left: 50%;
1017
+ top: 50%;
1018
+ margin: -.5px 0 0 -6px;
1019
+ background-color: #2e2d3c;
1020
+ cursor: pointer;
1021
+ _overflow: hidden
1022
+ }
1023
+
1024
+ .layui-layer-setwin .layui-layer-min:hover:before {
1025
+ background-color: #2d93ca
177
1026
  }
178
1027
 
1028
+ .layui-layer-setwin .layui-layer-max:after,
1029
+ .layui-layer-setwin .layui-layer-max:before {
1030
+ content: '';
1031
+ position: absolute;
1032
+ left: 50%;
1033
+ top: 50%;
1034
+ z-index: 1;
1035
+ width: 9px;
1036
+ height: 9px;
1037
+ margin: -5px 0 0 -5px;
1038
+ border: 1px solid #2e2d3c
1039
+ }
1040
+
1041
+ .layui-layer-setwin .layui-layer-max:hover:after,
1042
+ .layui-layer-setwin .layui-layer-max:hover:before {
1043
+ border-color: #2d93ca
1044
+ }
1045
+
1046
+ .layui-layer-setwin .layui-layer-min:hover:before {
1047
+ background-color: #2d93ca
1048
+ }
1049
+
1050
+ .layui-layer-setwin .layui-layer-maxmin:after,
1051
+ .layui-layer-setwin .layui-layer-maxmin:before {
1052
+ width: 7px;
1053
+ height: 7px;
1054
+ margin: -3px 0 0 -3px;
1055
+ background-color: #fff
1056
+ }
1057
+
1058
+ .layui-layer-setwin .layui-layer-maxmin:after {
1059
+ z-index: 0;
1060
+ margin: -5px 0 0 -1px
1061
+ }
1062
+
1063
+ .layui-layer-setwin .layui-layer-close {
1064
+ cursor: pointer
1065
+ }
1066
+
1067
+ .layui-layer-setwin .layui-layer-close:hover {
1068
+ opacity: .7
1069
+ }
1070
+
1071
+ .layui-layer-setwin .layui-layer-close2 {
1072
+ position: absolute;
1073
+ right: -28px;
1074
+ top: -28px;
1075
+ color: #fff;
1076
+ background-color: #787878;
1077
+ padding: 3px;
1078
+ border: 3px solid;
1079
+ width: 18px;
1080
+ height: 18px;
1081
+ font-size: 18px;
1082
+ font-weight: bolder;
1083
+ border-radius: 50%;
1084
+ margin-left: 0;
1085
+ *right: -18px;
1086
+ _display: none
1087
+ }
1088
+
1089
+ .layui-layer-setwin .layui-layer-close2:hover {
1090
+ opacity: unset;
1091
+ background-color: #3888f6
1092
+ }
179
1093
 
1094
+ .layui-layer-btn a,
1095
+ .layui-layer-setwin span {
1096
+ display: inline-block;
1097
+ *display: inline;
1098
+ *zoom: 1;
1099
+ vertical-align: top
1100
+ }