张延森 2 лет назад
Родитель
Сommit
da620c2337
1 измененных файлов: 32 добавлений и 19 удалений
  1. 32
    19
      resources/static/css/common.css

+ 32
- 19
resources/static/css/common.css Просмотреть файл

@@ -320,6 +320,19 @@
320 320
   line-height: 36px;
321 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 336
 .ext-page .chosen-container.form-control {
324 337
   padding: 0;
325 338
 }
@@ -345,7 +358,7 @@
345 358
   background: rgba(66, 118, 245, 0.2);
346 359
 }
347 360
 .dashboard-page {
348
-  background-color: #081A48;
361
+  background-color: #081a48;
349 362
   scrollbar-width: none;
350 363
   /* firefox */
351 364
   -ms-overflow-style: none;
@@ -390,16 +403,16 @@
390 403
 .dashboard-page .act-list .row + .row {
391 404
   margin-top: 64px;
392 405
 }
393
-.dashboard-page .act-list div[class^="col"] {
406
+.dashboard-page .act-list div[class^='col'] {
394 407
   min-width: 280px;
395 408
   width: calc(25% - 48px);
396 409
   height: 100%;
397 410
   position: relative;
398 411
 }
399
-.dashboard-page .act-list div[class^="col"] + div {
412
+.dashboard-page .act-list div[class^='col'] + div {
400 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 416
   z-index: 1;
404 417
   width: 100%;
405 418
   height: 100%;
@@ -408,14 +421,14 @@
408 421
   justify-content: center;
409 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 425
   position: relative;
413 426
   width: 64px;
414 427
   height: 64px;
415 428
   min-height: 64px;
416 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 432
   position: absolute;
420 433
   left: calc(50% - 32px);
421 434
   top: 0;
@@ -424,25 +437,25 @@
424 437
   height: 100%;
425 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 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 444
   flex: 0;
432 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 448
   display: inline-block;
436 449
   padding: 0 1em;
437 450
   font-size: 24px;
438 451
   font-weight: 500;
439 452
   color: transparent;
440
-  background: linear-gradient(0deg, #2362E4 0%, #00D5FB 100%);
453
+  background: linear-gradient(0deg, #2362e4 0%, #00d5fb 100%);
441 454
   vertical-align: middle;
442 455
   background-clip: text;
443 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 459
   position: absolute;
447 460
   width: 100%;
448 461
   height: 100%;
@@ -450,27 +463,27 @@
450 463
   left: 0;
451 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 467
   display: block;
455 468
   width: 100%;
456 469
   height: 100%;
457 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 473
   display: none;
461 474
 }
462
-.dashboard-page .act-list div[class^="col"]:hover {
475
+.dashboard-page .act-list div[class^='col']:hover {
463 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 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 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 487
   color: #fff;
475 488
   background: none;
476 489
 }