@semi-bot/semi-theme-seek 1.9.5 → 1.9.9
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/README.md +2 -2
- package/package.json +1 -1
- package/raw.json +42 -19
- package/scss/_font.scss +8 -8
- package/scss/global.scss +34 -12
- package/scss/local.scss +1 -0
- package/scss/mixin.scss +1 -1
- package/scss/variables.scss +1 -1
- package/semi.css +202 -174
- package/semi.min.css +1 -1
package/semi.css
CHANGED
|
@@ -380,7 +380,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
380
380
|
--semi-color-link: rgba(var(--semi-blue-5), 1);
|
|
381
381
|
--semi-color-nav-bg: rgba(var(--semi-white), 1);
|
|
382
382
|
--semi-color-appbg: rgba(var(--semi-grey-1),1);
|
|
383
|
-
--semi-color-black: rgba(
|
|
383
|
+
--semi-color-black: rgba(0,0,0,1);
|
|
384
384
|
--semi-color-data-0: rgba(87, 105, 255, 1);
|
|
385
385
|
--semi-color-data-1: rgba(142, 212, 231, 1);
|
|
386
386
|
--semi-color-data-2: rgba(245, 135, 0, 1);
|
|
@@ -398,7 +398,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
398
398
|
--semi-color-text-1: rgba(var(--semi-grey-9),0.8);
|
|
399
399
|
--semi-color-text-2: rgba(var(--semi-grey-9),0.6);
|
|
400
400
|
--semi-color-text-3: rgba(var(--semi-grey-9),0.35);
|
|
401
|
-
--semi-color-white: rgba(
|
|
401
|
+
--semi-color-white: rgba(255,255,255,1);
|
|
402
402
|
--semi-color-data-10: rgba(48, 167, 206, 1);
|
|
403
403
|
--semi-color-data-11: rgba(249, 192, 100, 1);
|
|
404
404
|
--semi-color-data-12: rgba(177, 113, 249, 1);
|
|
@@ -409,11 +409,14 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
409
409
|
--semi-color-data-17: rgba(182, 215, 129, 1);
|
|
410
410
|
--semi-color-data-18: rgba(212, 88, 212, 1);
|
|
411
411
|
--semi-color-data-19: rgba(188, 198, 255, 1);
|
|
412
|
-
--semi-color-border: rgba(var(--semi-grey-9),
|
|
412
|
+
--semi-color-border: rgba(var(--semi-grey-9),0.18);
|
|
413
413
|
--semi-color-danger: rgba(var(--semi-red-5),1);
|
|
414
414
|
--semi-color-shadow: rgba(var(--semi-black), 0.04);
|
|
415
|
-
--semi-color-
|
|
416
|
-
--semi-color-
|
|
415
|
+
--semi-color-black-50: rgba(0,0,0,0.5);
|
|
416
|
+
--semi-color-black-70: rgba(0,0,0,0.7);
|
|
417
|
+
--semi-color-white-50: rgba(255,255,255,0.5);
|
|
418
|
+
--semi-color-border-1: rgba(var(--semi-grey-9),0.12);
|
|
419
|
+
--semi-color-border-2: rgba(var(--semi-grey-9),0.06);
|
|
417
420
|
--semi-color-card-hover: rgba(var(--semi-grey-1),0.8);
|
|
418
421
|
--semi-color-default: rgba(var(--semi-grey-0), 1);
|
|
419
422
|
--semi-color-info-hover: rgba(var(--semi-blue-6), 1);
|
|
@@ -453,9 +456,16 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
453
456
|
--semi-color-tertiary-hover: rgba(var(--semi-grey-2),0.6);
|
|
454
457
|
--semi-color-Timecode-border: rgba(var(--semi-green-6),1);
|
|
455
458
|
--semi-color-disabled-border: rgba(var(--semi-grey-1), 1);
|
|
456
|
-
--semi-color-primary-disabled: rgba(var(--semi-brand-
|
|
459
|
+
--semi-color-primary-disabled: rgba(var(--semi-brand-5),0.3);
|
|
457
460
|
--semi-color-success-disabled: rgba(var(--semi-green-1),1);
|
|
458
461
|
--semi-color-tertiary-active: rgba(var(--semi-grey-2),1);
|
|
462
|
+
--semi-color-Avatar-data-1: rgba(220,183,252,1);
|
|
463
|
+
--semi-color-Avatar-data-2: rgba(16,125,248,1);
|
|
464
|
+
--semi-color-Avatar-data-3: rgba(131,176,35,1);
|
|
465
|
+
--semi-color-Avatar-data-4: rgba(87,105,255,1);
|
|
466
|
+
--semi-color-Avatar-data-5: rgba(188,198,255,1);
|
|
467
|
+
--semi-color-Avatar-data-6: rgba(51,176,171,1);
|
|
468
|
+
--semi-color-Avatar-data-7: rgba(182,215,129,1);
|
|
459
469
|
--semi-color-secondary-hover: rgba(var(--semi-light-blue-6), 1);
|
|
460
470
|
--semi-color-secondary-active: rgba(var(--semi-light-blue-7), 1);
|
|
461
471
|
--semi-color-tertiary-disabled: rgba(var(--semi-grey-2),0.1);
|
|
@@ -463,6 +473,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
463
473
|
--semi-color-info-light-active: rgba(var(--semi-blue-2), 1);
|
|
464
474
|
--semi-color-secondary-disabled: rgba(var(--semi-light-blue-2), 1);
|
|
465
475
|
--semi-color-info-light-default: rgba(var(--semi-blue-0), 1);
|
|
476
|
+
--semi-color-Avatar-data-visitor: rgba(231,231,232,1);
|
|
466
477
|
--semi-color-button-Radio-bg: rgba(var(--semi-grey-1),1);
|
|
467
478
|
--semi-color-danger-light-hover: rgba(var(--semi-red-1), 1);
|
|
468
479
|
--semi-color-danger-light-active: rgba(var(--semi-red-2), 1);
|
|
@@ -484,9 +495,9 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
484
495
|
--semi-color-button-Radio-bg-active: rgba(255,255,255,1);
|
|
485
496
|
--semi-color-secondary-light-active: rgba(var(--semi-blue-2), 1);
|
|
486
497
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-0), 1);
|
|
487
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
498
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
488
499
|
-webkit-font-smoothing: antialiased;
|
|
489
|
-
--semi-shadow-elevated: 0px 0px 1px 0px rgba(3,3,3,0.4),0px 6px
|
|
500
|
+
--semi-shadow-elevated: 0px 0px 1px 0px rgba(3,3,3,0.4),0px 6px 18px -1px rgba(0,0,0,0.10),0px 0px 0px 0px rgba(102,204,255,0);
|
|
490
501
|
--semi-shadow-0: none;
|
|
491
502
|
--semi-shadow-1: none;
|
|
492
503
|
--semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
|
|
@@ -558,9 +569,10 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
558
569
|
--semi-color-black-50: rgba(0,0,0,0.5);
|
|
559
570
|
--semi-color-black-70: rgba(0,0,0,0.7);
|
|
560
571
|
--semi-color-Drag-hover: rgba(var(--semi-blue-9),0.5);
|
|
572
|
+
--semi-color-Tabs-hover: rgba(255,255,255,0.04);
|
|
561
573
|
--semi-color-border-1: rgba(255,255,255,0.12);
|
|
562
574
|
--semi-color-border-2: rgba(255,255,255,0.06);
|
|
563
|
-
--semi-color-card-hover: rgba(255,255,255,0.
|
|
575
|
+
--semi-color-card-hover: rgba(255,255,255,0.1);
|
|
564
576
|
--semi-color-default: rgba(255,255,255,0);
|
|
565
577
|
--semi-color-info-hover: rgba(var(--semi-blue-6), 1);
|
|
566
578
|
--semi-color-link-hover: rgba(var(--semi-blue-6), 1);
|
|
@@ -569,9 +581,11 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
569
581
|
--semi-color-success: rgba(var(--semi-green-5),1);
|
|
570
582
|
--semi-color-warning: rgba(var(--semi-orange-5), 1);
|
|
571
583
|
--semi-color-Drag-active: rgba(var(--semi-blue-4),1);
|
|
572
|
-
--semi-color-
|
|
584
|
+
--semi-color-Tabs-active: rgba(255,255,255,0.08);
|
|
585
|
+
--semi-color-card-active: rgba(255,255,255,0.16);
|
|
573
586
|
--semi-color-info-active: rgba(var(--semi-blue-7), 1);
|
|
574
587
|
--semi-color-link-active: rgba(var(--semi-blue-7), 1);
|
|
588
|
+
--semi-color-Tabs-default: rgba(255,255,255,0);
|
|
575
589
|
--semi-color-card-default: rgba(255,255,255,0.06);
|
|
576
590
|
--semi-color-link-visited: rgba(var(--semi-blue-5), 1);
|
|
577
591
|
--semi-color-modal-bg: rgba(var(--semi-grey-0),0.7);
|
|
@@ -605,6 +619,13 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
605
619
|
--semi-color-primary-disabled: rgba(var(--semi-brand-4),0.2);
|
|
606
620
|
--semi-color-success-disabled: rgba(var(--semi-green-2), 1);
|
|
607
621
|
--semi-color-tertiary-active: rgba(255,255,255,0.24);
|
|
622
|
+
--semi-color-Avatar-data-1: rgba(109,83,178,1);
|
|
623
|
+
--semi-color-Avatar-data-2: rgba(16,125,248,1);
|
|
624
|
+
--semi-color-Avatar-data-3: rgba(154,207,13,1);
|
|
625
|
+
--semi-color-Avatar-data-4: rgba(94,109,194,1);
|
|
626
|
+
--semi-color-Avatar-data-5: rgba(40,51,138,1);
|
|
627
|
+
--semi-color-Avatar-data-6: rgba(16,162,180,1);
|
|
628
|
+
--semi-color-Avatar-data-7: rgba(98,138,6,1);
|
|
608
629
|
--semi-color-input-bg-default: rgba(var(--semi-grey-0),0);
|
|
609
630
|
--semi-color-secondary-hover: rgba(var(--semi-light-blue-6), 1);
|
|
610
631
|
--semi-color-Comparison-V2bg: rgba(var(--semi-green-1),0.8);
|
|
@@ -617,6 +638,7 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
617
638
|
--semi-color-info-light-default: rgba(var(--semi-blue-5), 0.2);
|
|
618
639
|
--semi-color-inputborder-hover: rgba(255,255,255,0.19);
|
|
619
640
|
--semi-color-inputborder-active: rgba(var(--semi-brand-4),1);
|
|
641
|
+
--semi-color-Avatar-data-visitor: rgba(46,47,48,1);
|
|
620
642
|
--semi-color-button-Radio-bg: rgba(var(--semi-blue-2),1);
|
|
621
643
|
--semi-color-danger-light-hover: rgba(var(--semi-red-5), 0.3);
|
|
622
644
|
--semi-color-danger-light-active: rgba(var(--semi-red-5), 0.4);
|
|
@@ -642,9 +664,9 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
642
664
|
--semi-color-button-Radio-bg-active: rgba(var(--semi-blue-7),1);
|
|
643
665
|
--semi-color-secondary-light-active: rgba(var(--semi-light-blue-5), 0.4);
|
|
644
666
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-5), 0.2);
|
|
645
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
667
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
646
668
|
-webkit-font-smoothing: antialiased;
|
|
647
|
-
--semi-shadow-elevated: 0px 0px 1px 0px rgba(3,3,3,0.4),0px 6px
|
|
669
|
+
--semi-shadow-elevated: 0px 0px 1px 0px rgba(3,3,3,0.4),0px 6px 18px -1px rgba(0,0,0,0.10),0px 0px 0px 0px rgba(102,204,255,0);
|
|
648
670
|
--semi-shadow-0: none;
|
|
649
671
|
--semi-shadow-1: none;
|
|
650
672
|
--semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
|
|
@@ -1374,7 +1396,7 @@ body, :host {
|
|
|
1374
1396
|
padding: 8px 20px;
|
|
1375
1397
|
color: var(--semi-color-text-0);
|
|
1376
1398
|
font-size: 14px;
|
|
1377
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1399
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1378
1400
|
line-height: 20px;
|
|
1379
1401
|
}
|
|
1380
1402
|
.semi-aiChatInput-suggestion-item-active {
|
|
@@ -1419,7 +1441,7 @@ body, :host {
|
|
|
1419
1441
|
flex-wrap: wrap;
|
|
1420
1442
|
margin-bottom: 8px;
|
|
1421
1443
|
font-size: 12px;
|
|
1422
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1444
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1423
1445
|
line-height: 16px;
|
|
1424
1446
|
color: var(--semi-color-text-2);
|
|
1425
1447
|
column-gap: 4px;
|
|
@@ -1581,7 +1603,7 @@ body, :host {
|
|
|
1581
1603
|
.semi-aiChatInput-footer-configure-mcp-header {
|
|
1582
1604
|
padding: 8px 16px 0px;
|
|
1583
1605
|
font-size: 12px;
|
|
1584
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1606
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1585
1607
|
line-height: 16px;
|
|
1586
1608
|
height: 16px;
|
|
1587
1609
|
align-items: center;
|
|
@@ -1597,7 +1619,7 @@ body, :host {
|
|
|
1597
1619
|
border: 0px;
|
|
1598
1620
|
height: fit-content;
|
|
1599
1621
|
font-size: 12px;
|
|
1600
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1622
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1601
1623
|
line-height: 16px;
|
|
1602
1624
|
}
|
|
1603
1625
|
.semi-aiChatInput-attachment {
|
|
@@ -1642,7 +1664,7 @@ body, :host {
|
|
|
1642
1664
|
text-overflow: ellipsis;
|
|
1643
1665
|
color: var(--semi-color-text-0);
|
|
1644
1666
|
font-size: 12px;
|
|
1645
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1667
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1646
1668
|
line-height: 16px;
|
|
1647
1669
|
font-weight: 600;
|
|
1648
1670
|
}
|
|
@@ -1653,7 +1675,7 @@ body, :host {
|
|
|
1653
1675
|
column-gap: 4px;
|
|
1654
1676
|
color: var(--semi-color-text-2);
|
|
1655
1677
|
font-size: 12px;
|
|
1656
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1678
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1657
1679
|
line-height: 16px;
|
|
1658
1680
|
text-transform: uppercase;
|
|
1659
1681
|
}
|
|
@@ -1767,6 +1789,7 @@ body, :host {
|
|
|
1767
1789
|
}
|
|
1768
1790
|
.semi-aiChatInput-editor-content .tiptap .input-slot {
|
|
1769
1791
|
display: inline-block;
|
|
1792
|
+
box-sizing: content-box;
|
|
1770
1793
|
background-color: var(--semi-color-primary-light-default);
|
|
1771
1794
|
border-radius: 4px;
|
|
1772
1795
|
padding: 2px 4px;
|
|
@@ -1793,7 +1816,7 @@ body, :host {
|
|
|
1793
1816
|
}
|
|
1794
1817
|
.semi-aiChatInput-editor-content .tiptap .select-slot {
|
|
1795
1818
|
font-size: 14px;
|
|
1796
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1819
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1797
1820
|
line-height: 20px;
|
|
1798
1821
|
height: 24px;
|
|
1799
1822
|
padding: 2px 4px;
|
|
@@ -1862,7 +1885,7 @@ body, :host {
|
|
|
1862
1885
|
|
|
1863
1886
|
.semi-anchor {
|
|
1864
1887
|
font-size: 14px;
|
|
1865
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1888
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1866
1889
|
line-height: 20px;
|
|
1867
1890
|
overflow-y: auto;
|
|
1868
1891
|
overflow-x: hidden;
|
|
@@ -1870,7 +1893,7 @@ body, :host {
|
|
|
1870
1893
|
}
|
|
1871
1894
|
.semi-anchor-size-small {
|
|
1872
1895
|
font-size: 12px;
|
|
1873
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1896
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1874
1897
|
line-height: 16px;
|
|
1875
1898
|
}
|
|
1876
1899
|
.semi-anchor-slide {
|
|
@@ -1953,7 +1976,7 @@ body, :host {
|
|
|
1953
1976
|
}
|
|
1954
1977
|
.semi-anchor-link-tooltip-small {
|
|
1955
1978
|
font-size: 12px;
|
|
1956
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1979
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1957
1980
|
line-height: 16px;
|
|
1958
1981
|
}
|
|
1959
1982
|
.semi-anchor-link-tooltip:hover {
|
|
@@ -2172,7 +2195,7 @@ body, :host {
|
|
|
2172
2195
|
|
|
2173
2196
|
.semi-autocomplete-option {
|
|
2174
2197
|
font-size: 14px;
|
|
2175
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2198
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2176
2199
|
line-height: 20px;
|
|
2177
2200
|
word-break: break-all;
|
|
2178
2201
|
padding-left: 12px;
|
|
@@ -2297,7 +2320,7 @@ body, :host {
|
|
|
2297
2320
|
display: flex;
|
|
2298
2321
|
align-items: center;
|
|
2299
2322
|
font-size: 14px;
|
|
2300
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2323
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2301
2324
|
line-height: 20px;
|
|
2302
2325
|
font-weight: 600;
|
|
2303
2326
|
}
|
|
@@ -2337,7 +2360,7 @@ body, :host {
|
|
|
2337
2360
|
}
|
|
2338
2361
|
.semi-avatar-small .semi-avatar-label {
|
|
2339
2362
|
font-size: 12px;
|
|
2340
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2363
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2341
2364
|
line-height: 16px;
|
|
2342
2365
|
}
|
|
2343
2366
|
.semi-avatar-default {
|
|
@@ -2347,7 +2370,7 @@ body, :host {
|
|
|
2347
2370
|
}
|
|
2348
2371
|
.semi-avatar-default .semi-avatar-label {
|
|
2349
2372
|
font-size: 18px;
|
|
2350
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2373
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2351
2374
|
line-height: 24px;
|
|
2352
2375
|
}
|
|
2353
2376
|
.semi-avatar-medium {
|
|
@@ -2357,7 +2380,7 @@ body, :host {
|
|
|
2357
2380
|
}
|
|
2358
2381
|
.semi-avatar-medium .semi-avatar-label {
|
|
2359
2382
|
font-size: 20px;
|
|
2360
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2383
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2361
2384
|
line-height: 28px;
|
|
2362
2385
|
}
|
|
2363
2386
|
.semi-avatar-large {
|
|
@@ -2367,7 +2390,7 @@ body, :host {
|
|
|
2367
2390
|
}
|
|
2368
2391
|
.semi-avatar-large .semi-avatar-label {
|
|
2369
2392
|
font-size: 32px;
|
|
2370
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2393
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2371
2394
|
line-height: 44px;
|
|
2372
2395
|
}
|
|
2373
2396
|
.semi-avatar-extra-large {
|
|
@@ -3015,7 +3038,7 @@ body, :host {
|
|
|
3015
3038
|
z-index: 1;
|
|
3016
3039
|
text-align: center;
|
|
3017
3040
|
font-size: 12px;
|
|
3018
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3041
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3019
3042
|
line-height: 16px;
|
|
3020
3043
|
font-weight: 400;
|
|
3021
3044
|
color: var(--semi-color-bg-2);
|
|
@@ -3241,13 +3264,13 @@ body, :host {
|
|
|
3241
3264
|
}
|
|
3242
3265
|
.semi-breadcrumb-wrapper-loose {
|
|
3243
3266
|
font-size: 14px;
|
|
3244
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3267
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3245
3268
|
line-height: 20px;
|
|
3246
3269
|
font-size: 14px;
|
|
3247
3270
|
}
|
|
3248
3271
|
.semi-breadcrumb-wrapper-compact {
|
|
3249
3272
|
font-size: 12px;
|
|
3250
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3273
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3251
3274
|
line-height: 16px;
|
|
3252
3275
|
font-size: 12px;
|
|
3253
3276
|
}
|
|
@@ -3537,7 +3560,7 @@ body, :host {
|
|
|
3537
3560
|
color: transparent;
|
|
3538
3561
|
}
|
|
3539
3562
|
.semi-button-primary-disabled {
|
|
3540
|
-
background-color: var(--semi-color-disabled
|
|
3563
|
+
background-color: var(--semi-color-primary-disabled);
|
|
3541
3564
|
}
|
|
3542
3565
|
.semi-button-primary-disabled.semi-button-light {
|
|
3543
3566
|
background: var(--semi-color-fill-0);
|
|
@@ -3924,7 +3947,7 @@ body, :host {
|
|
|
3924
3947
|
.semi-calendar-day .semi-calendar-tag,
|
|
3925
3948
|
.semi-calendar-week .semi-calendar-tag {
|
|
3926
3949
|
font-size: 14px;
|
|
3927
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3950
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3928
3951
|
line-height: 20px;
|
|
3929
3952
|
min-width: 70px;
|
|
3930
3953
|
color: var(--semi-color-text-2);
|
|
@@ -4040,7 +4063,7 @@ body, :host {
|
|
|
4040
4063
|
.semi-calendar-day .semi-calendar-time-item span,
|
|
4041
4064
|
.semi-calendar-week .semi-calendar-time-item span {
|
|
4042
4065
|
font-size: 14px;
|
|
4043
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4066
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4044
4067
|
line-height: 20px;
|
|
4045
4068
|
display: block;
|
|
4046
4069
|
position: relative;
|
|
@@ -4091,7 +4114,7 @@ body, :host {
|
|
|
4091
4114
|
display: flex;
|
|
4092
4115
|
align-items: flex-start;
|
|
4093
4116
|
font-size: 14px;
|
|
4094
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4117
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4095
4118
|
line-height: 20px;
|
|
4096
4119
|
color: var(--semi-color-text-2);
|
|
4097
4120
|
}
|
|
@@ -4153,7 +4176,7 @@ body, :host {
|
|
|
4153
4176
|
}
|
|
4154
4177
|
.semi-calendar-week .semi-calendar-all-day .semi-calendar-event-items .semi-calendar-event-allday > * {
|
|
4155
4178
|
font-size: 14px;
|
|
4156
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4179
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4157
4180
|
line-height: 20px;
|
|
4158
4181
|
}
|
|
4159
4182
|
.semi-calendar-week .semi-calendar-week-tag {
|
|
@@ -4170,7 +4193,7 @@ body, :host {
|
|
|
4170
4193
|
height: 100%;
|
|
4171
4194
|
overflow: hidden;
|
|
4172
4195
|
font-size: 14px;
|
|
4173
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4196
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4174
4197
|
line-height: 20px;
|
|
4175
4198
|
}
|
|
4176
4199
|
.semi-calendar-month-grid-wrapper {
|
|
@@ -4224,7 +4247,7 @@ body, :host {
|
|
|
4224
4247
|
}
|
|
4225
4248
|
.semi-calendar-month-skeleton li span {
|
|
4226
4249
|
font-size: 14px;
|
|
4227
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4250
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4228
4251
|
line-height: 20px;
|
|
4229
4252
|
}
|
|
4230
4253
|
.semi-calendar-month-skeleton li:last-child {
|
|
@@ -4235,7 +4258,7 @@ body, :host {
|
|
|
4235
4258
|
}
|
|
4236
4259
|
.semi-calendar-month-skeleton .semi-calendar-month-event-card-wrapper {
|
|
4237
4260
|
font-size: 14px;
|
|
4238
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4261
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4239
4262
|
line-height: 20px;
|
|
4240
4263
|
display: block;
|
|
4241
4264
|
position: absolute;
|
|
@@ -4272,7 +4295,7 @@ body, :host {
|
|
|
4272
4295
|
}
|
|
4273
4296
|
.semi-calendar-month-weekrow .semi-calendar-event-items .semi-calendar-event-month > * {
|
|
4274
4297
|
font-size: 14px;
|
|
4275
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4298
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4276
4299
|
line-height: 20px;
|
|
4277
4300
|
}
|
|
4278
4301
|
.semi-calendar-month-date {
|
|
@@ -4312,7 +4335,7 @@ body, :host {
|
|
|
4312
4335
|
}
|
|
4313
4336
|
.semi-calendar-month-event-card-header-info-date {
|
|
4314
4337
|
font-size: 20px;
|
|
4315
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4338
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4316
4339
|
line-height: 28px;
|
|
4317
4340
|
margin-top: 4px;
|
|
4318
4341
|
}
|
|
@@ -4984,7 +5007,7 @@ body, :host {
|
|
|
4984
5007
|
}
|
|
4985
5008
|
.semi-cascader-large .semi-cascader-selection {
|
|
4986
5009
|
font-size: 16px;
|
|
4987
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5010
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4988
5011
|
line-height: 22px;
|
|
4989
5012
|
}
|
|
4990
5013
|
.semi-cascader-large .semi-cascader-selection {
|
|
@@ -5040,7 +5063,7 @@ body, :host {
|
|
|
5040
5063
|
}
|
|
5041
5064
|
.semi-cascader-selection {
|
|
5042
5065
|
font-size: 14px;
|
|
5043
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5066
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5044
5067
|
line-height: 20px;
|
|
5045
5068
|
height: 100%;
|
|
5046
5069
|
display: inline-flex;
|
|
@@ -5154,7 +5177,7 @@ body, :host {
|
|
|
5154
5177
|
margin: 0 12px;
|
|
5155
5178
|
font-weight: 600;
|
|
5156
5179
|
font-size: 14px;
|
|
5157
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5180
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5158
5181
|
line-height: 20px;
|
|
5159
5182
|
color: var(--semi-color-text-2);
|
|
5160
5183
|
}
|
|
@@ -5167,7 +5190,7 @@ body, :host {
|
|
|
5167
5190
|
margin: 0 12px;
|
|
5168
5191
|
font-weight: 600;
|
|
5169
5192
|
font-size: 14px;
|
|
5170
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5193
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5171
5194
|
line-height: 20px;
|
|
5172
5195
|
color: var(--semi-color-text-2);
|
|
5173
5196
|
flex-shrink: 0;
|
|
@@ -5211,7 +5234,7 @@ body, :host {
|
|
|
5211
5234
|
}
|
|
5212
5235
|
.semi-cascader-popover .semi-cascader-option-lists .semi-cascader-option-empty {
|
|
5213
5236
|
font-size: 14px;
|
|
5214
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5237
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5215
5238
|
line-height: 20px;
|
|
5216
5239
|
border-radius: var(--semi-border-radius-medium);
|
|
5217
5240
|
color: var(--semi-color-disabled-text);
|
|
@@ -5305,7 +5328,7 @@ body, :host {
|
|
|
5305
5328
|
cursor: pointer;
|
|
5306
5329
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
5307
5330
|
font-size: 14px;
|
|
5308
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5331
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5309
5332
|
line-height: 20px;
|
|
5310
5333
|
min-width: min-content;
|
|
5311
5334
|
word-break: break-all;
|
|
@@ -5978,7 +6001,7 @@ body, :host {
|
|
|
5978
6001
|
display: flex;
|
|
5979
6002
|
align-items: flex-start;
|
|
5980
6003
|
font-size: 14px;
|
|
5981
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6004
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5982
6005
|
line-height: 20px;
|
|
5983
6006
|
cursor: pointer;
|
|
5984
6007
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
@@ -6239,7 +6262,7 @@ body, :host {
|
|
|
6239
6262
|
|
|
6240
6263
|
.semi-checkboxGroup {
|
|
6241
6264
|
font-size: 14px;
|
|
6242
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6265
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6243
6266
|
line-height: 20px;
|
|
6244
6267
|
line-height: 14px;
|
|
6245
6268
|
}
|
|
@@ -6453,7 +6476,7 @@ body, :host {
|
|
|
6453
6476
|
color: var(--semi-color-text-0);
|
|
6454
6477
|
font-weight: 600;
|
|
6455
6478
|
font-size: 14px;
|
|
6456
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6479
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6457
6480
|
line-height: 20px;
|
|
6458
6481
|
}
|
|
6459
6482
|
.semi-collapse-header-right {
|
|
@@ -6497,7 +6520,7 @@ body, :host {
|
|
|
6497
6520
|
padding: 4px 16px 8px 16px;
|
|
6498
6521
|
color: var(--semi-color-text-1);
|
|
6499
6522
|
font-size: 14px;
|
|
6500
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6523
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6501
6524
|
line-height: 20px;
|
|
6502
6525
|
}
|
|
6503
6526
|
.semi-collapse-content p {
|
|
@@ -6812,7 +6835,7 @@ body, :host {
|
|
|
6812
6835
|
.semi-datepicker-month-grid .semi-scrolllist-header-title {
|
|
6813
6836
|
padding: 0;
|
|
6814
6837
|
font-size: 14px;
|
|
6815
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6838
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6816
6839
|
line-height: 20px;
|
|
6817
6840
|
min-height: 24px;
|
|
6818
6841
|
line-height: 24px;
|
|
@@ -6901,7 +6924,7 @@ body, :host {
|
|
|
6901
6924
|
}
|
|
6902
6925
|
.semi-datepicker-navigation-month {
|
|
6903
6926
|
font-size: 16px;
|
|
6904
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6927
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6905
6928
|
line-height: 22px;
|
|
6906
6929
|
flex-grow: 1;
|
|
6907
6930
|
text-align: center;
|
|
@@ -6919,7 +6942,7 @@ body, :host {
|
|
|
6919
6942
|
}
|
|
6920
6943
|
.semi-datepicker-weekday {
|
|
6921
6944
|
font-size: 12px;
|
|
6922
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6945
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6923
6946
|
line-height: 16px;
|
|
6924
6947
|
font-weight: 600;
|
|
6925
6948
|
color: var(--semi-color-text-2);
|
|
@@ -7440,7 +7463,7 @@ body, :host {
|
|
|
7440
7463
|
font-weight: 600;
|
|
7441
7464
|
font-size: 14px;
|
|
7442
7465
|
line-height: 20px;
|
|
7443
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7466
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7444
7467
|
white-space: nowrap;
|
|
7445
7468
|
color: var(--semi-color-text-2);
|
|
7446
7469
|
}
|
|
@@ -7465,7 +7488,7 @@ body, :host {
|
|
|
7465
7488
|
*/
|
|
7466
7489
|
.semi-datepicker-compact {
|
|
7467
7490
|
font-size: 12px;
|
|
7468
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7491
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7469
7492
|
line-height: 16px;
|
|
7470
7493
|
line-height: 20px;
|
|
7471
7494
|
}
|
|
@@ -7498,7 +7521,7 @@ body, :host {
|
|
|
7498
7521
|
}
|
|
7499
7522
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist {
|
|
7500
7523
|
font-size: 12px;
|
|
7501
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7524
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7502
7525
|
line-height: 16px;
|
|
7503
7526
|
line-height: 20px;
|
|
7504
7527
|
}
|
|
@@ -7542,7 +7565,7 @@ body, :host {
|
|
|
7542
7565
|
}
|
|
7543
7566
|
.semi-datepicker-compact.semi-datepicker-panel-yam .semi-scrolllist {
|
|
7544
7567
|
font-size: 12px;
|
|
7545
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7568
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7546
7569
|
line-height: 16px;
|
|
7547
7570
|
line-height: 20px;
|
|
7548
7571
|
}
|
|
@@ -7564,7 +7587,7 @@ body, :host {
|
|
|
7564
7587
|
}
|
|
7565
7588
|
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
|
|
7566
7589
|
font-size: 12px;
|
|
7567
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7590
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7568
7591
|
line-height: 16px;
|
|
7569
7592
|
line-height: 20px;
|
|
7570
7593
|
}
|
|
@@ -8021,7 +8044,7 @@ body, :host {
|
|
|
8021
8044
|
.semi-descriptions-key {
|
|
8022
8045
|
font-weight: normal;
|
|
8023
8046
|
font-size: 14px;
|
|
8024
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8047
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8025
8048
|
line-height: 20px;
|
|
8026
8049
|
min-height: 14px;
|
|
8027
8050
|
white-space: nowrap;
|
|
@@ -8030,7 +8053,7 @@ body, :host {
|
|
|
8030
8053
|
.semi-descriptions-value {
|
|
8031
8054
|
font-weight: normal;
|
|
8032
8055
|
font-size: 14px;
|
|
8033
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8056
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8034
8057
|
line-height: 20px;
|
|
8035
8058
|
color: var(--semi-color-text-0);
|
|
8036
8059
|
}
|
|
@@ -8080,14 +8103,14 @@ body, :host {
|
|
|
8080
8103
|
}
|
|
8081
8104
|
.semi-descriptions-double-small .semi-descriptions-key {
|
|
8082
8105
|
font-size: 12px;
|
|
8083
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8106
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8084
8107
|
line-height: 16px;
|
|
8085
8108
|
padding-bottom: 0;
|
|
8086
8109
|
font-size: 12px;
|
|
8087
8110
|
}
|
|
8088
8111
|
.semi-descriptions-double-small .semi-descriptions-value {
|
|
8089
8112
|
font-size: 16px;
|
|
8090
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8113
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8091
8114
|
line-height: 22px;
|
|
8092
8115
|
font-size: 16px;
|
|
8093
8116
|
}
|
|
@@ -8100,7 +8123,7 @@ body, :host {
|
|
|
8100
8123
|
}
|
|
8101
8124
|
.semi-descriptions-double-medium .semi-descriptions-value {
|
|
8102
8125
|
font-size: 20px;
|
|
8103
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8126
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8104
8127
|
line-height: 28px;
|
|
8105
8128
|
font-size: 20px;
|
|
8106
8129
|
}
|
|
@@ -8113,7 +8136,7 @@ body, :host {
|
|
|
8113
8136
|
}
|
|
8114
8137
|
.semi-descriptions-double-large .semi-descriptions-value {
|
|
8115
8138
|
font-size: 28px;
|
|
8116
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8139
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8117
8140
|
line-height: 40px;
|
|
8118
8141
|
font-size: 28px;
|
|
8119
8142
|
}
|
|
@@ -8262,12 +8285,12 @@ body, :host {
|
|
|
8262
8285
|
|
|
8263
8286
|
.semi-dropdown {
|
|
8264
8287
|
font-size: 14px;
|
|
8265
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8288
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8266
8289
|
line-height: 20px;
|
|
8267
8290
|
}
|
|
8268
8291
|
.semi-dropdown-wrapper {
|
|
8269
8292
|
overflow-y: auto;
|
|
8270
|
-
box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px
|
|
8293
|
+
box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px 18px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(102, 204, 255, 0);
|
|
8271
8294
|
position: relative;
|
|
8272
8295
|
z-index: 1050;
|
|
8273
8296
|
border-radius: var(--semi-border-radius-medium);
|
|
@@ -8293,7 +8316,7 @@ body, :host {
|
|
|
8293
8316
|
padding-left: 16px;
|
|
8294
8317
|
padding-right: 16px;
|
|
8295
8318
|
font-size: 12px;
|
|
8296
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8319
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8297
8320
|
line-height: 16px;
|
|
8298
8321
|
cursor: default;
|
|
8299
8322
|
}
|
|
@@ -8694,7 +8717,7 @@ body, :host {
|
|
|
8694
8717
|
display: inline-block;
|
|
8695
8718
|
vertical-align: middle;
|
|
8696
8719
|
font-size: 14px;
|
|
8697
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8720
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8698
8721
|
line-height: 20px;
|
|
8699
8722
|
flex-shrink: 0;
|
|
8700
8723
|
}
|
|
@@ -8729,7 +8752,7 @@ body, :host {
|
|
|
8729
8752
|
}
|
|
8730
8753
|
.semi-form-field-error-message, .semi-form-field-help-text {
|
|
8731
8754
|
font-size: 14px;
|
|
8732
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8755
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8733
8756
|
line-height: 20px;
|
|
8734
8757
|
display: flex;
|
|
8735
8758
|
align-items: center;
|
|
@@ -8816,7 +8839,7 @@ body, :host {
|
|
|
8816
8839
|
.semi-form-field-extra-string {
|
|
8817
8840
|
color: var(--semi-color-tertiary);
|
|
8818
8841
|
font-size: 14px;
|
|
8819
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8842
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8820
8843
|
line-height: 20px;
|
|
8821
8844
|
}
|
|
8822
8845
|
|
|
@@ -8850,7 +8873,7 @@ body, :host {
|
|
|
8850
8873
|
margin-block-start: 0;
|
|
8851
8874
|
margin-block-end: 0;
|
|
8852
8875
|
font-size: 18px;
|
|
8853
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8876
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8854
8877
|
line-height: 24px;
|
|
8855
8878
|
font-weight: 600;
|
|
8856
8879
|
width: 100%;
|
|
@@ -14285,7 +14308,7 @@ body, :host {
|
|
|
14285
14308
|
}
|
|
14286
14309
|
.semi-hotKeys-content {
|
|
14287
14310
|
font-size: 12px;
|
|
14288
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14311
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14289
14312
|
line-height: 16px;
|
|
14290
14313
|
border-radius: 2px;
|
|
14291
14314
|
height: 20px;
|
|
@@ -14296,7 +14319,7 @@ body, :host {
|
|
|
14296
14319
|
}
|
|
14297
14320
|
.semi-hotKeys-split {
|
|
14298
14321
|
font-size: 12px;
|
|
14299
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14322
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14300
14323
|
line-height: 16px;
|
|
14301
14324
|
margin: 0 3px;
|
|
14302
14325
|
color: var(--semi-color-text-0);
|
|
@@ -14396,7 +14419,7 @@ body, :host {
|
|
|
14396
14419
|
right: 0;
|
|
14397
14420
|
font-weight: normal;
|
|
14398
14421
|
font-size: 14px;
|
|
14399
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14422
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14400
14423
|
line-height: 20px;
|
|
14401
14424
|
color: var(--semi-color-white);
|
|
14402
14425
|
height: 60px;
|
|
@@ -14443,7 +14466,7 @@ body, :host {
|
|
|
14443
14466
|
user-select: none;
|
|
14444
14467
|
color: var(--semi-color-white);
|
|
14445
14468
|
font-size: 16px;
|
|
14446
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14469
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14447
14470
|
line-height: 22px;
|
|
14448
14471
|
margin: 0 12px;
|
|
14449
14472
|
}
|
|
@@ -14578,7 +14601,7 @@ img[src=""], img:not([src]) {
|
|
|
14578
14601
|
vertical-align: middle;
|
|
14579
14602
|
box-shadow: none;
|
|
14580
14603
|
font-size: 14px;
|
|
14581
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14604
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14582
14605
|
line-height: 20px;
|
|
14583
14606
|
background-color: var(--semi-color-input-bg);
|
|
14584
14607
|
border: 1px var(--semi-color-border-1) solid;
|
|
@@ -14594,21 +14617,21 @@ img[src=""], img:not([src]) {
|
|
|
14594
14617
|
.semi-input-wrapper-default {
|
|
14595
14618
|
height: 32px;
|
|
14596
14619
|
font-size: 14px;
|
|
14597
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14620
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14598
14621
|
line-height: 20px;
|
|
14599
14622
|
line-height: 30px;
|
|
14600
14623
|
}
|
|
14601
14624
|
.semi-input-wrapper-small {
|
|
14602
14625
|
height: 24px;
|
|
14603
14626
|
font-size: 14px;
|
|
14604
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14627
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14605
14628
|
line-height: 20px;
|
|
14606
14629
|
line-height: 21px;
|
|
14607
14630
|
}
|
|
14608
14631
|
.semi-input-wrapper-large {
|
|
14609
14632
|
height: 40px;
|
|
14610
14633
|
font-size: 16px;
|
|
14611
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14634
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14612
14635
|
line-height: 22px;
|
|
14613
14636
|
line-height: 40px;
|
|
14614
14637
|
}
|
|
@@ -14906,21 +14929,21 @@ img[src=""], img:not([src]) {
|
|
|
14906
14929
|
.semi-input-large {
|
|
14907
14930
|
height: 40px;
|
|
14908
14931
|
font-size: 16px;
|
|
14909
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14932
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14910
14933
|
line-height: 22px;
|
|
14911
14934
|
line-height: 40px;
|
|
14912
14935
|
}
|
|
14913
14936
|
.semi-input-small {
|
|
14914
14937
|
height: 21px;
|
|
14915
14938
|
font-size: 14px;
|
|
14916
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14939
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14917
14940
|
line-height: 20px;
|
|
14918
14941
|
line-height: 21px;
|
|
14919
14942
|
}
|
|
14920
14943
|
.semi-input-default {
|
|
14921
14944
|
height: 30px;
|
|
14922
14945
|
font-size: 14px;
|
|
14923
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14946
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14924
14947
|
line-height: 20px;
|
|
14925
14948
|
line-height: 30px;
|
|
14926
14949
|
}
|
|
@@ -14978,7 +15001,7 @@ img[src=""], img:not([src]) {
|
|
|
14978
15001
|
background-color: var(--semi-color-input-bg);
|
|
14979
15002
|
color: var(--semi-color-text-2);
|
|
14980
15003
|
font-size: 14px;
|
|
14981
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15004
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14982
15005
|
line-height: 20px;
|
|
14983
15006
|
flex-shrink: 0;
|
|
14984
15007
|
}
|
|
@@ -15518,7 +15541,7 @@ img[src=""], img:not([src]) {
|
|
|
15518
15541
|
|
|
15519
15542
|
.semi-list {
|
|
15520
15543
|
font-size: 14px;
|
|
15521
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15544
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15522
15545
|
line-height: 20px;
|
|
15523
15546
|
}
|
|
15524
15547
|
.semi-list-items {
|
|
@@ -15681,7 +15704,7 @@ img[src=""], img:not([src]) {
|
|
|
15681
15704
|
|
|
15682
15705
|
.semi-modal {
|
|
15683
15706
|
font-size: 14px;
|
|
15684
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15707
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15685
15708
|
line-height: 20px;
|
|
15686
15709
|
position: relative;
|
|
15687
15710
|
margin: 80px auto;
|
|
@@ -15993,7 +16016,7 @@ img[src=""], img:not([src]) {
|
|
|
15993
16016
|
margin-top: 0;
|
|
15994
16017
|
margin-bottom: 8px;
|
|
15995
16018
|
font-size: 14px;
|
|
15996
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16019
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15997
16020
|
line-height: 20px;
|
|
15998
16021
|
font-weight: 400;
|
|
15999
16022
|
color: var(--semi-color-text-0);
|
|
@@ -16287,7 +16310,7 @@ img[src=""], img:not([src]) {
|
|
|
16287
16310
|
}
|
|
16288
16311
|
.semi-navigation-header-text {
|
|
16289
16312
|
font-size: 18px;
|
|
16290
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16313
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16291
16314
|
line-height: 24px;
|
|
16292
16315
|
font-weight: 600;
|
|
16293
16316
|
display: inline-flex;
|
|
@@ -16796,7 +16819,7 @@ img[src=""], img:not([src]) {
|
|
|
16796
16819
|
}
|
|
16797
16820
|
|
|
16798
16821
|
.semi-notification-notice {
|
|
16799
|
-
box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px
|
|
16822
|
+
box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px 18px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(102, 204, 255, 0);
|
|
16800
16823
|
border-radius: var(--semi-border-radius-medium);
|
|
16801
16824
|
padding-top: 16px;
|
|
16802
16825
|
padding-right: 12px;
|
|
@@ -16813,7 +16836,7 @@ img[src=""], img:not([src]) {
|
|
|
16813
16836
|
.semi-notification-notice-icon {
|
|
16814
16837
|
width: 24px;
|
|
16815
16838
|
font-size: 16px;
|
|
16816
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16839
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16817
16840
|
line-height: 22px;
|
|
16818
16841
|
display: flex;
|
|
16819
16842
|
align-items: flex-start;
|
|
@@ -16855,7 +16878,7 @@ img[src=""], img:not([src]) {
|
|
|
16855
16878
|
}
|
|
16856
16879
|
.semi-notification-notice-title {
|
|
16857
16880
|
font-size: 16px;
|
|
16858
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16881
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16859
16882
|
line-height: 22px;
|
|
16860
16883
|
font-weight: 600;
|
|
16861
16884
|
color: var(--semi-color-text-0);
|
|
@@ -16875,7 +16898,7 @@ img[src=""], img:not([src]) {
|
|
|
16875
16898
|
}
|
|
16876
16899
|
.semi-notification-notice-content {
|
|
16877
16900
|
font-size: 14px;
|
|
16878
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16901
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16879
16902
|
line-height: 20px;
|
|
16880
16903
|
font-weight: 400;
|
|
16881
16904
|
color: var(--semi-color-text-1);
|
|
@@ -16891,7 +16914,7 @@ img[src=""], img:not([src]) {
|
|
|
16891
16914
|
.semi-notification-notice-controls {
|
|
16892
16915
|
display: flex;
|
|
16893
16916
|
font-size: 14px;
|
|
16894
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16917
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16895
16918
|
line-height: 20px;
|
|
16896
16919
|
cursor: pointer;
|
|
16897
16920
|
}
|
|
@@ -17112,13 +17135,13 @@ img[src=""], img:not([src]) {
|
|
|
17112
17135
|
list-style: none;
|
|
17113
17136
|
padding: 0;
|
|
17114
17137
|
align-items: center;
|
|
17115
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17138
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17116
17139
|
margin-block-start: 0;
|
|
17117
17140
|
margin-block-end: 0;
|
|
17118
17141
|
}
|
|
17119
17142
|
.semi-page-small {
|
|
17120
17143
|
font-size: 14px;
|
|
17121
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17144
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17122
17145
|
line-height: 20px;
|
|
17123
17146
|
font-weight: 400;
|
|
17124
17147
|
color: var(--semi-color-text-2);
|
|
@@ -17132,7 +17155,7 @@ img[src=""], img:not([src]) {
|
|
|
17132
17155
|
}
|
|
17133
17156
|
.semi-page-item {
|
|
17134
17157
|
font-size: 14px;
|
|
17135
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17158
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17136
17159
|
line-height: 20px;
|
|
17137
17160
|
min-width: 32px;
|
|
17138
17161
|
border: 0px solid transparent;
|
|
@@ -17209,7 +17232,7 @@ img[src=""], img:not([src]) {
|
|
|
17209
17232
|
}
|
|
17210
17233
|
.semi-page-total {
|
|
17211
17234
|
font-size: 14px;
|
|
17212
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17235
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17213
17236
|
line-height: 20px;
|
|
17214
17237
|
color: var(--semi-color-text-2);
|
|
17215
17238
|
}
|
|
@@ -17224,7 +17247,7 @@ img[src=""], img:not([src]) {
|
|
|
17224
17247
|
.semi-page-quickjump {
|
|
17225
17248
|
margin-left: 24px;
|
|
17226
17249
|
font-size: 14px;
|
|
17227
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17250
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17228
17251
|
line-height: 20px;
|
|
17229
17252
|
display: flex;
|
|
17230
17253
|
justify-content: center;
|
|
@@ -17330,7 +17353,7 @@ img[src=""], img:not([src]) {
|
|
|
17330
17353
|
}
|
|
17331
17354
|
.semi-popconfirm-header-title {
|
|
17332
17355
|
font-size: 16px;
|
|
17333
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17356
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17334
17357
|
line-height: 22px;
|
|
17335
17358
|
font-weight: 600;
|
|
17336
17359
|
margin-bottom: 8px;
|
|
@@ -17428,11 +17451,11 @@ img[src=""], img:not([src]) {
|
|
|
17428
17451
|
position: relative;
|
|
17429
17452
|
background-color: var(--semi-color-bg-3);
|
|
17430
17453
|
backdrop-filter: none;
|
|
17431
|
-
box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px
|
|
17454
|
+
box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px 18px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(102, 204, 255, 0);
|
|
17432
17455
|
z-index: 1030;
|
|
17433
17456
|
border-radius: var(--semi-border-radius-medium);
|
|
17434
17457
|
font-size: 14px;
|
|
17435
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17458
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17436
17459
|
line-height: 20px;
|
|
17437
17460
|
opacity: 0;
|
|
17438
17461
|
}
|
|
@@ -17709,7 +17732,7 @@ img[src=""], img:not([src]) {
|
|
|
17709
17732
|
.semi-radio {
|
|
17710
17733
|
box-sizing: border-box;
|
|
17711
17734
|
font-size: 14px;
|
|
17712
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17735
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17713
17736
|
line-height: 20px;
|
|
17714
17737
|
position: relative;
|
|
17715
17738
|
display: inline-flex;
|
|
@@ -17995,7 +18018,7 @@ img[src=""], img:not([src]) {
|
|
|
17995
18018
|
|
|
17996
18019
|
.semi-radioGroup {
|
|
17997
18020
|
font-size: 14px;
|
|
17998
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18021
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17999
18022
|
line-height: 20px;
|
|
18000
18023
|
}
|
|
18001
18024
|
.semi-radioGroup-vertical {
|
|
@@ -18266,7 +18289,7 @@ img[src=""], img:not([src]) {
|
|
|
18266
18289
|
border-radius: var(--semi-border-radius-medium);
|
|
18267
18290
|
overflow: hidden;
|
|
18268
18291
|
font-size: 14px;
|
|
18269
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18292
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18270
18293
|
line-height: 20px;
|
|
18271
18294
|
user-select: none;
|
|
18272
18295
|
display: flex;
|
|
@@ -18282,7 +18305,7 @@ img[src=""], img:not([src]) {
|
|
|
18282
18305
|
font-weight: 600;
|
|
18283
18306
|
color: var(--semi-color-text-0);
|
|
18284
18307
|
font-size: 14px;
|
|
18285
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18308
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18286
18309
|
line-height: 20px;
|
|
18287
18310
|
}
|
|
18288
18311
|
.semi-scrolllist-body {
|
|
@@ -18444,7 +18467,7 @@ img[src=""], img:not([src]) {
|
|
|
18444
18467
|
|
|
18445
18468
|
.semi-select-option {
|
|
18446
18469
|
font-size: 14px;
|
|
18447
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18470
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18448
18471
|
line-height: 20px;
|
|
18449
18472
|
word-break: break-all;
|
|
18450
18473
|
padding-left: 12px;
|
|
@@ -18550,7 +18573,7 @@ img[src=""], img:not([src]) {
|
|
|
18550
18573
|
}
|
|
18551
18574
|
.semi-select-large .semi-select-selection {
|
|
18552
18575
|
font-size: 16px;
|
|
18553
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18576
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18554
18577
|
line-height: 22px;
|
|
18555
18578
|
}
|
|
18556
18579
|
.semi-select-open, .semi-select-focus {
|
|
@@ -18624,7 +18647,7 @@ img[src=""], img:not([src]) {
|
|
|
18624
18647
|
}
|
|
18625
18648
|
.semi-select-selection {
|
|
18626
18649
|
font-size: 14px;
|
|
18627
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18650
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18628
18651
|
line-height: 20px;
|
|
18629
18652
|
height: 100%;
|
|
18630
18653
|
display: flex;
|
|
@@ -18749,7 +18772,7 @@ img[src=""], img:not([src]) {
|
|
|
18749
18772
|
margin: 0px 12px;
|
|
18750
18773
|
color: var(--semi-color-text-2);
|
|
18751
18774
|
font-size: 14px;
|
|
18752
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18775
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18753
18776
|
line-height: 20px;
|
|
18754
18777
|
font-weight: 600;
|
|
18755
18778
|
}
|
|
@@ -18780,7 +18803,7 @@ img[src=""], img:not([src]) {
|
|
|
18780
18803
|
margin: 0px 12px;
|
|
18781
18804
|
font-weight: 600;
|
|
18782
18805
|
font-size: 14px;
|
|
18783
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18806
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18784
18807
|
line-height: 20px;
|
|
18785
18808
|
color: var(--semi-color-text-2);
|
|
18786
18809
|
flex-shrink: 0;
|
|
@@ -18894,7 +18917,7 @@ img[src=""], img:not([src]) {
|
|
|
18894
18917
|
padding-left: 32px;
|
|
18895
18918
|
padding-right: 16px;
|
|
18896
18919
|
font-size: 12px;
|
|
18897
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18920
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18898
18921
|
line-height: 16px;
|
|
18899
18922
|
cursor: default;
|
|
18900
18923
|
}
|
|
@@ -19005,7 +19028,7 @@ img[src=""], img:not([src]) {
|
|
|
19005
19028
|
|
|
19006
19029
|
.semi-sidesheet {
|
|
19007
19030
|
font-size: 14px;
|
|
19008
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19031
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19009
19032
|
line-height: 20px;
|
|
19010
19033
|
position: fixed;
|
|
19011
19034
|
margin: 0;
|
|
@@ -19060,7 +19083,7 @@ img[src=""], img:not([src]) {
|
|
|
19060
19083
|
flex: 1 0 auto;
|
|
19061
19084
|
margin: 0;
|
|
19062
19085
|
font-size: 18px;
|
|
19063
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19086
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19064
19087
|
line-height: 24px;
|
|
19065
19088
|
font-weight: 600;
|
|
19066
19089
|
font-size: 18px;
|
|
@@ -19761,7 +19784,7 @@ img[src=""], img:not([src]) {
|
|
|
19761
19784
|
.semi-steps .semi-steps-item .semi-steps-item-title {
|
|
19762
19785
|
position: relative;
|
|
19763
19786
|
font-size: 18px;
|
|
19764
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19787
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19765
19788
|
line-height: 24px;
|
|
19766
19789
|
font-weight: 600;
|
|
19767
19790
|
width: 100%;
|
|
@@ -19773,7 +19796,7 @@ img[src=""], img:not([src]) {
|
|
|
19773
19796
|
}
|
|
19774
19797
|
.semi-steps .semi-steps-item .semi-steps-item-description {
|
|
19775
19798
|
font-size: 14px;
|
|
19776
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19799
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19777
19800
|
line-height: 20px;
|
|
19778
19801
|
color: var(--semi-color-text-2);
|
|
19779
19802
|
width: 100%;
|
|
@@ -19864,7 +19887,7 @@ img[src=""], img:not([src]) {
|
|
|
19864
19887
|
align-items: center;
|
|
19865
19888
|
justify-content: center;
|
|
19866
19889
|
font-size: 20px;
|
|
19867
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19890
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19868
19891
|
line-height: 28px;
|
|
19869
19892
|
font-weight: 600;
|
|
19870
19893
|
flex-grow: 0;
|
|
@@ -19919,7 +19942,7 @@ img[src=""], img:not([src]) {
|
|
|
19919
19942
|
}
|
|
19920
19943
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-description {
|
|
19921
19944
|
font-size: 12px;
|
|
19922
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19945
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19923
19946
|
line-height: 16px;
|
|
19924
19947
|
color: var(--semi-color-text-2);
|
|
19925
19948
|
width: 100%;
|
|
@@ -19980,7 +20003,7 @@ img[src=""], img:not([src]) {
|
|
|
19980
20003
|
}
|
|
19981
20004
|
.semi-steps-basic.semi-steps-vertical .semi-steps-item .semi-steps-item-description {
|
|
19982
20005
|
font-size: 12px;
|
|
19983
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20006
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19984
20007
|
line-height: 16px;
|
|
19985
20008
|
color: var(--semi-color-text-2);
|
|
19986
20009
|
width: 100%;
|
|
@@ -20034,7 +20057,7 @@ img[src=""], img:not([src]) {
|
|
|
20034
20057
|
width: 24px;
|
|
20035
20058
|
height: 24px;
|
|
20036
20059
|
font-size: 16px;
|
|
20037
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20060
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20038
20061
|
line-height: 22px;
|
|
20039
20062
|
font-weight: 600;
|
|
20040
20063
|
background: var(--semi-color-primary);
|
|
@@ -20046,7 +20069,7 @@ img[src=""], img:not([src]) {
|
|
|
20046
20069
|
position: relative;
|
|
20047
20070
|
display: inline-block;
|
|
20048
20071
|
font-size: 16px;
|
|
20049
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20072
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20050
20073
|
line-height: 22px;
|
|
20051
20074
|
line-height: 24px;
|
|
20052
20075
|
font-weight: 600;
|
|
@@ -20096,7 +20119,7 @@ img[src=""], img:not([src]) {
|
|
|
20096
20119
|
}
|
|
20097
20120
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20098
20121
|
font-size: 14px;
|
|
20099
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20122
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20100
20123
|
line-height: 20px;
|
|
20101
20124
|
}
|
|
20102
20125
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon {
|
|
@@ -20104,7 +20127,7 @@ img[src=""], img:not([src]) {
|
|
|
20104
20127
|
}
|
|
20105
20128
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon .semi-steps-item-number-icon {
|
|
20106
20129
|
font-size: 12px;
|
|
20107
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20130
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20108
20131
|
line-height: 16px;
|
|
20109
20132
|
width: 20px;
|
|
20110
20133
|
height: 20px;
|
|
@@ -20141,7 +20164,7 @@ img[src=""], img:not([src]) {
|
|
|
20141
20164
|
}
|
|
20142
20165
|
.semi-steps-nav .semi-steps-item .semi-steps-item-title {
|
|
20143
20166
|
font-size: 16px;
|
|
20144
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20167
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20145
20168
|
line-height: 22px;
|
|
20146
20169
|
max-width: 17em;
|
|
20147
20170
|
overflow: hidden;
|
|
@@ -20155,7 +20178,7 @@ img[src=""], img:not([src]) {
|
|
|
20155
20178
|
}
|
|
20156
20179
|
.semi-steps-nav.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20157
20180
|
font-size: 14px;
|
|
20158
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20181
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20159
20182
|
line-height: 20px;
|
|
20160
20183
|
}
|
|
20161
20184
|
|
|
@@ -20516,7 +20539,7 @@ img[src=""], img:not([src]) {
|
|
|
20516
20539
|
|
|
20517
20540
|
.semi-table-pagination-info {
|
|
20518
20541
|
font-size: 14px;
|
|
20519
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20542
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20520
20543
|
line-height: 20px;
|
|
20521
20544
|
font-weight: 400;
|
|
20522
20545
|
}
|
|
@@ -20542,7 +20565,7 @@ img[src=""], img:not([src]) {
|
|
|
20542
20565
|
margin: 0;
|
|
20543
20566
|
padding: 0;
|
|
20544
20567
|
font-size: 14px;
|
|
20545
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20568
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20546
20569
|
line-height: 20px;
|
|
20547
20570
|
color: var(--semi-color-text-1);
|
|
20548
20571
|
width: 100%;
|
|
@@ -20883,36 +20906,41 @@ img[src=""], img:not([src]) {
|
|
|
20883
20906
|
.semi-table .semi-table-column-filter.on {
|
|
20884
20907
|
color: var(--semi-color-primary);
|
|
20885
20908
|
}
|
|
20886
|
-
.semi-table-bordered .semi-table-title {
|
|
20909
|
+
.semi-table-bordered > .semi-table-title {
|
|
20887
20910
|
padding-left: 16px;
|
|
20888
20911
|
padding-right: 16px;
|
|
20889
20912
|
border-top: 1px solid var(--semi-color-border-1);
|
|
20890
20913
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20891
20914
|
border-left: 1px solid var(--semi-color-border-1);
|
|
20892
20915
|
}
|
|
20893
|
-
.semi-table-bordered .semi-table-container {
|
|
20916
|
+
.semi-table-bordered > .semi-table-container {
|
|
20894
20917
|
border: 1px solid var(--semi-color-border-1);
|
|
20895
20918
|
border-right: 0;
|
|
20896
20919
|
border-bottom: 0;
|
|
20897
20920
|
}
|
|
20898
|
-
.semi-table-bordered .semi-table-header::-webkit-scrollbar {
|
|
20921
|
+
:where(.semi-table-bordered) > .semi-table-container > .semi-table-header::-webkit-scrollbar {
|
|
20899
20922
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20900
20923
|
}
|
|
20901
|
-
.semi-table-bordered .semi-table-footer {
|
|
20924
|
+
:where(.semi-table-bordered) > .semi-table-container > .semi-table-footer {
|
|
20902
20925
|
border-left: 1px solid var(--semi-color-border-1);
|
|
20903
20926
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20904
20927
|
border-bottom: 1px solid var(--semi-color-border-1);
|
|
20905
20928
|
}
|
|
20906
|
-
.semi-table-bordered .semi-table-
|
|
20929
|
+
:where(.semi-table-bordered > .semi-table-container) > .semi-table-body > .semi-table-placeholder {
|
|
20930
|
+
border-right: 1px solid var(--semi-color-border-1);
|
|
20931
|
+
}
|
|
20932
|
+
:where(.semi-table-bordered > .semi-table-container > .semi-table-body) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head .react-resizable-handle {
|
|
20907
20933
|
background-color: transparent;
|
|
20908
20934
|
}
|
|
20909
|
-
.semi-table-bordered .semi-table-thead > .semi-table-row > .semi-table-row-head,
|
|
20910
|
-
.semi-table-bordered .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
|
|
20935
|
+
:where(.semi-table-bordered > .semi-table-container > .semi-table-body) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head, :where(.semi-table-bordered > .semi-table-container > .semi-table-body) > .semi-table > .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
|
|
20911
20936
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20912
20937
|
}
|
|
20913
|
-
.semi-table-bordered .semi-table-
|
|
20938
|
+
:where(.semi-table-bordered > .semi-table-container > .semi-table-header) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head {
|
|
20914
20939
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20915
20940
|
}
|
|
20941
|
+
:where(.semi-table-bordered > .semi-table-container > .semi-table-header) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head .react-resizable-handle {
|
|
20942
|
+
background-color: transparent;
|
|
20943
|
+
}
|
|
20916
20944
|
.semi-table-placeholder {
|
|
20917
20945
|
position: sticky;
|
|
20918
20946
|
left: 0px;
|
|
@@ -21156,7 +21184,7 @@ img[src=""], img:not([src]) {
|
|
|
21156
21184
|
}
|
|
21157
21185
|
.semi-tabs-bar .semi-tabs-tab {
|
|
21158
21186
|
font-size: 14px;
|
|
21159
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21187
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21160
21188
|
line-height: 20px;
|
|
21161
21189
|
cursor: pointer;
|
|
21162
21190
|
box-sizing: border-box;
|
|
@@ -21217,7 +21245,7 @@ img[src=""], img:not([src]) {
|
|
|
21217
21245
|
}
|
|
21218
21246
|
.semi-tabs-tab-single.semi-tabs-tab {
|
|
21219
21247
|
font-size: 14px;
|
|
21220
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21248
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21221
21249
|
line-height: 20px;
|
|
21222
21250
|
cursor: pointer;
|
|
21223
21251
|
box-sizing: border-box;
|
|
@@ -21880,7 +21908,7 @@ img[src=""], img:not([src]) {
|
|
|
21880
21908
|
}
|
|
21881
21909
|
.semi-tag-default, .semi-tag-small {
|
|
21882
21910
|
font-size: 12px;
|
|
21883
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21911
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21884
21912
|
line-height: 16px;
|
|
21885
21913
|
height: 20px;
|
|
21886
21914
|
padding: 2px 8px;
|
|
@@ -21896,7 +21924,7 @@ img[src=""], img:not([src]) {
|
|
|
21896
21924
|
}
|
|
21897
21925
|
.semi-tag-large {
|
|
21898
21926
|
font-size: 12px;
|
|
21899
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21927
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21900
21928
|
line-height: 16px;
|
|
21901
21929
|
padding: 4px 8px;
|
|
21902
21930
|
height: 24px;
|
|
@@ -22633,7 +22661,7 @@ img[src=""], img:not([src]) {
|
|
|
22633
22661
|
margin: 0 12px;
|
|
22634
22662
|
font-weight: 600;
|
|
22635
22663
|
font-size: 14px;
|
|
22636
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22664
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22637
22665
|
line-height: 20px;
|
|
22638
22666
|
color: var(--semi-color-text-2);
|
|
22639
22667
|
flex-shrink: 0;
|
|
@@ -22649,7 +22677,7 @@ img[src=""], img:not([src]) {
|
|
|
22649
22677
|
font-weight: 600;
|
|
22650
22678
|
white-space: nowrap;
|
|
22651
22679
|
font-size: 14px;
|
|
22652
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22680
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22653
22681
|
line-height: 20px;
|
|
22654
22682
|
}
|
|
22655
22683
|
.semi-tagInput-prefix-icon, .semi-tagInput-suffix-icon {
|
|
@@ -22766,7 +22794,7 @@ img[src=""], img:not([src]) {
|
|
|
22766
22794
|
}
|
|
22767
22795
|
.semi-timepicker .semi-timepicker-input {
|
|
22768
22796
|
font-size: 14px;
|
|
22769
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22797
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22770
22798
|
line-height: 20px;
|
|
22771
22799
|
border-radius: var(--semi-border-radius-small);
|
|
22772
22800
|
align-items: center;
|
|
@@ -22872,7 +22900,7 @@ img[src=""], img:not([src]) {
|
|
|
22872
22900
|
}
|
|
22873
22901
|
.semi-timeline-item-content {
|
|
22874
22902
|
font-size: 14px;
|
|
22875
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22903
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22876
22904
|
line-height: 20px;
|
|
22877
22905
|
position: relative;
|
|
22878
22906
|
margin: 0 0 0 25px;
|
|
@@ -22881,7 +22909,7 @@ img[src=""], img:not([src]) {
|
|
|
22881
22909
|
}
|
|
22882
22910
|
.semi-timeline-item-content-extra, .semi-timeline-item-content-time {
|
|
22883
22911
|
font-size: 12px;
|
|
22884
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22912
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22885
22913
|
line-height: 16px;
|
|
22886
22914
|
color: var(--semi-color-text-2);
|
|
22887
22915
|
margin-top: 4px;
|
|
@@ -23025,9 +23053,9 @@ img[src=""], img:not([src]) {
|
|
|
23025
23053
|
}
|
|
23026
23054
|
.semi-toast-content {
|
|
23027
23055
|
pointer-events: all;
|
|
23028
|
-
box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px
|
|
23056
|
+
box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px 18px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(102, 204, 255, 0);
|
|
23029
23057
|
font-size: 14px;
|
|
23030
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23058
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23031
23059
|
line-height: 20px;
|
|
23032
23060
|
background-color: var(--semi-color-bg-3);
|
|
23033
23061
|
border-radius: var(--semi-border-radius-medium);
|
|
@@ -23178,7 +23206,7 @@ img[src=""], img:not([src]) {
|
|
|
23178
23206
|
word-wrap: break-word;
|
|
23179
23207
|
overflow-wrap: break-word;
|
|
23180
23208
|
font-size: 14px;
|
|
23181
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23209
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23182
23210
|
line-height: 20px;
|
|
23183
23211
|
opacity: 0;
|
|
23184
23212
|
max-width: 240px;
|
|
@@ -23374,7 +23402,7 @@ img[src=""], img:not([src]) {
|
|
|
23374
23402
|
}
|
|
23375
23403
|
.semi-transfer-header {
|
|
23376
23404
|
font-size: 12px;
|
|
23377
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23405
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23378
23406
|
line-height: 16px;
|
|
23379
23407
|
display: flex;
|
|
23380
23408
|
align-items: center;
|
|
@@ -23392,7 +23420,7 @@ img[src=""], img:not([src]) {
|
|
|
23392
23420
|
}
|
|
23393
23421
|
.semi-transfer-header .semi-button {
|
|
23394
23422
|
font-size: 12px;
|
|
23395
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23423
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23396
23424
|
line-height: 16px;
|
|
23397
23425
|
}
|
|
23398
23426
|
.semi-transfer-item {
|
|
@@ -23404,7 +23432,7 @@ img[src=""], img:not([src]) {
|
|
|
23404
23432
|
padding-left: 12px;
|
|
23405
23433
|
user-select: none;
|
|
23406
23434
|
font-size: 14px;
|
|
23407
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23435
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23408
23436
|
line-height: 20px;
|
|
23409
23437
|
display: flex;
|
|
23410
23438
|
align-items: center;
|
|
@@ -23502,7 +23530,7 @@ img[src=""], img:not([src]) {
|
|
|
23502
23530
|
justify-content: center;
|
|
23503
23531
|
align-items: center;
|
|
23504
23532
|
font-size: 12px;
|
|
23505
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23533
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23506
23534
|
line-height: 16px;
|
|
23507
23535
|
color: var(--semi-color-text-2);
|
|
23508
23536
|
}
|
|
@@ -23516,7 +23544,7 @@ img[src=""], img:not([src]) {
|
|
|
23516
23544
|
color: var(--semi-color-text-2);
|
|
23517
23545
|
padding-left: 12px;
|
|
23518
23546
|
font-size: 12px;
|
|
23519
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23547
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23520
23548
|
line-height: 16px;
|
|
23521
23549
|
height: 28px;
|
|
23522
23550
|
display: flex;
|
|
@@ -23596,7 +23624,7 @@ img[src=""], img:not([src]) {
|
|
|
23596
23624
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
23597
23625
|
transform: scale(var(--semi-transform_scale-none));
|
|
23598
23626
|
font-size: 14px;
|
|
23599
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23627
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23600
23628
|
line-height: 20px;
|
|
23601
23629
|
word-break: break-word;
|
|
23602
23630
|
color: var(--semi-color-text-0);
|
|
@@ -24182,7 +24210,7 @@ img[src=""], img:not([src]) {
|
|
|
24182
24210
|
}
|
|
24183
24211
|
.semi-tree-select-selection {
|
|
24184
24212
|
font-size: 14px;
|
|
24185
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24213
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24186
24214
|
line-height: 20px;
|
|
24187
24215
|
height: 100%;
|
|
24188
24216
|
display: inline-flex;
|
|
@@ -24301,7 +24329,7 @@ img[src=""], img:not([src]) {
|
|
|
24301
24329
|
}
|
|
24302
24330
|
.semi-tree-select-large .semi-tree-select-selection {
|
|
24303
24331
|
font-size: 16px;
|
|
24304
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24332
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24305
24333
|
line-height: 22px;
|
|
24306
24334
|
}
|
|
24307
24335
|
.semi-tree-select-arrow {
|
|
@@ -24318,7 +24346,7 @@ img[src=""], img:not([src]) {
|
|
|
24318
24346
|
margin: 0px 12px;
|
|
24319
24347
|
font-weight: 600;
|
|
24320
24348
|
font-size: 14px;
|
|
24321
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24349
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24322
24350
|
line-height: 20px;
|
|
24323
24351
|
color: var(--semi-color-text-2);
|
|
24324
24352
|
flex-shrink: 0;
|
|
@@ -24353,7 +24381,7 @@ img[src=""], img:not([src]) {
|
|
|
24353
24381
|
color: var(--semi-color-text-2);
|
|
24354
24382
|
font-weight: 600;
|
|
24355
24383
|
font-size: 14px;
|
|
24356
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24384
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24357
24385
|
line-height: 20px;
|
|
24358
24386
|
margin: 0px 12px;
|
|
24359
24387
|
}
|
|
@@ -24463,7 +24491,7 @@ img[src=""], img:not([src]) {
|
|
|
24463
24491
|
.semi-typography {
|
|
24464
24492
|
color: var(--semi-color-text-0);
|
|
24465
24493
|
font-size: 14px;
|
|
24466
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24494
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24467
24495
|
line-height: 20px;
|
|
24468
24496
|
}
|
|
24469
24497
|
.semi-typography.semi-typography-secondary {
|
|
@@ -24503,7 +24531,7 @@ img[src=""], img:not([src]) {
|
|
|
24503
24531
|
}
|
|
24504
24532
|
.semi-typography-small {
|
|
24505
24533
|
font-size: 12px;
|
|
24506
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24534
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24507
24535
|
line-height: 16px;
|
|
24508
24536
|
font-weight: 400;
|
|
24509
24537
|
}
|
|
@@ -24604,7 +24632,7 @@ img[src=""], img:not([src]) {
|
|
|
24604
24632
|
h1.semi-typography,
|
|
24605
24633
|
.semi-typography-h1.semi-typography {
|
|
24606
24634
|
font-size: 32px;
|
|
24607
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24635
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24608
24636
|
line-height: 44px;
|
|
24609
24637
|
font-weight: 600;
|
|
24610
24638
|
margin: 0;
|
|
@@ -24633,7 +24661,7 @@ h1.semi-typography.semi-typography-h1-weight-bold,
|
|
|
24633
24661
|
h2.semi-typography,
|
|
24634
24662
|
.semi-typography-h2.semi-typography {
|
|
24635
24663
|
font-size: 28px;
|
|
24636
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24664
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24637
24665
|
line-height: 40px;
|
|
24638
24666
|
font-weight: 600;
|
|
24639
24667
|
margin: 0;
|
|
@@ -24662,7 +24690,7 @@ h2.semi-typography.semi-typography-h2-weight-bold,
|
|
|
24662
24690
|
h3.semi-typography,
|
|
24663
24691
|
.semi-typography-h3.semi-typography {
|
|
24664
24692
|
font-size: 24px;
|
|
24665
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24693
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24666
24694
|
line-height: 32px;
|
|
24667
24695
|
font-weight: 600;
|
|
24668
24696
|
margin: 0;
|
|
@@ -24691,7 +24719,7 @@ h3.semi-typography.semi-typography-h3-weight-bold,
|
|
|
24691
24719
|
h4.semi-typography,
|
|
24692
24720
|
.semi-typography-h4.semi-typography {
|
|
24693
24721
|
font-size: 20px;
|
|
24694
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24722
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24695
24723
|
line-height: 28px;
|
|
24696
24724
|
font-weight: 600;
|
|
24697
24725
|
margin: 0;
|
|
@@ -24720,7 +24748,7 @@ h4.semi-typography.semi-typography-h4-weight-bold,
|
|
|
24720
24748
|
h5.semi-typography,
|
|
24721
24749
|
.semi-typography-h5.semi-typography {
|
|
24722
24750
|
font-size: 18px;
|
|
24723
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24751
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24724
24752
|
line-height: 24px;
|
|
24725
24753
|
font-weight: 600;
|
|
24726
24754
|
margin: 0;
|
|
@@ -24749,7 +24777,7 @@ h5.semi-typography.semi-typography-h5-weight-bold,
|
|
|
24749
24777
|
h6.semi-typography,
|
|
24750
24778
|
.semi-typography-h6.semi-typography {
|
|
24751
24779
|
font-size: 16px;
|
|
24752
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24780
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24753
24781
|
line-height: 22px;
|
|
24754
24782
|
font-weight: 600;
|
|
24755
24783
|
margin: 0;
|
|
@@ -24897,7 +24925,7 @@ p.semi-typography-extended,
|
|
|
24897
24925
|
}
|
|
24898
24926
|
.semi-upload-file-list-title {
|
|
24899
24927
|
font-size: 12px;
|
|
24900
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24928
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24901
24929
|
line-height: 16px;
|
|
24902
24930
|
color: var(--semi-color-text-2);
|
|
24903
24931
|
margin-bottom: 4px;
|
|
@@ -24973,14 +25001,14 @@ p.semi-typography-extended,
|
|
|
24973
25001
|
white-space: nowrap;
|
|
24974
25002
|
display: inline-block;
|
|
24975
25003
|
font-size: 14px;
|
|
24976
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25004
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24977
25005
|
line-height: 20px;
|
|
24978
25006
|
font-weight: 600;
|
|
24979
25007
|
color: var(--semi-color-text-0);
|
|
24980
25008
|
}
|
|
24981
25009
|
.semi-upload-file-card-info-size {
|
|
24982
25010
|
font-size: 12px;
|
|
24983
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25011
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24984
25012
|
line-height: 16px;
|
|
24985
25013
|
font-weight: 400;
|
|
24986
25014
|
margin-left: 8px;
|
|
@@ -24994,7 +25022,7 @@ p.semi-typography-extended,
|
|
|
24994
25022
|
}
|
|
24995
25023
|
.semi-upload-file-card-info-validate-message {
|
|
24996
25024
|
font-size: 12px;
|
|
24997
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25025
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24998
25026
|
line-height: 16px;
|
|
24999
25027
|
display: flex;
|
|
25000
25028
|
align-items: center;
|
|
@@ -25002,7 +25030,7 @@ p.semi-typography-extended,
|
|
|
25002
25030
|
}
|
|
25003
25031
|
.semi-upload-file-card-info-retry {
|
|
25004
25032
|
font-size: 12px;
|
|
25005
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25033
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25006
25034
|
line-height: 16px;
|
|
25007
25035
|
color: var(--semi-color-primary);
|
|
25008
25036
|
cursor: pointer;
|
|
@@ -25277,7 +25305,7 @@ p.semi-typography-extended,
|
|
|
25277
25305
|
.semi-upload-drag-area-main-text {
|
|
25278
25306
|
cursor: pointer;
|
|
25279
25307
|
font-size: 14px;
|
|
25280
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25308
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25281
25309
|
line-height: 20px;
|
|
25282
25310
|
margin-bottom: 4px;
|
|
25283
25311
|
color: var(--semi-color-text-0);
|
|
@@ -25291,7 +25319,7 @@ p.semi-typography-extended,
|
|
|
25291
25319
|
.semi-upload-drag-area-sub-text {
|
|
25292
25320
|
cursor: pointer;
|
|
25293
25321
|
font-size: 12px;
|
|
25294
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25322
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25295
25323
|
line-height: 16px;
|
|
25296
25324
|
color: var(--semi-color-text-0);
|
|
25297
25325
|
}
|
|
@@ -25303,7 +25331,7 @@ p.semi-typography-extended,
|
|
|
25303
25331
|
}
|
|
25304
25332
|
.semi-upload-drag-area-tips {
|
|
25305
25333
|
font-size: 12px;
|
|
25306
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25334
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25307
25335
|
line-height: 16px;
|
|
25308
25336
|
font-weight: 600;
|
|
25309
25337
|
}
|
|
@@ -26067,7 +26095,7 @@ p.semi-typography-extended,
|
|
|
26067
26095
|
padding: 5px 12px;
|
|
26068
26096
|
box-shadow: none;
|
|
26069
26097
|
font-size: 14px;
|
|
26070
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26098
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26071
26099
|
line-height: 20px;
|
|
26072
26100
|
background-color: transparent;
|
|
26073
26101
|
border: 0 solid transparent;
|
|
@@ -26106,7 +26134,7 @@ p.semi-typography-extended,
|
|
|
26106
26134
|
}
|
|
26107
26135
|
.semi-input-textarea-counter {
|
|
26108
26136
|
font-size: 12px;
|
|
26109
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26137
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26110
26138
|
line-height: 16px;
|
|
26111
26139
|
display: flex;
|
|
26112
26140
|
flex-direction: column;
|