UNPKG

14.1 kBCSSView Raw
1@charset "UTF-8";
2/* IMAGES */
3/* 默认颜色 */
4/* 客户化 */
5/* 波纹效果 */
6/*贝塞尔曲线动画 */
7/* 阴影 */
8/* ========== 文本字体 ========== */
9/* 控件 */
10/* 不同背景下对应的文字颜色 */
11/* UButton */
12/* UText */
13/* Navlayout */
14/* gridlayout */
15/* menu */
16/* Alert */
17/* Checkbox */
18/* Radio */
19/* Switch */
20/* loading */
21/* datetimepicker */
22/* message */
23/* DATA TABLE */
24/* tooltip*/
25/* 进度条 */
26/* ========== Content Tabs ========== */
27/* CARD */
28/* Card dimensions */
29/* Cover image */
30/* ========== Card ========== */
31/* ============ Forms ============*/
32/* BADGE */
33.u-container {
34 margin-right: auto;
35 margin-left: auto;
36 padding-left: 15px;
37 padding-right: 15px; }
38 .u-container :before,
39 .u-container :after {
40 content: " ";
41 display: table; }
42 .u-container :after {
43 clear: both; }
44 @media (min-width: 768px) {
45 .u-container {
46 width: 750px; } }
47 @media (min-width: 992px) {
48 .u-container {
49 width: 970px; } }
50 @media (min-width: 1200px) {
51 .u-container {
52 width: 1170px; } }
53
54.u-container-fluid {
55 margin-right: auto;
56 margin-left: auto;
57 padding-left: 15px;
58 padding-right: 15px; }
59 .u-container-fluid :before,
60 .u-container-fluid :after {
61 content: " ";
62 display: table; }
63 .u-container-fluid :after {
64 clear: both; }
65
66.u-row {
67 margin-left: -15px;
68 margin-right: -15px;
69 box-sizing: border-box; }
70 .u-row :before,
71 .u-row :after {
72 content: " ";
73 display: table; }
74 .u-row :after {
75 clear: both; }
76 .u-row:before {
77 display: table;
78 content: " "; }
79 .u-row:after {
80 display: table;
81 content: " ";
82 clear: both; }
83
84.u-col-xs-1, .u-col-sm-1, .u-col-md-1, .u-col-lg-1, .u-col-1, .u-col-xs-2, .u-col-sm-2, .u-col-md-2, .u-col-lg-2, .u-col-2, .u-col-xs-3, .u-col-sm-3, .u-col-md-3, .u-col-lg-3, .u-col-3, .u-col-xs-4, .u-col-sm-4, .u-col-md-4, .u-col-lg-4, .u-col-4, .u-col-xs-5, .u-col-sm-5, .u-col-md-5, .u-col-lg-5, .u-col-5, .u-col-xs-6, .u-col-sm-6, .u-col-md-6, .u-col-lg-6, .u-col-6, .u-col-xs-7, .u-col-sm-7, .u-col-md-7, .u-col-lg-7, .u-col-7, .u-col-xs-8, .u-col-sm-8, .u-col-md-8, .u-col-lg-8, .u-col-8, .u-col-xs-9, .u-col-sm-9, .u-col-md-9, .u-col-lg-9, .u-col-9, .u-col-xs-10, .u-col-sm-10, .u-col-md-10, .u-col-lg-10, .u-col-10, .u-col-xs-11, .u-col-sm-11, .u-col-md-11, .u-col-lg-11, .u-col-11, .u-col-xs-12, .u-col-sm-12, .u-col-md-12, .u-col-lg-12, .u-col-12 {
85 position: relative;
86 min-height: 1px;
87 padding-left: 15px;
88 padding-right: 15px;
89 box-sizing: border-box; }
90
91.u-col-xs-1, .u-col-xs-2, .u-col-xs-3, .u-col-xs-4, .u-col-xs-5, .u-col-xs-6, .u-col-xs-7, .u-col-xs-8, .u-col-xs-9, .u-col-xs-10, .u-col-xs-11, .u-col-xs-12 {
92 float: left; }
93
94.u-col-xs-push-0 {
95 left: auto; }
96
97.u-col-xs-pull-0 {
98 right: auto; }
99
100.u-col-xs-1 {
101 width: 8.33333%; }
102
103.u-col-xs-push-1 {
104 left: 8.33333%; }
105
106.u-col-xs-pull-1 {
107 right: 8.33333%; }
108
109.u-col-xs-offset-1 {
110 margin-left: 8.33333%; }
111
112.u-col-xs-2 {
113 width: 16.66667%; }
114
115.u-col-xs-push-2 {
116 left: 16.66667%; }
117
118.u-col-xs-pull-2 {
119 right: 16.66667%; }
120
121.u-col-xs-offset-2 {
122 margin-left: 16.66667%; }
123
124.u-col-xs-3 {
125 width: 25%; }
126
127.u-col-xs-push-3 {
128 left: 25%; }
129
130.u-col-xs-pull-3 {
131 right: 25%; }
132
133.u-col-xs-offset-3 {
134 margin-left: 25%; }
135
136.u-col-xs-4 {
137 width: 33.33333%; }
138
139.u-col-xs-push-4 {
140 left: 33.33333%; }
141
142.u-col-xs-pull-4 {
143 right: 33.33333%; }
144
145.u-col-xs-offset-4 {
146 margin-left: 33.33333%; }
147
148.u-col-xs-5 {
149 width: 41.66667%; }
150
151.u-col-xs-push-5 {
152 left: 41.66667%; }
153
154.u-col-xs-pull-5 {
155 right: 41.66667%; }
156
157.u-col-xs-offset-5 {
158 margin-left: 41.66667%; }
159
160.u-col-xs-6 {
161 width: 50%; }
162
163.u-col-xs-push-6 {
164 left: 50%; }
165
166.u-col-xs-pull-6 {
167 right: 50%; }
168
169.u-col-xs-offset-6 {
170 margin-left: 50%; }
171
172.u-col-xs-7 {
173 width: 58.33333%; }
174
175.u-col-xs-push-7 {
176 left: 58.33333%; }
177
178.u-col-xs-pull-7 {
179 right: 58.33333%; }
180
181.u-col-xs-offset-7 {
182 margin-left: 58.33333%; }
183
184.u-col-xs-8 {
185 width: 66.66667%; }
186
187.u-col-xs-push-8 {
188 left: 66.66667%; }
189
190.u-col-xs-pull-8 {
191 right: 66.66667%; }
192
193.u-col-xs-offset-8 {
194 margin-left: 66.66667%; }
195
196.u-col-xs-9 {
197 width: 75%; }
198
199.u-col-xs-push-9 {
200 left: 75%; }
201
202.u-col-xs-pull-9 {
203 right: 75%; }
204
205.u-col-xs-offset-9 {
206 margin-left: 75%; }
207
208.u-col-xs-10 {
209 width: 83.33333%; }
210
211.u-col-xs-push-10 {
212 left: 83.33333%; }
213
214.u-col-xs-pull-10 {
215 right: 83.33333%; }
216
217.u-col-xs-offset-10 {
218 margin-left: 83.33333%; }
219
220.u-col-xs-11 {
221 width: 91.66667%; }
222
223.u-col-xs-push-11 {
224 left: 91.66667%; }
225
226.u-col-xs-pull-11 {
227 right: 91.66667%; }
228
229.u-col-xs-offset-11 {
230 margin-left: 91.66667%; }
231
232.u-col-xs-12 {
233 width: 100%; }
234
235.u-col-xs-push-12 {
236 left: 100%; }
237
238.u-col-xs-pull-12 {
239 right: 100%; }
240
241.u-col-xs-offset-12 {
242 margin-left: 100%; }
243
244@media (min-width: 768px) {
245 .u-col-sm-1, .u-col-sm-2, .u-col-sm-3, .u-col-sm-4, .u-col-sm-5, .u-col-sm-6, .u-col-sm-7, .u-col-sm-8, .u-col-sm-9, .u-col-sm-10, .u-col-sm-11, .u-col-sm-12 {
246 float: left; }
247 .u-col-sm-push-0 {
248 left: auto; }
249 .u-col-sm-pull-0 {
250 right: auto; }
251 .u-col-sm-1 {
252 width: 8.33333%; }
253 .u-col-sm-push-1 {
254 left: 8.33333%; }
255 .u-col-sm-pull-1 {
256 right: 8.33333%; }
257 .u-col-sm-offset-1 {
258 margin-left: 8.33333%; }
259 .u-col-sm-2 {
260 width: 16.66667%; }
261 .u-col-sm-push-2 {
262 left: 16.66667%; }
263 .u-col-sm-pull-2 {
264 right: 16.66667%; }
265 .u-col-sm-offset-2 {
266 margin-left: 16.66667%; }
267 .u-col-sm-3 {
268 width: 25%; }
269 .u-col-sm-push-3 {
270 left: 25%; }
271 .u-col-sm-pull-3 {
272 right: 25%; }
273 .u-col-sm-offset-3 {
274 margin-left: 25%; }
275 .u-col-sm-4 {
276 width: 33.33333%; }
277 .u-col-sm-push-4 {
278 left: 33.33333%; }
279 .u-col-sm-pull-4 {
280 right: 33.33333%; }
281 .u-col-sm-offset-4 {
282 margin-left: 33.33333%; }
283 .u-col-sm-5 {
284 width: 41.66667%; }
285 .u-col-sm-push-5 {
286 left: 41.66667%; }
287 .u-col-sm-pull-5 {
288 right: 41.66667%; }
289 .u-col-sm-offset-5 {
290 margin-left: 41.66667%; }
291 .u-col-sm-6 {
292 width: 50%; }
293 .u-col-sm-push-6 {
294 left: 50%; }
295 .u-col-sm-pull-6 {
296 right: 50%; }
297 .u-col-sm-offset-6 {
298 margin-left: 50%; }
299 .u-col-sm-7 {
300 width: 58.33333%; }
301 .u-col-sm-push-7 {
302 left: 58.33333%; }
303 .u-col-sm-pull-7 {
304 right: 58.33333%; }
305 .u-col-sm-offset-7 {
306 margin-left: 58.33333%; }
307 .u-col-sm-8 {
308 width: 66.66667%; }
309 .u-col-sm-push-8 {
310 left: 66.66667%; }
311 .u-col-sm-pull-8 {
312 right: 66.66667%; }
313 .u-col-sm-offset-8 {
314 margin-left: 66.66667%; }
315 .u-col-sm-9 {
316 width: 75%; }
317 .u-col-sm-push-9 {
318 left: 75%; }
319 .u-col-sm-pull-9 {
320 right: 75%; }
321 .u-col-sm-offset-9 {
322 margin-left: 75%; }
323 .u-col-sm-10 {
324 width: 83.33333%; }
325 .u-col-sm-push-10 {
326 left: 83.33333%; }
327 .u-col-sm-pull-10 {
328 right: 83.33333%; }
329 .u-col-sm-offset-10 {
330 margin-left: 83.33333%; }
331 .u-col-sm-11 {
332 width: 91.66667%; }
333 .u-col-sm-push-11 {
334 left: 91.66667%; }
335 .u-col-sm-pull-11 {
336 right: 91.66667%; }
337 .u-col-sm-offset-11 {
338 margin-left: 91.66667%; }
339 .u-col-sm-12 {
340 width: 100%; }
341 .u-col-sm-push-12 {
342 left: 100%; }
343 .u-col-sm-pull-12 {
344 right: 100%; }
345 .u-col-sm-offset-12 {
346 margin-left: 100%; } }
347
348@media (min-width: 992px) {
349 .u-col-md-1, .u-col-md-2, .u-col-md-3, .u-col-md-4, .u-col-md-5, .u-col-md-6, .u-col-md-7, .u-col-md-8, .u-col-md-9, .u-col-md-10, .u-col-md-11, .u-col-md-12 {
350 float: left; }
351 .u-col-1, .u-col-2, .u-col-3, .u-col-4, .u-col-5, .u-col-6, .u-col-7, .u-col-8, .u-col-9, .u-col-10, .u-col-11, .u-col-12 {
352 float: left; }
353 .u-col-md-push-0 {
354 left: auto; }
355 .u-col-md-pull-0 {
356 right: auto; }
357 .u-col-md-1 {
358 width: 8.33333%; }
359 .u-col-md-push-1 {
360 left: 8.33333%; }
361 .u-col-md-pull-1 {
362 right: 8.33333%; }
363 .u-col-md-offset-1 {
364 margin-left: 8.33333%; }
365 .u-col-md-2 {
366 width: 16.66667%; }
367 .u-col-md-push-2 {
368 left: 16.66667%; }
369 .u-col-md-pull-2 {
370 right: 16.66667%; }
371 .u-col-md-offset-2 {
372 margin-left: 16.66667%; }
373 .u-col-md-3 {
374 width: 25%; }
375 .u-col-md-push-3 {
376 left: 25%; }
377 .u-col-md-pull-3 {
378 right: 25%; }
379 .u-col-md-offset-3 {
380 margin-left: 25%; }
381 .u-col-md-4 {
382 width: 33.33333%; }
383 .u-col-md-push-4 {
384 left: 33.33333%; }
385 .u-col-md-pull-4 {
386 right: 33.33333%; }
387 .u-col-md-offset-4 {
388 margin-left: 33.33333%; }
389 .u-col-md-5 {
390 width: 41.66667%; }
391 .u-col-md-push-5 {
392 left: 41.66667%; }
393 .u-col-md-pull-5 {
394 right: 41.66667%; }
395 .u-col-md-offset-5 {
396 margin-left: 41.66667%; }
397 .u-col-md-6 {
398 width: 50%; }
399 .u-col-md-push-6 {
400 left: 50%; }
401 .u-col-md-pull-6 {
402 right: 50%; }
403 .u-col-md-offset-6 {
404 margin-left: 50%; }
405 .u-col-md-7 {
406 width: 58.33333%; }
407 .u-col-md-push-7 {
408 left: 58.33333%; }
409 .u-col-md-pull-7 {
410 right: 58.33333%; }
411 .u-col-md-offset-7 {
412 margin-left: 58.33333%; }
413 .u-col-md-8 {
414 width: 66.66667%; }
415 .u-col-md-push-8 {
416 left: 66.66667%; }
417 .u-col-md-pull-8 {
418 right: 66.66667%; }
419 .u-col-md-offset-8 {
420 margin-left: 66.66667%; }
421 .u-col-md-9 {
422 width: 75%; }
423 .u-col-md-push-9 {
424 left: 75%; }
425 .u-col-md-pull-9 {
426 right: 75%; }
427 .u-col-md-offset-9 {
428 margin-left: 75%; }
429 .u-col-md-10 {
430 width: 83.33333%; }
431 .u-col-md-push-10 {
432 left: 83.33333%; }
433 .u-col-md-pull-10 {
434 right: 83.33333%; }
435 .u-col-md-offset-10 {
436 margin-left: 83.33333%; }
437 .u-col-md-11 {
438 width: 91.66667%; }
439 .u-col-md-push-11 {
440 left: 91.66667%; }
441 .u-col-md-pull-11 {
442 right: 91.66667%; }
443 .u-col-md-offset-11 {
444 margin-left: 91.66667%; }
445 .u-col-md-12 {
446 width: 100%; }
447 .u-col-md-push-12 {
448 left: 100%; }
449 .u-col-md-pull-12 {
450 right: 100%; }
451 .u-col-md-offset-12 {
452 margin-left: 100%; }
453 .u-col-push-0 {
454 left: auto; }
455 .u-col-pull-0 {
456 right: auto; }
457 .u-col-1 {
458 width: 8.33333%; }
459 .u-col-push-1 {
460 left: 8.33333%; }
461 .u-col-pull-1 {
462 right: 8.33333%; }
463 .u-col-offset-1 {
464 margin-left: 8.33333%; }
465 .u-col-2 {
466 width: 16.66667%; }
467 .u-col-push-2 {
468 left: 16.66667%; }
469 .u-col-pull-2 {
470 right: 16.66667%; }
471 .u-col-offset-2 {
472 margin-left: 16.66667%; }
473 .u-col-3 {
474 width: 25%; }
475 .u-col-push-3 {
476 left: 25%; }
477 .u-col-pull-3 {
478 right: 25%; }
479 .u-col-offset-3 {
480 margin-left: 25%; }
481 .u-col-4 {
482 width: 33.33333%; }
483 .u-col-push-4 {
484 left: 33.33333%; }
485 .u-col-pull-4 {
486 right: 33.33333%; }
487 .u-col-offset-4 {
488 margin-left: 33.33333%; }
489 .u-col-5 {
490 width: 41.66667%; }
491 .u-col-push-5 {
492 left: 41.66667%; }
493 .u-col-pull-5 {
494 right: 41.66667%; }
495 .u-col-offset-5 {
496 margin-left: 41.66667%; }
497 .u-col-6 {
498 width: 50%; }
499 .u-col-push-6 {
500 left: 50%; }
501 .u-col-pull-6 {
502 right: 50%; }
503 .u-col-offset-6 {
504 margin-left: 50%; }
505 .u-col-7 {
506 width: 58.33333%; }
507 .u-col-push-7 {
508 left: 58.33333%; }
509 .u-col-pull-7 {
510 right: 58.33333%; }
511 .u-col-offset-7 {
512 margin-left: 58.33333%; }
513 .u-col-8 {
514 width: 66.66667%; }
515 .u-col-push-8 {
516 left: 66.66667%; }
517 .u-col-pull-8 {
518 right: 66.66667%; }
519 .u-col-offset-8 {
520 margin-left: 66.66667%; }
521 .u-col-9 {
522 width: 75%; }
523 .u-col-push-9 {
524 left: 75%; }
525 .u-col-pull-9 {
526 right: 75%; }
527 .u-col-offset-9 {
528 margin-left: 75%; }
529 .u-col-10 {
530 width: 83.33333%; }
531 .u-col-push-10 {
532 left: 83.33333%; }
533 .u-col-pull-10 {
534 right: 83.33333%; }
535 .u-col-offset-10 {
536 margin-left: 83.33333%; }
537 .u-col-11 {
538 width: 91.66667%; }
539 .u-col-push-11 {
540 left: 91.66667%; }
541 .u-col-pull-11 {
542 right: 91.66667%; }
543 .u-col-offset-11 {
544 margin-left: 91.66667%; }
545 .u-col-12 {
546 width: 100%; }
547 .u-col-push-12 {
548 left: 100%; }
549 .u-col-pull-12 {
550 right: 100%; }
551 .u-col-offset-12 {
552 margin-left: 100%; } }
553
554@media (min-width: 1200px) {
555 .u-col-lg-1, .u-col-lg-2, .u-col-lg-3, .u-col-lg-4, .u-col-lg-5, .u-col-lg-6, .u-col-lg-7, .u-col-lg-8, .u-col-lg-9, .u-col-lg-10, .u-col-lg-11, .u-col-lg-12 {
556 float: left; }
557 .u-col-lg-push-0 {
558 left: auto; }
559 .u-col-lg-pull-0 {
560 right: auto; }
561 .u-col-lg-1 {
562 width: 8.33333%; }
563 .u-col-lg-push-1 {
564 left: 8.33333%; }
565 .u-col-lg-pull-1 {
566 right: 8.33333%; }
567 .u-col-lg-offset-1 {
568 margin-left: 8.33333%; }
569 .u-col-lg-2 {
570 width: 16.66667%; }
571 .u-col-lg-push-2 {
572 left: 16.66667%; }
573 .u-col-lg-pull-2 {
574 right: 16.66667%; }
575 .u-col-lg-offset-2 {
576 margin-left: 16.66667%; }
577 .u-col-lg-3 {
578 width: 25%; }
579 .u-col-lg-push-3 {
580 left: 25%; }
581 .u-col-lg-pull-3 {
582 right: 25%; }
583 .u-col-lg-offset-3 {
584 margin-left: 25%; }
585 .u-col-lg-4 {
586 width: 33.33333%; }
587 .u-col-lg-push-4 {
588 left: 33.33333%; }
589 .u-col-lg-pull-4 {
590 right: 33.33333%; }
591 .u-col-lg-offset-4 {
592 margin-left: 33.33333%; }
593 .u-col-lg-5 {
594 width: 41.66667%; }
595 .u-col-lg-push-5 {
596 left: 41.66667%; }
597 .u-col-lg-pull-5 {
598 right: 41.66667%; }
599 .u-col-lg-offset-5 {
600 margin-left: 41.66667%; }
601 .u-col-lg-6 {
602 width: 50%; }
603 .u-col-lg-push-6 {
604 left: 50%; }
605 .u-col-lg-pull-6 {
606 right: 50%; }
607 .u-col-lg-offset-6 {
608 margin-left: 50%; }
609 .u-col-lg-7 {
610 width: 58.33333%; }
611 .u-col-lg-push-7 {
612 left: 58.33333%; }
613 .u-col-lg-pull-7 {
614 right: 58.33333%; }
615 .u-col-lg-offset-7 {
616 margin-left: 58.33333%; }
617 .u-col-lg-8 {
618 width: 66.66667%; }
619 .u-col-lg-push-8 {
620 left: 66.66667%; }
621 .u-col-lg-pull-8 {
622 right: 66.66667%; }
623 .u-col-lg-offset-8 {
624 margin-left: 66.66667%; }
625 .u-col-lg-9 {
626 width: 75%; }
627 .u-col-lg-push-9 {
628 left: 75%; }
629 .u-col-lg-pull-9 {
630 right: 75%; }
631 .u-col-lg-offset-9 {
632 margin-left: 75%; }
633 .u-col-lg-10 {
634 width: 83.33333%; }
635 .u-col-lg-push-10 {
636 left: 83.33333%; }
637 .u-col-lg-pull-10 {
638 right: 83.33333%; }
639 .u-col-lg-offset-10 {
640 margin-left: 83.33333%; }
641 .u-col-lg-11 {
642 width: 91.66667%; }
643 .u-col-lg-push-11 {
644 left: 91.66667%; }
645 .u-col-lg-pull-11 {
646 right: 91.66667%; }
647 .u-col-lg-offset-11 {
648 margin-left: 91.66667%; }
649 .u-col-lg-12 {
650 width: 100%; }
651 .u-col-lg-push-12 {
652 left: 100%; }
653 .u-col-lg-pull-12 {
654 right: 100%; }
655 .u-col-lg-offset-12 {
656 margin-left: 100%; } }