张延森 2 年前
父节点
当前提交
da620c2337
共有 1 个文件被更改,包括 32 次插入19 次删除
  1. 32
    19
      resources/static/css/common.css

+ 32
- 19
resources/static/css/common.css 查看文件

320
   line-height: 36px;
320
   line-height: 36px;
321
   height: 36px;
321
   height: 36px;
322
 }
322
 }
323
+.ext-page #wizard .export-io {
324
+  position: absolute;
325
+  top: 30px;
326
+  left: -45px;
327
+}
328
+.ext-page #wizard .export-io li {
329
+  display: flex;
330
+  float: none;
331
+}
332
+.ext-page #wizard div span {
333
+  margin-left: 6px;
334
+  font-weight: bold;
335
+}
323
 .ext-page .chosen-container.form-control {
336
 .ext-page .chosen-container.form-control {
324
   padding: 0;
337
   padding: 0;
325
 }
338
 }
345
   background: rgba(66, 118, 245, 0.2);
358
   background: rgba(66, 118, 245, 0.2);
346
 }
359
 }
347
 .dashboard-page {
360
 .dashboard-page {
348
-  background-color: #081A48;
361
+  background-color: #081a48;
349
   scrollbar-width: none;
362
   scrollbar-width: none;
350
   /* firefox */
363
   /* firefox */
351
   -ms-overflow-style: none;
364
   -ms-overflow-style: none;
390
 .dashboard-page .act-list .row + .row {
403
 .dashboard-page .act-list .row + .row {
391
   margin-top: 64px;
404
   margin-top: 64px;
392
 }
405
 }
393
-.dashboard-page .act-list div[class^="col"] {
406
+.dashboard-page .act-list div[class^='col'] {
394
   min-width: 280px;
407
   min-width: 280px;
395
   width: calc(25% - 48px);
408
   width: calc(25% - 48px);
396
   height: 100%;
409
   height: 100%;
397
   position: relative;
410
   position: relative;
398
 }
411
 }
399
-.dashboard-page .act-list div[class^="col"] + div {
412
+.dashboard-page .act-list div[class^='col'] + div {
400
   margin-left: 64px;
413
   margin-left: 64px;
401
 }
414
 }
402
-.dashboard-page .act-list div[class^="col"] .act-body {
415
+.dashboard-page .act-list div[class^='col'] .act-body {
403
   z-index: 1;
416
   z-index: 1;
404
   width: 100%;
417
   width: 100%;
405
   height: 100%;
418
   height: 100%;
408
   justify-content: center;
421
   justify-content: center;
409
   align-items: center;
422
   align-items: center;
410
 }
423
 }
411
-.dashboard-page .act-list div[class^="col"] .act-body .act-icon {
424
+.dashboard-page .act-list div[class^='col'] .act-body .act-icon {
412
   position: relative;
425
   position: relative;
413
   width: 64px;
426
   width: 64px;
414
   height: 64px;
427
   height: 64px;
415
   min-height: 64px;
428
   min-height: 64px;
416
   flex: 0;
429
   flex: 0;
417
 }
430
 }
418
-.dashboard-page .act-list div[class^="col"] .act-body .act-icon img {
431
+.dashboard-page .act-list div[class^='col'] .act-body .act-icon img {
419
   position: absolute;
432
   position: absolute;
420
   left: calc(50% - 32px);
433
   left: calc(50% - 32px);
421
   top: 0;
434
   top: 0;
424
   height: 100%;
437
   height: 100%;
425
   object-fit: contain;
438
   object-fit: contain;
426
 }
439
 }
427
-.dashboard-page .act-list div[class^="col"] .act-body .act-icon img:nth-child(2) {
440
+.dashboard-page .act-list div[class^='col'] .act-body .act-icon img:nth-child(2) {
428
   display: none;
441
   display: none;
429
 }
442
 }
430
-.dashboard-page .act-list div[class^="col"] .act-body .act-content {
443
+.dashboard-page .act-list div[class^='col'] .act-body .act-content {
431
   flex: 0;
444
   flex: 0;
432
   text-align: center;
445
   text-align: center;
433
 }
446
 }
434
-.dashboard-page .act-list div[class^="col"] .act-body .act-content span {
447
+.dashboard-page .act-list div[class^='col'] .act-body .act-content span {
435
   display: inline-block;
448
   display: inline-block;
436
   padding: 0 1em;
449
   padding: 0 1em;
437
   font-size: 24px;
450
   font-size: 24px;
438
   font-weight: 500;
451
   font-weight: 500;
439
   color: transparent;
452
   color: transparent;
440
-  background: linear-gradient(0deg, #2362E4 0%, #00D5FB 100%);
453
+  background: linear-gradient(0deg, #2362e4 0%, #00d5fb 100%);
441
   vertical-align: middle;
454
   vertical-align: middle;
442
   background-clip: text;
455
   background-clip: text;
443
   -webkit-background-clip: text;
456
   -webkit-background-clip: text;
444
 }
457
 }
445
-.dashboard-page .act-list div[class^="col"] .act-bg {
458
+.dashboard-page .act-list div[class^='col'] .act-bg {
446
   position: absolute;
459
   position: absolute;
447
   width: 100%;
460
   width: 100%;
448
   height: 100%;
461
   height: 100%;
450
   left: 0;
463
   left: 0;
451
   top: 0;
464
   top: 0;
452
 }
465
 }
453
-.dashboard-page .act-list div[class^="col"] .act-bg img {
466
+.dashboard-page .act-list div[class^='col'] .act-bg img {
454
   display: block;
467
   display: block;
455
   width: 100%;
468
   width: 100%;
456
   height: 100%;
469
   height: 100%;
457
   object-fit: contain;
470
   object-fit: contain;
458
 }
471
 }
459
-.dashboard-page .act-list div[class^="col"] .act-bg img:nth-child(2) {
472
+.dashboard-page .act-list div[class^='col'] .act-bg img:nth-child(2) {
460
   display: none;
473
   display: none;
461
 }
474
 }
462
-.dashboard-page .act-list div[class^="col"]:hover {
475
+.dashboard-page .act-list div[class^='col']:hover {
463
   cursor: pointer;
476
   cursor: pointer;
464
 }
477
 }
465
-.dashboard-page .act-list div[class^="col"]:hover .act-bg img:nth-child(1),
466
-.dashboard-page .act-list div[class^="col"]:hover .act-icon img:nth-child(1) {
478
+.dashboard-page .act-list div[class^='col']:hover .act-bg img:nth-child(1),
479
+.dashboard-page .act-list div[class^='col']:hover .act-icon img:nth-child(1) {
467
   display: none;
480
   display: none;
468
 }
481
 }
469
-.dashboard-page .act-list div[class^="col"]:hover .act-bg img:nth-child(2),
470
-.dashboard-page .act-list div[class^="col"]:hover .act-icon img:nth-child(2) {
482
+.dashboard-page .act-list div[class^='col']:hover .act-bg img:nth-child(2),
483
+.dashboard-page .act-list div[class^='col']:hover .act-icon img:nth-child(2) {
471
   display: block;
484
   display: block;
472
 }
485
 }
473
-.dashboard-page .act-list div[class^="col"]:hover .act-content span {
486
+.dashboard-page .act-list div[class^='col']:hover .act-content span {
474
   color: #fff;
487
   color: #fff;
475
   background: none;
488
   background: none;
476
 }
489
 }