@semi-bot/semi-theme-seek 1.9.83 → 1.9.85
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 +1 -1
- package/package.json +1 -1
- package/raw.json +17 -13
- package/scss/_font.scss +8 -8
- package/scss/global.scss +10 -6
- package/scss/variables.scss +1 -1
- package/semi.css +172 -163
- 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);
|
|
@@ -414,6 +414,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
414
414
|
--semi-color-shadow: rgba(var(--semi-black), 0.04);
|
|
415
415
|
--semi-color-black-50: rgba(0,0,0,0.5);
|
|
416
416
|
--semi-color-black-70: rgba(0,0,0,0.7);
|
|
417
|
+
--semi-color-white-50: rgba(255,255,255,0.5);
|
|
417
418
|
--semi-color-border-1: rgba(var(--semi-grey-9),0.12);
|
|
418
419
|
--semi-color-border-2: rgba(var(--semi-grey-9),0.06);
|
|
419
420
|
--semi-color-card-hover: rgba(var(--semi-grey-1),0.8);
|
|
@@ -455,7 +456,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
455
456
|
--semi-color-tertiary-hover: rgba(var(--semi-grey-2),0.6);
|
|
456
457
|
--semi-color-Timecode-border: rgba(var(--semi-green-6),1);
|
|
457
458
|
--semi-color-disabled-border: rgba(var(--semi-grey-1), 1);
|
|
458
|
-
--semi-color-primary-disabled: rgba(var(--semi-brand-
|
|
459
|
+
--semi-color-primary-disabled: rgba(var(--semi-brand-5),0.3);
|
|
459
460
|
--semi-color-success-disabled: rgba(var(--semi-green-1),1);
|
|
460
461
|
--semi-color-tertiary-active: rgba(var(--semi-grey-2),1);
|
|
461
462
|
--semi-color-secondary-hover: rgba(var(--semi-light-blue-6), 1);
|
|
@@ -486,7 +487,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
486
487
|
--semi-color-button-Radio-bg-active: rgba(255,255,255,1);
|
|
487
488
|
--semi-color-secondary-light-active: rgba(var(--semi-blue-2), 1);
|
|
488
489
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-0), 1);
|
|
489
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
490
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
490
491
|
-webkit-font-smoothing: antialiased;
|
|
491
492
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(3,3,3,0.4),0px 6px 16px -1px rgba(0,0,0,0.10),0px 0px 0px 0px rgba(102,204,255,0);
|
|
492
493
|
--semi-shadow-0: none;
|
|
@@ -513,7 +514,7 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
513
514
|
--semi-color-info: rgba(var(--semi-blue-5), 1);
|
|
514
515
|
--semi-color-link: rgba(var(--semi-blue-5), 1);
|
|
515
516
|
--semi-color-nav-bg: rgba(35, 36, 41, 1);
|
|
516
|
-
--semi-color-appbg: rgba(
|
|
517
|
+
--semi-color-appbg: rgba(164,164,164,1);
|
|
517
518
|
--semi-color-black: rgba(0,0,0,1);
|
|
518
519
|
--semi-color-data-0: rgba(94,109,194,1);
|
|
519
520
|
--semi-color-data-1: rgba(8, 104, 120, 1);
|
|
@@ -560,6 +561,7 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
560
561
|
--semi-color-black-50: rgba(0,0,0,0.5);
|
|
561
562
|
--semi-color-black-70: rgba(0,0,0,0.7);
|
|
562
563
|
--semi-color-Drag-hover: rgba(var(--semi-blue-9),0.5);
|
|
564
|
+
--semi-color-Tabs-hover: rgba(255,255,255,0.04);
|
|
563
565
|
--semi-color-border-1: rgba(255,255,255,0.12);
|
|
564
566
|
--semi-color-border-2: rgba(255,255,255,0.06);
|
|
565
567
|
--semi-color-card-hover: rgba(255,255,255,0.1);
|
|
@@ -571,9 +573,11 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
571
573
|
--semi-color-success: rgba(var(--semi-green-5),1);
|
|
572
574
|
--semi-color-warning: rgba(var(--semi-orange-5), 1);
|
|
573
575
|
--semi-color-Drag-active: rgba(var(--semi-blue-4),1);
|
|
576
|
+
--semi-color-Tabs-active: rgba(255,255,255,0.08);
|
|
574
577
|
--semi-color-card-active: rgba(255,255,255,0.16);
|
|
575
578
|
--semi-color-info-active: rgba(var(--semi-blue-7), 1);
|
|
576
579
|
--semi-color-link-active: rgba(var(--semi-blue-7), 1);
|
|
580
|
+
--semi-color-Tabs-default: rgba(255,255,255,0);
|
|
577
581
|
--semi-color-card-default: rgba(255,255,255,0.06);
|
|
578
582
|
--semi-color-link-visited: rgba(var(--semi-blue-5), 1);
|
|
579
583
|
--semi-color-modal-bg: rgba(var(--semi-grey-0),0.7);
|
|
@@ -644,7 +648,7 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
644
648
|
--semi-color-button-Radio-bg-active: rgba(var(--semi-blue-7),1);
|
|
645
649
|
--semi-color-secondary-light-active: rgba(var(--semi-light-blue-5), 0.4);
|
|
646
650
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-5), 0.2);
|
|
647
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
651
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
648
652
|
-webkit-font-smoothing: antialiased;
|
|
649
653
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(3,3,3,0.4),0px 6px 16px -1px rgba(0,0,0,0.10),0px 0px 0px 0px rgba(102,204,255,0);
|
|
650
654
|
--semi-shadow-0: none;
|
|
@@ -1376,7 +1380,7 @@ body, :host {
|
|
|
1376
1380
|
padding: 8px 20px;
|
|
1377
1381
|
color: var(--semi-color-text-0);
|
|
1378
1382
|
font-size: 14px;
|
|
1379
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1383
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1380
1384
|
line-height: 20px;
|
|
1381
1385
|
}
|
|
1382
1386
|
.semi-aiChatInput-suggestion-item-active {
|
|
@@ -1421,7 +1425,7 @@ body, :host {
|
|
|
1421
1425
|
flex-wrap: wrap;
|
|
1422
1426
|
margin-bottom: 8px;
|
|
1423
1427
|
font-size: 12px;
|
|
1424
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1428
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1425
1429
|
line-height: 16px;
|
|
1426
1430
|
color: var(--semi-color-text-2);
|
|
1427
1431
|
column-gap: 4px;
|
|
@@ -1583,7 +1587,7 @@ body, :host {
|
|
|
1583
1587
|
.semi-aiChatInput-footer-configure-mcp-header {
|
|
1584
1588
|
padding: 8px 16px 0px;
|
|
1585
1589
|
font-size: 12px;
|
|
1586
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1590
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1587
1591
|
line-height: 16px;
|
|
1588
1592
|
height: 16px;
|
|
1589
1593
|
align-items: center;
|
|
@@ -1599,7 +1603,7 @@ body, :host {
|
|
|
1599
1603
|
border: 0px;
|
|
1600
1604
|
height: fit-content;
|
|
1601
1605
|
font-size: 12px;
|
|
1602
|
-
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;
|
|
1603
1607
|
line-height: 16px;
|
|
1604
1608
|
}
|
|
1605
1609
|
.semi-aiChatInput-attachment {
|
|
@@ -1644,7 +1648,7 @@ body, :host {
|
|
|
1644
1648
|
text-overflow: ellipsis;
|
|
1645
1649
|
color: var(--semi-color-text-0);
|
|
1646
1650
|
font-size: 12px;
|
|
1647
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1651
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1648
1652
|
line-height: 16px;
|
|
1649
1653
|
font-weight: 600;
|
|
1650
1654
|
}
|
|
@@ -1655,7 +1659,7 @@ body, :host {
|
|
|
1655
1659
|
column-gap: 4px;
|
|
1656
1660
|
color: var(--semi-color-text-2);
|
|
1657
1661
|
font-size: 12px;
|
|
1658
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1662
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1659
1663
|
line-height: 16px;
|
|
1660
1664
|
text-transform: uppercase;
|
|
1661
1665
|
}
|
|
@@ -1795,7 +1799,7 @@ body, :host {
|
|
|
1795
1799
|
}
|
|
1796
1800
|
.semi-aiChatInput-editor-content .tiptap .select-slot {
|
|
1797
1801
|
font-size: 14px;
|
|
1798
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1802
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1799
1803
|
line-height: 20px;
|
|
1800
1804
|
height: 24px;
|
|
1801
1805
|
padding: 2px 4px;
|
|
@@ -1864,7 +1868,7 @@ body, :host {
|
|
|
1864
1868
|
|
|
1865
1869
|
.semi-anchor {
|
|
1866
1870
|
font-size: 14px;
|
|
1867
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1871
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1868
1872
|
line-height: 20px;
|
|
1869
1873
|
overflow-y: auto;
|
|
1870
1874
|
overflow-x: hidden;
|
|
@@ -1872,7 +1876,7 @@ body, :host {
|
|
|
1872
1876
|
}
|
|
1873
1877
|
.semi-anchor-size-small {
|
|
1874
1878
|
font-size: 12px;
|
|
1875
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1879
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1876
1880
|
line-height: 16px;
|
|
1877
1881
|
}
|
|
1878
1882
|
.semi-anchor-slide {
|
|
@@ -1955,7 +1959,7 @@ body, :host {
|
|
|
1955
1959
|
}
|
|
1956
1960
|
.semi-anchor-link-tooltip-small {
|
|
1957
1961
|
font-size: 12px;
|
|
1958
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1962
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1959
1963
|
line-height: 16px;
|
|
1960
1964
|
}
|
|
1961
1965
|
.semi-anchor-link-tooltip:hover {
|
|
@@ -2174,7 +2178,7 @@ body, :host {
|
|
|
2174
2178
|
|
|
2175
2179
|
.semi-autocomplete-option {
|
|
2176
2180
|
font-size: 14px;
|
|
2177
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2181
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2178
2182
|
line-height: 20px;
|
|
2179
2183
|
word-break: break-all;
|
|
2180
2184
|
padding-left: 12px;
|
|
@@ -2299,7 +2303,7 @@ body, :host {
|
|
|
2299
2303
|
display: flex;
|
|
2300
2304
|
align-items: center;
|
|
2301
2305
|
font-size: 14px;
|
|
2302
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2306
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2303
2307
|
line-height: 20px;
|
|
2304
2308
|
font-weight: 600;
|
|
2305
2309
|
}
|
|
@@ -2339,7 +2343,7 @@ body, :host {
|
|
|
2339
2343
|
}
|
|
2340
2344
|
.semi-avatar-small .semi-avatar-label {
|
|
2341
2345
|
font-size: 12px;
|
|
2342
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2346
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2343
2347
|
line-height: 16px;
|
|
2344
2348
|
}
|
|
2345
2349
|
.semi-avatar-default {
|
|
@@ -2349,7 +2353,7 @@ body, :host {
|
|
|
2349
2353
|
}
|
|
2350
2354
|
.semi-avatar-default .semi-avatar-label {
|
|
2351
2355
|
font-size: 18px;
|
|
2352
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2356
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2353
2357
|
line-height: 24px;
|
|
2354
2358
|
}
|
|
2355
2359
|
.semi-avatar-medium {
|
|
@@ -2359,7 +2363,7 @@ body, :host {
|
|
|
2359
2363
|
}
|
|
2360
2364
|
.semi-avatar-medium .semi-avatar-label {
|
|
2361
2365
|
font-size: 20px;
|
|
2362
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2366
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2363
2367
|
line-height: 28px;
|
|
2364
2368
|
}
|
|
2365
2369
|
.semi-avatar-large {
|
|
@@ -2369,7 +2373,7 @@ body, :host {
|
|
|
2369
2373
|
}
|
|
2370
2374
|
.semi-avatar-large .semi-avatar-label {
|
|
2371
2375
|
font-size: 32px;
|
|
2372
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2376
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2373
2377
|
line-height: 44px;
|
|
2374
2378
|
}
|
|
2375
2379
|
.semi-avatar-extra-large {
|
|
@@ -3017,7 +3021,7 @@ body, :host {
|
|
|
3017
3021
|
z-index: 1;
|
|
3018
3022
|
text-align: center;
|
|
3019
3023
|
font-size: 12px;
|
|
3020
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3024
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3021
3025
|
line-height: 16px;
|
|
3022
3026
|
font-weight: 400;
|
|
3023
3027
|
color: var(--semi-color-bg-2);
|
|
@@ -3243,13 +3247,13 @@ body, :host {
|
|
|
3243
3247
|
}
|
|
3244
3248
|
.semi-breadcrumb-wrapper-loose {
|
|
3245
3249
|
font-size: 14px;
|
|
3246
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3250
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3247
3251
|
line-height: 20px;
|
|
3248
3252
|
font-size: 14px;
|
|
3249
3253
|
}
|
|
3250
3254
|
.semi-breadcrumb-wrapper-compact {
|
|
3251
3255
|
font-size: 12px;
|
|
3252
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3256
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3253
3257
|
line-height: 16px;
|
|
3254
3258
|
font-size: 12px;
|
|
3255
3259
|
}
|
|
@@ -3926,7 +3930,7 @@ body, :host {
|
|
|
3926
3930
|
.semi-calendar-day .semi-calendar-tag,
|
|
3927
3931
|
.semi-calendar-week .semi-calendar-tag {
|
|
3928
3932
|
font-size: 14px;
|
|
3929
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3933
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3930
3934
|
line-height: 20px;
|
|
3931
3935
|
min-width: 70px;
|
|
3932
3936
|
color: var(--semi-color-text-2);
|
|
@@ -4042,7 +4046,7 @@ body, :host {
|
|
|
4042
4046
|
.semi-calendar-day .semi-calendar-time-item span,
|
|
4043
4047
|
.semi-calendar-week .semi-calendar-time-item span {
|
|
4044
4048
|
font-size: 14px;
|
|
4045
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4049
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4046
4050
|
line-height: 20px;
|
|
4047
4051
|
display: block;
|
|
4048
4052
|
position: relative;
|
|
@@ -4093,7 +4097,7 @@ body, :host {
|
|
|
4093
4097
|
display: flex;
|
|
4094
4098
|
align-items: flex-start;
|
|
4095
4099
|
font-size: 14px;
|
|
4096
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4100
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4097
4101
|
line-height: 20px;
|
|
4098
4102
|
color: var(--semi-color-text-2);
|
|
4099
4103
|
}
|
|
@@ -4155,7 +4159,7 @@ body, :host {
|
|
|
4155
4159
|
}
|
|
4156
4160
|
.semi-calendar-week .semi-calendar-all-day .semi-calendar-event-items .semi-calendar-event-allday > * {
|
|
4157
4161
|
font-size: 14px;
|
|
4158
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4162
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4159
4163
|
line-height: 20px;
|
|
4160
4164
|
}
|
|
4161
4165
|
.semi-calendar-week .semi-calendar-week-tag {
|
|
@@ -4172,7 +4176,7 @@ body, :host {
|
|
|
4172
4176
|
height: 100%;
|
|
4173
4177
|
overflow: hidden;
|
|
4174
4178
|
font-size: 14px;
|
|
4175
|
-
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;
|
|
4176
4180
|
line-height: 20px;
|
|
4177
4181
|
}
|
|
4178
4182
|
.semi-calendar-month-grid-wrapper {
|
|
@@ -4226,7 +4230,7 @@ body, :host {
|
|
|
4226
4230
|
}
|
|
4227
4231
|
.semi-calendar-month-skeleton li span {
|
|
4228
4232
|
font-size: 14px;
|
|
4229
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4233
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4230
4234
|
line-height: 20px;
|
|
4231
4235
|
}
|
|
4232
4236
|
.semi-calendar-month-skeleton li:last-child {
|
|
@@ -4237,7 +4241,7 @@ body, :host {
|
|
|
4237
4241
|
}
|
|
4238
4242
|
.semi-calendar-month-skeleton .semi-calendar-month-event-card-wrapper {
|
|
4239
4243
|
font-size: 14px;
|
|
4240
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4244
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4241
4245
|
line-height: 20px;
|
|
4242
4246
|
display: block;
|
|
4243
4247
|
position: absolute;
|
|
@@ -4274,7 +4278,7 @@ body, :host {
|
|
|
4274
4278
|
}
|
|
4275
4279
|
.semi-calendar-month-weekrow .semi-calendar-event-items .semi-calendar-event-month > * {
|
|
4276
4280
|
font-size: 14px;
|
|
4277
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4281
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4278
4282
|
line-height: 20px;
|
|
4279
4283
|
}
|
|
4280
4284
|
.semi-calendar-month-date {
|
|
@@ -4314,7 +4318,7 @@ body, :host {
|
|
|
4314
4318
|
}
|
|
4315
4319
|
.semi-calendar-month-event-card-header-info-date {
|
|
4316
4320
|
font-size: 20px;
|
|
4317
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4321
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4318
4322
|
line-height: 28px;
|
|
4319
4323
|
margin-top: 4px;
|
|
4320
4324
|
}
|
|
@@ -4986,7 +4990,7 @@ body, :host {
|
|
|
4986
4990
|
}
|
|
4987
4991
|
.semi-cascader-large .semi-cascader-selection {
|
|
4988
4992
|
font-size: 16px;
|
|
4989
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4993
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4990
4994
|
line-height: 22px;
|
|
4991
4995
|
}
|
|
4992
4996
|
.semi-cascader-large .semi-cascader-selection {
|
|
@@ -5042,7 +5046,7 @@ body, :host {
|
|
|
5042
5046
|
}
|
|
5043
5047
|
.semi-cascader-selection {
|
|
5044
5048
|
font-size: 14px;
|
|
5045
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5049
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5046
5050
|
line-height: 20px;
|
|
5047
5051
|
height: 100%;
|
|
5048
5052
|
display: inline-flex;
|
|
@@ -5156,7 +5160,7 @@ body, :host {
|
|
|
5156
5160
|
margin: 0 12px;
|
|
5157
5161
|
font-weight: 600;
|
|
5158
5162
|
font-size: 14px;
|
|
5159
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5163
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5160
5164
|
line-height: 20px;
|
|
5161
5165
|
color: var(--semi-color-text-2);
|
|
5162
5166
|
}
|
|
@@ -5169,7 +5173,7 @@ body, :host {
|
|
|
5169
5173
|
margin: 0 12px;
|
|
5170
5174
|
font-weight: 600;
|
|
5171
5175
|
font-size: 14px;
|
|
5172
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5176
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5173
5177
|
line-height: 20px;
|
|
5174
5178
|
color: var(--semi-color-text-2);
|
|
5175
5179
|
flex-shrink: 0;
|
|
@@ -5213,7 +5217,7 @@ body, :host {
|
|
|
5213
5217
|
}
|
|
5214
5218
|
.semi-cascader-popover .semi-cascader-option-lists .semi-cascader-option-empty {
|
|
5215
5219
|
font-size: 14px;
|
|
5216
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5220
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5217
5221
|
line-height: 20px;
|
|
5218
5222
|
border-radius: var(--semi-border-radius-medium);
|
|
5219
5223
|
color: var(--semi-color-disabled-text);
|
|
@@ -5307,7 +5311,7 @@ body, :host {
|
|
|
5307
5311
|
cursor: pointer;
|
|
5308
5312
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
5309
5313
|
font-size: 14px;
|
|
5310
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5314
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5311
5315
|
line-height: 20px;
|
|
5312
5316
|
min-width: min-content;
|
|
5313
5317
|
word-break: break-all;
|
|
@@ -5980,7 +5984,7 @@ body, :host {
|
|
|
5980
5984
|
display: flex;
|
|
5981
5985
|
align-items: flex-start;
|
|
5982
5986
|
font-size: 14px;
|
|
5983
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5987
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5984
5988
|
line-height: 20px;
|
|
5985
5989
|
cursor: pointer;
|
|
5986
5990
|
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);
|
|
@@ -6241,7 +6245,7 @@ body, :host {
|
|
|
6241
6245
|
|
|
6242
6246
|
.semi-checkboxGroup {
|
|
6243
6247
|
font-size: 14px;
|
|
6244
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6248
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6245
6249
|
line-height: 20px;
|
|
6246
6250
|
line-height: 14px;
|
|
6247
6251
|
}
|
|
@@ -6455,7 +6459,7 @@ body, :host {
|
|
|
6455
6459
|
color: var(--semi-color-text-0);
|
|
6456
6460
|
font-weight: 600;
|
|
6457
6461
|
font-size: 14px;
|
|
6458
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6462
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6459
6463
|
line-height: 20px;
|
|
6460
6464
|
}
|
|
6461
6465
|
.semi-collapse-header-right {
|
|
@@ -6499,7 +6503,7 @@ body, :host {
|
|
|
6499
6503
|
padding: 4px 16px 8px 16px;
|
|
6500
6504
|
color: var(--semi-color-text-1);
|
|
6501
6505
|
font-size: 14px;
|
|
6502
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6506
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6503
6507
|
line-height: 20px;
|
|
6504
6508
|
}
|
|
6505
6509
|
.semi-collapse-content p {
|
|
@@ -6814,7 +6818,7 @@ body, :host {
|
|
|
6814
6818
|
.semi-datepicker-month-grid .semi-scrolllist-header-title {
|
|
6815
6819
|
padding: 0;
|
|
6816
6820
|
font-size: 14px;
|
|
6817
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6821
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6818
6822
|
line-height: 20px;
|
|
6819
6823
|
min-height: 24px;
|
|
6820
6824
|
line-height: 24px;
|
|
@@ -6903,7 +6907,7 @@ body, :host {
|
|
|
6903
6907
|
}
|
|
6904
6908
|
.semi-datepicker-navigation-month {
|
|
6905
6909
|
font-size: 16px;
|
|
6906
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6910
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6907
6911
|
line-height: 22px;
|
|
6908
6912
|
flex-grow: 1;
|
|
6909
6913
|
text-align: center;
|
|
@@ -6921,7 +6925,7 @@ body, :host {
|
|
|
6921
6925
|
}
|
|
6922
6926
|
.semi-datepicker-weekday {
|
|
6923
6927
|
font-size: 12px;
|
|
6924
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6928
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6925
6929
|
line-height: 16px;
|
|
6926
6930
|
font-weight: 600;
|
|
6927
6931
|
color: var(--semi-color-text-2);
|
|
@@ -7442,7 +7446,7 @@ body, :host {
|
|
|
7442
7446
|
font-weight: 600;
|
|
7443
7447
|
font-size: 14px;
|
|
7444
7448
|
line-height: 20px;
|
|
7445
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7449
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7446
7450
|
white-space: nowrap;
|
|
7447
7451
|
color: var(--semi-color-text-2);
|
|
7448
7452
|
}
|
|
@@ -7467,7 +7471,7 @@ body, :host {
|
|
|
7467
7471
|
*/
|
|
7468
7472
|
.semi-datepicker-compact {
|
|
7469
7473
|
font-size: 12px;
|
|
7470
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7474
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7471
7475
|
line-height: 16px;
|
|
7472
7476
|
line-height: 20px;
|
|
7473
7477
|
}
|
|
@@ -7500,7 +7504,7 @@ body, :host {
|
|
|
7500
7504
|
}
|
|
7501
7505
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist {
|
|
7502
7506
|
font-size: 12px;
|
|
7503
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7507
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7504
7508
|
line-height: 16px;
|
|
7505
7509
|
line-height: 20px;
|
|
7506
7510
|
}
|
|
@@ -7544,7 +7548,7 @@ body, :host {
|
|
|
7544
7548
|
}
|
|
7545
7549
|
.semi-datepicker-compact.semi-datepicker-panel-yam .semi-scrolllist {
|
|
7546
7550
|
font-size: 12px;
|
|
7547
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7551
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7548
7552
|
line-height: 16px;
|
|
7549
7553
|
line-height: 20px;
|
|
7550
7554
|
}
|
|
@@ -7566,7 +7570,7 @@ body, :host {
|
|
|
7566
7570
|
}
|
|
7567
7571
|
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
|
|
7568
7572
|
font-size: 12px;
|
|
7569
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7573
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7570
7574
|
line-height: 16px;
|
|
7571
7575
|
line-height: 20px;
|
|
7572
7576
|
}
|
|
@@ -8023,7 +8027,7 @@ body, :host {
|
|
|
8023
8027
|
.semi-descriptions-key {
|
|
8024
8028
|
font-weight: normal;
|
|
8025
8029
|
font-size: 14px;
|
|
8026
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8030
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8027
8031
|
line-height: 20px;
|
|
8028
8032
|
min-height: 14px;
|
|
8029
8033
|
white-space: nowrap;
|
|
@@ -8032,7 +8036,7 @@ body, :host {
|
|
|
8032
8036
|
.semi-descriptions-value {
|
|
8033
8037
|
font-weight: normal;
|
|
8034
8038
|
font-size: 14px;
|
|
8035
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8039
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8036
8040
|
line-height: 20px;
|
|
8037
8041
|
color: var(--semi-color-text-0);
|
|
8038
8042
|
}
|
|
@@ -8082,14 +8086,14 @@ body, :host {
|
|
|
8082
8086
|
}
|
|
8083
8087
|
.semi-descriptions-double-small .semi-descriptions-key {
|
|
8084
8088
|
font-size: 12px;
|
|
8085
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8089
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8086
8090
|
line-height: 16px;
|
|
8087
8091
|
padding-bottom: 0;
|
|
8088
8092
|
font-size: 12px;
|
|
8089
8093
|
}
|
|
8090
8094
|
.semi-descriptions-double-small .semi-descriptions-value {
|
|
8091
8095
|
font-size: 16px;
|
|
8092
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8096
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8093
8097
|
line-height: 22px;
|
|
8094
8098
|
font-size: 16px;
|
|
8095
8099
|
}
|
|
@@ -8102,7 +8106,7 @@ body, :host {
|
|
|
8102
8106
|
}
|
|
8103
8107
|
.semi-descriptions-double-medium .semi-descriptions-value {
|
|
8104
8108
|
font-size: 20px;
|
|
8105
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8109
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8106
8110
|
line-height: 28px;
|
|
8107
8111
|
font-size: 20px;
|
|
8108
8112
|
}
|
|
@@ -8115,7 +8119,7 @@ body, :host {
|
|
|
8115
8119
|
}
|
|
8116
8120
|
.semi-descriptions-double-large .semi-descriptions-value {
|
|
8117
8121
|
font-size: 28px;
|
|
8118
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8122
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8119
8123
|
line-height: 40px;
|
|
8120
8124
|
font-size: 28px;
|
|
8121
8125
|
}
|
|
@@ -8264,7 +8268,7 @@ body, :host {
|
|
|
8264
8268
|
|
|
8265
8269
|
.semi-dropdown {
|
|
8266
8270
|
font-size: 14px;
|
|
8267
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8271
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8268
8272
|
line-height: 20px;
|
|
8269
8273
|
}
|
|
8270
8274
|
.semi-dropdown-wrapper {
|
|
@@ -8295,7 +8299,7 @@ body, :host {
|
|
|
8295
8299
|
padding-left: 16px;
|
|
8296
8300
|
padding-right: 16px;
|
|
8297
8301
|
font-size: 12px;
|
|
8298
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8302
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8299
8303
|
line-height: 16px;
|
|
8300
8304
|
cursor: default;
|
|
8301
8305
|
}
|
|
@@ -8696,7 +8700,7 @@ body, :host {
|
|
|
8696
8700
|
display: inline-block;
|
|
8697
8701
|
vertical-align: middle;
|
|
8698
8702
|
font-size: 14px;
|
|
8699
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8703
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8700
8704
|
line-height: 20px;
|
|
8701
8705
|
flex-shrink: 0;
|
|
8702
8706
|
}
|
|
@@ -8731,7 +8735,7 @@ body, :host {
|
|
|
8731
8735
|
}
|
|
8732
8736
|
.semi-form-field-error-message, .semi-form-field-help-text {
|
|
8733
8737
|
font-size: 14px;
|
|
8734
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8738
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8735
8739
|
line-height: 20px;
|
|
8736
8740
|
display: flex;
|
|
8737
8741
|
align-items: center;
|
|
@@ -8818,7 +8822,7 @@ body, :host {
|
|
|
8818
8822
|
.semi-form-field-extra-string {
|
|
8819
8823
|
color: var(--semi-color-tertiary);
|
|
8820
8824
|
font-size: 14px;
|
|
8821
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8825
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8822
8826
|
line-height: 20px;
|
|
8823
8827
|
}
|
|
8824
8828
|
|
|
@@ -8852,7 +8856,7 @@ body, :host {
|
|
|
8852
8856
|
margin-block-start: 0;
|
|
8853
8857
|
margin-block-end: 0;
|
|
8854
8858
|
font-size: 18px;
|
|
8855
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8859
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8856
8860
|
line-height: 24px;
|
|
8857
8861
|
font-weight: 600;
|
|
8858
8862
|
width: 100%;
|
|
@@ -14287,7 +14291,7 @@ body, :host {
|
|
|
14287
14291
|
}
|
|
14288
14292
|
.semi-hotKeys-content {
|
|
14289
14293
|
font-size: 12px;
|
|
14290
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14294
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14291
14295
|
line-height: 16px;
|
|
14292
14296
|
border-radius: 2px;
|
|
14293
14297
|
height: 20px;
|
|
@@ -14298,7 +14302,7 @@ body, :host {
|
|
|
14298
14302
|
}
|
|
14299
14303
|
.semi-hotKeys-split {
|
|
14300
14304
|
font-size: 12px;
|
|
14301
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14305
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14302
14306
|
line-height: 16px;
|
|
14303
14307
|
margin: 0 3px;
|
|
14304
14308
|
color: var(--semi-color-text-0);
|
|
@@ -14398,7 +14402,7 @@ body, :host {
|
|
|
14398
14402
|
right: 0;
|
|
14399
14403
|
font-weight: normal;
|
|
14400
14404
|
font-size: 14px;
|
|
14401
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14405
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14402
14406
|
line-height: 20px;
|
|
14403
14407
|
color: var(--semi-color-white);
|
|
14404
14408
|
height: 60px;
|
|
@@ -14445,7 +14449,7 @@ body, :host {
|
|
|
14445
14449
|
user-select: none;
|
|
14446
14450
|
color: var(--semi-color-white);
|
|
14447
14451
|
font-size: 16px;
|
|
14448
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14452
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14449
14453
|
line-height: 22px;
|
|
14450
14454
|
margin: 0 12px;
|
|
14451
14455
|
}
|
|
@@ -14580,7 +14584,7 @@ img[src=""], img:not([src]) {
|
|
|
14580
14584
|
vertical-align: middle;
|
|
14581
14585
|
box-shadow: none;
|
|
14582
14586
|
font-size: 14px;
|
|
14583
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14587
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14584
14588
|
line-height: 20px;
|
|
14585
14589
|
background-color: var(--semi-color-input-bg);
|
|
14586
14590
|
border: 1px var(--semi-color-border-1) solid;
|
|
@@ -14596,21 +14600,21 @@ img[src=""], img:not([src]) {
|
|
|
14596
14600
|
.semi-input-wrapper-default {
|
|
14597
14601
|
height: 32px;
|
|
14598
14602
|
font-size: 14px;
|
|
14599
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14603
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14600
14604
|
line-height: 20px;
|
|
14601
14605
|
line-height: 30px;
|
|
14602
14606
|
}
|
|
14603
14607
|
.semi-input-wrapper-small {
|
|
14604
14608
|
height: 24px;
|
|
14605
14609
|
font-size: 14px;
|
|
14606
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14610
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14607
14611
|
line-height: 20px;
|
|
14608
14612
|
line-height: 21px;
|
|
14609
14613
|
}
|
|
14610
14614
|
.semi-input-wrapper-large {
|
|
14611
14615
|
height: 40px;
|
|
14612
14616
|
font-size: 16px;
|
|
14613
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14617
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14614
14618
|
line-height: 22px;
|
|
14615
14619
|
line-height: 40px;
|
|
14616
14620
|
}
|
|
@@ -14908,21 +14912,21 @@ img[src=""], img:not([src]) {
|
|
|
14908
14912
|
.semi-input-large {
|
|
14909
14913
|
height: 40px;
|
|
14910
14914
|
font-size: 16px;
|
|
14911
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14915
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14912
14916
|
line-height: 22px;
|
|
14913
14917
|
line-height: 40px;
|
|
14914
14918
|
}
|
|
14915
14919
|
.semi-input-small {
|
|
14916
14920
|
height: 21px;
|
|
14917
14921
|
font-size: 14px;
|
|
14918
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14922
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14919
14923
|
line-height: 20px;
|
|
14920
14924
|
line-height: 21px;
|
|
14921
14925
|
}
|
|
14922
14926
|
.semi-input-default {
|
|
14923
14927
|
height: 30px;
|
|
14924
14928
|
font-size: 14px;
|
|
14925
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14929
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14926
14930
|
line-height: 20px;
|
|
14927
14931
|
line-height: 30px;
|
|
14928
14932
|
}
|
|
@@ -14980,7 +14984,7 @@ img[src=""], img:not([src]) {
|
|
|
14980
14984
|
background-color: var(--semi-color-input-bg);
|
|
14981
14985
|
color: var(--semi-color-text-2);
|
|
14982
14986
|
font-size: 14px;
|
|
14983
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14987
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14984
14988
|
line-height: 20px;
|
|
14985
14989
|
flex-shrink: 0;
|
|
14986
14990
|
}
|
|
@@ -15520,7 +15524,7 @@ img[src=""], img:not([src]) {
|
|
|
15520
15524
|
|
|
15521
15525
|
.semi-list {
|
|
15522
15526
|
font-size: 14px;
|
|
15523
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15527
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15524
15528
|
line-height: 20px;
|
|
15525
15529
|
}
|
|
15526
15530
|
.semi-list-items {
|
|
@@ -15683,7 +15687,7 @@ img[src=""], img:not([src]) {
|
|
|
15683
15687
|
|
|
15684
15688
|
.semi-modal {
|
|
15685
15689
|
font-size: 14px;
|
|
15686
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15690
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15687
15691
|
line-height: 20px;
|
|
15688
15692
|
position: relative;
|
|
15689
15693
|
margin: 80px auto;
|
|
@@ -15995,7 +15999,7 @@ img[src=""], img:not([src]) {
|
|
|
15995
15999
|
margin-top: 0;
|
|
15996
16000
|
margin-bottom: 8px;
|
|
15997
16001
|
font-size: 14px;
|
|
15998
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16002
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15999
16003
|
line-height: 20px;
|
|
16000
16004
|
font-weight: 400;
|
|
16001
16005
|
color: var(--semi-color-text-0);
|
|
@@ -16289,7 +16293,7 @@ img[src=""], img:not([src]) {
|
|
|
16289
16293
|
}
|
|
16290
16294
|
.semi-navigation-header-text {
|
|
16291
16295
|
font-size: 18px;
|
|
16292
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16296
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16293
16297
|
line-height: 24px;
|
|
16294
16298
|
font-weight: 600;
|
|
16295
16299
|
display: inline-flex;
|
|
@@ -16815,7 +16819,7 @@ img[src=""], img:not([src]) {
|
|
|
16815
16819
|
.semi-notification-notice-icon {
|
|
16816
16820
|
width: 24px;
|
|
16817
16821
|
font-size: 16px;
|
|
16818
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16822
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16819
16823
|
line-height: 22px;
|
|
16820
16824
|
display: flex;
|
|
16821
16825
|
align-items: flex-start;
|
|
@@ -16857,7 +16861,7 @@ img[src=""], img:not([src]) {
|
|
|
16857
16861
|
}
|
|
16858
16862
|
.semi-notification-notice-title {
|
|
16859
16863
|
font-size: 16px;
|
|
16860
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16864
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16861
16865
|
line-height: 22px;
|
|
16862
16866
|
font-weight: 600;
|
|
16863
16867
|
color: var(--semi-color-text-0);
|
|
@@ -16877,7 +16881,7 @@ img[src=""], img:not([src]) {
|
|
|
16877
16881
|
}
|
|
16878
16882
|
.semi-notification-notice-content {
|
|
16879
16883
|
font-size: 14px;
|
|
16880
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16884
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16881
16885
|
line-height: 20px;
|
|
16882
16886
|
font-weight: 400;
|
|
16883
16887
|
color: var(--semi-color-text-1);
|
|
@@ -16893,7 +16897,7 @@ img[src=""], img:not([src]) {
|
|
|
16893
16897
|
.semi-notification-notice-controls {
|
|
16894
16898
|
display: flex;
|
|
16895
16899
|
font-size: 14px;
|
|
16896
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16900
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16897
16901
|
line-height: 20px;
|
|
16898
16902
|
cursor: pointer;
|
|
16899
16903
|
}
|
|
@@ -17114,13 +17118,13 @@ img[src=""], img:not([src]) {
|
|
|
17114
17118
|
list-style: none;
|
|
17115
17119
|
padding: 0;
|
|
17116
17120
|
align-items: center;
|
|
17117
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17121
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17118
17122
|
margin-block-start: 0;
|
|
17119
17123
|
margin-block-end: 0;
|
|
17120
17124
|
}
|
|
17121
17125
|
.semi-page-small {
|
|
17122
17126
|
font-size: 14px;
|
|
17123
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17127
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17124
17128
|
line-height: 20px;
|
|
17125
17129
|
font-weight: 400;
|
|
17126
17130
|
color: var(--semi-color-text-2);
|
|
@@ -17134,7 +17138,7 @@ img[src=""], img:not([src]) {
|
|
|
17134
17138
|
}
|
|
17135
17139
|
.semi-page-item {
|
|
17136
17140
|
font-size: 14px;
|
|
17137
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17141
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17138
17142
|
line-height: 20px;
|
|
17139
17143
|
min-width: 32px;
|
|
17140
17144
|
border: 0px solid transparent;
|
|
@@ -17211,7 +17215,7 @@ img[src=""], img:not([src]) {
|
|
|
17211
17215
|
}
|
|
17212
17216
|
.semi-page-total {
|
|
17213
17217
|
font-size: 14px;
|
|
17214
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17218
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17215
17219
|
line-height: 20px;
|
|
17216
17220
|
color: var(--semi-color-text-2);
|
|
17217
17221
|
}
|
|
@@ -17226,7 +17230,7 @@ img[src=""], img:not([src]) {
|
|
|
17226
17230
|
.semi-page-quickjump {
|
|
17227
17231
|
margin-left: 24px;
|
|
17228
17232
|
font-size: 14px;
|
|
17229
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17233
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17230
17234
|
line-height: 20px;
|
|
17231
17235
|
display: flex;
|
|
17232
17236
|
justify-content: center;
|
|
@@ -17332,7 +17336,7 @@ img[src=""], img:not([src]) {
|
|
|
17332
17336
|
}
|
|
17333
17337
|
.semi-popconfirm-header-title {
|
|
17334
17338
|
font-size: 16px;
|
|
17335
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17339
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17336
17340
|
line-height: 22px;
|
|
17337
17341
|
font-weight: 600;
|
|
17338
17342
|
margin-bottom: 8px;
|
|
@@ -17434,7 +17438,7 @@ img[src=""], img:not([src]) {
|
|
|
17434
17438
|
z-index: 1030;
|
|
17435
17439
|
border-radius: var(--semi-border-radius-medium);
|
|
17436
17440
|
font-size: 14px;
|
|
17437
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17441
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17438
17442
|
line-height: 20px;
|
|
17439
17443
|
opacity: 0;
|
|
17440
17444
|
}
|
|
@@ -17711,7 +17715,7 @@ img[src=""], img:not([src]) {
|
|
|
17711
17715
|
.semi-radio {
|
|
17712
17716
|
box-sizing: border-box;
|
|
17713
17717
|
font-size: 14px;
|
|
17714
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17718
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17715
17719
|
line-height: 20px;
|
|
17716
17720
|
position: relative;
|
|
17717
17721
|
display: inline-flex;
|
|
@@ -17997,7 +18001,7 @@ img[src=""], img:not([src]) {
|
|
|
17997
18001
|
|
|
17998
18002
|
.semi-radioGroup {
|
|
17999
18003
|
font-size: 14px;
|
|
18000
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18004
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18001
18005
|
line-height: 20px;
|
|
18002
18006
|
}
|
|
18003
18007
|
.semi-radioGroup-vertical {
|
|
@@ -18268,7 +18272,7 @@ img[src=""], img:not([src]) {
|
|
|
18268
18272
|
border-radius: var(--semi-border-radius-medium);
|
|
18269
18273
|
overflow: hidden;
|
|
18270
18274
|
font-size: 14px;
|
|
18271
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18275
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18272
18276
|
line-height: 20px;
|
|
18273
18277
|
user-select: none;
|
|
18274
18278
|
display: flex;
|
|
@@ -18284,7 +18288,7 @@ img[src=""], img:not([src]) {
|
|
|
18284
18288
|
font-weight: 600;
|
|
18285
18289
|
color: var(--semi-color-text-0);
|
|
18286
18290
|
font-size: 14px;
|
|
18287
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18291
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18288
18292
|
line-height: 20px;
|
|
18289
18293
|
}
|
|
18290
18294
|
.semi-scrolllist-body {
|
|
@@ -18446,7 +18450,7 @@ img[src=""], img:not([src]) {
|
|
|
18446
18450
|
|
|
18447
18451
|
.semi-select-option {
|
|
18448
18452
|
font-size: 14px;
|
|
18449
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18453
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18450
18454
|
line-height: 20px;
|
|
18451
18455
|
word-break: break-all;
|
|
18452
18456
|
padding-left: 12px;
|
|
@@ -18552,7 +18556,7 @@ img[src=""], img:not([src]) {
|
|
|
18552
18556
|
}
|
|
18553
18557
|
.semi-select-large .semi-select-selection {
|
|
18554
18558
|
font-size: 16px;
|
|
18555
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18559
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18556
18560
|
line-height: 22px;
|
|
18557
18561
|
}
|
|
18558
18562
|
.semi-select-open, .semi-select-focus {
|
|
@@ -18626,7 +18630,7 @@ img[src=""], img:not([src]) {
|
|
|
18626
18630
|
}
|
|
18627
18631
|
.semi-select-selection {
|
|
18628
18632
|
font-size: 14px;
|
|
18629
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18633
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18630
18634
|
line-height: 20px;
|
|
18631
18635
|
height: 100%;
|
|
18632
18636
|
display: flex;
|
|
@@ -18751,7 +18755,7 @@ img[src=""], img:not([src]) {
|
|
|
18751
18755
|
margin: 0px 12px;
|
|
18752
18756
|
color: var(--semi-color-text-2);
|
|
18753
18757
|
font-size: 14px;
|
|
18754
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18758
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18755
18759
|
line-height: 20px;
|
|
18756
18760
|
font-weight: 600;
|
|
18757
18761
|
}
|
|
@@ -18782,7 +18786,7 @@ img[src=""], img:not([src]) {
|
|
|
18782
18786
|
margin: 0px 12px;
|
|
18783
18787
|
font-weight: 600;
|
|
18784
18788
|
font-size: 14px;
|
|
18785
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18789
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18786
18790
|
line-height: 20px;
|
|
18787
18791
|
color: var(--semi-color-text-2);
|
|
18788
18792
|
flex-shrink: 0;
|
|
@@ -18896,7 +18900,7 @@ img[src=""], img:not([src]) {
|
|
|
18896
18900
|
padding-left: 32px;
|
|
18897
18901
|
padding-right: 16px;
|
|
18898
18902
|
font-size: 12px;
|
|
18899
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18903
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18900
18904
|
line-height: 16px;
|
|
18901
18905
|
cursor: default;
|
|
18902
18906
|
}
|
|
@@ -19007,7 +19011,7 @@ img[src=""], img:not([src]) {
|
|
|
19007
19011
|
|
|
19008
19012
|
.semi-sidesheet {
|
|
19009
19013
|
font-size: 14px;
|
|
19010
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19014
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19011
19015
|
line-height: 20px;
|
|
19012
19016
|
position: fixed;
|
|
19013
19017
|
margin: 0;
|
|
@@ -19062,7 +19066,7 @@ img[src=""], img:not([src]) {
|
|
|
19062
19066
|
flex: 1 0 auto;
|
|
19063
19067
|
margin: 0;
|
|
19064
19068
|
font-size: 18px;
|
|
19065
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19069
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19066
19070
|
line-height: 24px;
|
|
19067
19071
|
font-weight: 600;
|
|
19068
19072
|
font-size: 18px;
|
|
@@ -19763,7 +19767,7 @@ img[src=""], img:not([src]) {
|
|
|
19763
19767
|
.semi-steps .semi-steps-item .semi-steps-item-title {
|
|
19764
19768
|
position: relative;
|
|
19765
19769
|
font-size: 18px;
|
|
19766
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19770
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19767
19771
|
line-height: 24px;
|
|
19768
19772
|
font-weight: 600;
|
|
19769
19773
|
width: 100%;
|
|
@@ -19775,7 +19779,7 @@ img[src=""], img:not([src]) {
|
|
|
19775
19779
|
}
|
|
19776
19780
|
.semi-steps .semi-steps-item .semi-steps-item-description {
|
|
19777
19781
|
font-size: 14px;
|
|
19778
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19782
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19779
19783
|
line-height: 20px;
|
|
19780
19784
|
color: var(--semi-color-text-2);
|
|
19781
19785
|
width: 100%;
|
|
@@ -19866,7 +19870,7 @@ img[src=""], img:not([src]) {
|
|
|
19866
19870
|
align-items: center;
|
|
19867
19871
|
justify-content: center;
|
|
19868
19872
|
font-size: 20px;
|
|
19869
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19873
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19870
19874
|
line-height: 28px;
|
|
19871
19875
|
font-weight: 600;
|
|
19872
19876
|
flex-grow: 0;
|
|
@@ -19921,7 +19925,7 @@ img[src=""], img:not([src]) {
|
|
|
19921
19925
|
}
|
|
19922
19926
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-description {
|
|
19923
19927
|
font-size: 12px;
|
|
19924
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19928
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19925
19929
|
line-height: 16px;
|
|
19926
19930
|
color: var(--semi-color-text-2);
|
|
19927
19931
|
width: 100%;
|
|
@@ -19982,7 +19986,7 @@ img[src=""], img:not([src]) {
|
|
|
19982
19986
|
}
|
|
19983
19987
|
.semi-steps-basic.semi-steps-vertical .semi-steps-item .semi-steps-item-description {
|
|
19984
19988
|
font-size: 12px;
|
|
19985
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19989
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19986
19990
|
line-height: 16px;
|
|
19987
19991
|
color: var(--semi-color-text-2);
|
|
19988
19992
|
width: 100%;
|
|
@@ -20036,7 +20040,7 @@ img[src=""], img:not([src]) {
|
|
|
20036
20040
|
width: 24px;
|
|
20037
20041
|
height: 24px;
|
|
20038
20042
|
font-size: 16px;
|
|
20039
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20043
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20040
20044
|
line-height: 22px;
|
|
20041
20045
|
font-weight: 600;
|
|
20042
20046
|
background: var(--semi-color-primary);
|
|
@@ -20048,7 +20052,7 @@ img[src=""], img:not([src]) {
|
|
|
20048
20052
|
position: relative;
|
|
20049
20053
|
display: inline-block;
|
|
20050
20054
|
font-size: 16px;
|
|
20051
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20055
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20052
20056
|
line-height: 22px;
|
|
20053
20057
|
line-height: 24px;
|
|
20054
20058
|
font-weight: 600;
|
|
@@ -20098,7 +20102,7 @@ img[src=""], img:not([src]) {
|
|
|
20098
20102
|
}
|
|
20099
20103
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20100
20104
|
font-size: 14px;
|
|
20101
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20105
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20102
20106
|
line-height: 20px;
|
|
20103
20107
|
}
|
|
20104
20108
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon {
|
|
@@ -20106,7 +20110,7 @@ img[src=""], img:not([src]) {
|
|
|
20106
20110
|
}
|
|
20107
20111
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon .semi-steps-item-number-icon {
|
|
20108
20112
|
font-size: 12px;
|
|
20109
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20113
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20110
20114
|
line-height: 16px;
|
|
20111
20115
|
width: 20px;
|
|
20112
20116
|
height: 20px;
|
|
@@ -20143,7 +20147,7 @@ img[src=""], img:not([src]) {
|
|
|
20143
20147
|
}
|
|
20144
20148
|
.semi-steps-nav .semi-steps-item .semi-steps-item-title {
|
|
20145
20149
|
font-size: 16px;
|
|
20146
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20150
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20147
20151
|
line-height: 22px;
|
|
20148
20152
|
max-width: 17em;
|
|
20149
20153
|
overflow: hidden;
|
|
@@ -20157,7 +20161,7 @@ img[src=""], img:not([src]) {
|
|
|
20157
20161
|
}
|
|
20158
20162
|
.semi-steps-nav.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20159
20163
|
font-size: 14px;
|
|
20160
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20164
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20161
20165
|
line-height: 20px;
|
|
20162
20166
|
}
|
|
20163
20167
|
|
|
@@ -20518,7 +20522,7 @@ img[src=""], img:not([src]) {
|
|
|
20518
20522
|
|
|
20519
20523
|
.semi-table-pagination-info {
|
|
20520
20524
|
font-size: 14px;
|
|
20521
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20525
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20522
20526
|
line-height: 20px;
|
|
20523
20527
|
font-weight: 400;
|
|
20524
20528
|
}
|
|
@@ -20544,7 +20548,7 @@ img[src=""], img:not([src]) {
|
|
|
20544
20548
|
margin: 0;
|
|
20545
20549
|
padding: 0;
|
|
20546
20550
|
font-size: 14px;
|
|
20547
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20551
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20548
20552
|
line-height: 20px;
|
|
20549
20553
|
color: var(--semi-color-text-1);
|
|
20550
20554
|
width: 100%;
|
|
@@ -20885,36 +20889,41 @@ img[src=""], img:not([src]) {
|
|
|
20885
20889
|
.semi-table .semi-table-column-filter.on {
|
|
20886
20890
|
color: var(--semi-color-primary);
|
|
20887
20891
|
}
|
|
20888
|
-
.semi-table-bordered .semi-table-title {
|
|
20892
|
+
.semi-table-bordered > .semi-table-title {
|
|
20889
20893
|
padding-left: 16px;
|
|
20890
20894
|
padding-right: 16px;
|
|
20891
20895
|
border-top: 1px solid var(--semi-color-border-1);
|
|
20892
20896
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20893
20897
|
border-left: 1px solid var(--semi-color-border-1);
|
|
20894
20898
|
}
|
|
20895
|
-
.semi-table-bordered .semi-table-container {
|
|
20899
|
+
.semi-table-bordered > .semi-table-container {
|
|
20896
20900
|
border: 1px solid var(--semi-color-border-1);
|
|
20897
20901
|
border-right: 0;
|
|
20898
20902
|
border-bottom: 0;
|
|
20899
20903
|
}
|
|
20900
|
-
.semi-table-bordered .semi-table-header::-webkit-scrollbar {
|
|
20904
|
+
:where(.semi-table-bordered) > .semi-table-container > .semi-table-header::-webkit-scrollbar {
|
|
20901
20905
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20902
20906
|
}
|
|
20903
|
-
.semi-table-bordered .semi-table-footer {
|
|
20907
|
+
:where(.semi-table-bordered) > .semi-table-container > .semi-table-footer {
|
|
20904
20908
|
border-left: 1px solid var(--semi-color-border-1);
|
|
20905
20909
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20906
20910
|
border-bottom: 1px solid var(--semi-color-border-1);
|
|
20907
20911
|
}
|
|
20908
|
-
.semi-table-bordered .semi-table-
|
|
20912
|
+
:where(.semi-table-bordered > .semi-table-container) > .semi-table-body > .semi-table-placeholder {
|
|
20913
|
+
border-right: 1px solid var(--semi-color-border-1);
|
|
20914
|
+
}
|
|
20915
|
+
: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 {
|
|
20909
20916
|
background-color: transparent;
|
|
20910
20917
|
}
|
|
20911
|
-
.semi-table-bordered .semi-table-thead > .semi-table-row > .semi-table-row-head,
|
|
20912
|
-
.semi-table-bordered .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
|
|
20918
|
+
: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 {
|
|
20913
20919
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20914
20920
|
}
|
|
20915
|
-
.semi-table-bordered .semi-table-
|
|
20921
|
+
:where(.semi-table-bordered > .semi-table-container > .semi-table-header) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head {
|
|
20916
20922
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20917
20923
|
}
|
|
20924
|
+
: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 {
|
|
20925
|
+
background-color: transparent;
|
|
20926
|
+
}
|
|
20918
20927
|
.semi-table-placeholder {
|
|
20919
20928
|
position: sticky;
|
|
20920
20929
|
left: 0px;
|
|
@@ -21158,7 +21167,7 @@ img[src=""], img:not([src]) {
|
|
|
21158
21167
|
}
|
|
21159
21168
|
.semi-tabs-bar .semi-tabs-tab {
|
|
21160
21169
|
font-size: 14px;
|
|
21161
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21170
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21162
21171
|
line-height: 20px;
|
|
21163
21172
|
cursor: pointer;
|
|
21164
21173
|
box-sizing: border-box;
|
|
@@ -21219,7 +21228,7 @@ img[src=""], img:not([src]) {
|
|
|
21219
21228
|
}
|
|
21220
21229
|
.semi-tabs-tab-single.semi-tabs-tab {
|
|
21221
21230
|
font-size: 14px;
|
|
21222
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21231
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21223
21232
|
line-height: 20px;
|
|
21224
21233
|
cursor: pointer;
|
|
21225
21234
|
box-sizing: border-box;
|
|
@@ -21882,7 +21891,7 @@ img[src=""], img:not([src]) {
|
|
|
21882
21891
|
}
|
|
21883
21892
|
.semi-tag-default, .semi-tag-small {
|
|
21884
21893
|
font-size: 12px;
|
|
21885
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21894
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21886
21895
|
line-height: 16px;
|
|
21887
21896
|
height: 20px;
|
|
21888
21897
|
padding: 2px 8px;
|
|
@@ -21898,7 +21907,7 @@ img[src=""], img:not([src]) {
|
|
|
21898
21907
|
}
|
|
21899
21908
|
.semi-tag-large {
|
|
21900
21909
|
font-size: 12px;
|
|
21901
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21910
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21902
21911
|
line-height: 16px;
|
|
21903
21912
|
padding: 4px 8px;
|
|
21904
21913
|
height: 24px;
|
|
@@ -22635,7 +22644,7 @@ img[src=""], img:not([src]) {
|
|
|
22635
22644
|
margin: 0 12px;
|
|
22636
22645
|
font-weight: 600;
|
|
22637
22646
|
font-size: 14px;
|
|
22638
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22647
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22639
22648
|
line-height: 20px;
|
|
22640
22649
|
color: var(--semi-color-text-2);
|
|
22641
22650
|
flex-shrink: 0;
|
|
@@ -22651,7 +22660,7 @@ img[src=""], img:not([src]) {
|
|
|
22651
22660
|
font-weight: 600;
|
|
22652
22661
|
white-space: nowrap;
|
|
22653
22662
|
font-size: 14px;
|
|
22654
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22663
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22655
22664
|
line-height: 20px;
|
|
22656
22665
|
}
|
|
22657
22666
|
.semi-tagInput-prefix-icon, .semi-tagInput-suffix-icon {
|
|
@@ -22768,7 +22777,7 @@ img[src=""], img:not([src]) {
|
|
|
22768
22777
|
}
|
|
22769
22778
|
.semi-timepicker .semi-timepicker-input {
|
|
22770
22779
|
font-size: 14px;
|
|
22771
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22780
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22772
22781
|
line-height: 20px;
|
|
22773
22782
|
border-radius: var(--semi-border-radius-small);
|
|
22774
22783
|
align-items: center;
|
|
@@ -22874,7 +22883,7 @@ img[src=""], img:not([src]) {
|
|
|
22874
22883
|
}
|
|
22875
22884
|
.semi-timeline-item-content {
|
|
22876
22885
|
font-size: 14px;
|
|
22877
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22886
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22878
22887
|
line-height: 20px;
|
|
22879
22888
|
position: relative;
|
|
22880
22889
|
margin: 0 0 0 25px;
|
|
@@ -22883,7 +22892,7 @@ img[src=""], img:not([src]) {
|
|
|
22883
22892
|
}
|
|
22884
22893
|
.semi-timeline-item-content-extra, .semi-timeline-item-content-time {
|
|
22885
22894
|
font-size: 12px;
|
|
22886
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22895
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22887
22896
|
line-height: 16px;
|
|
22888
22897
|
color: var(--semi-color-text-2);
|
|
22889
22898
|
margin-top: 4px;
|
|
@@ -23029,7 +23038,7 @@ img[src=""], img:not([src]) {
|
|
|
23029
23038
|
pointer-events: all;
|
|
23030
23039
|
box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px 16px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(102, 204, 255, 0);
|
|
23031
23040
|
font-size: 14px;
|
|
23032
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23041
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23033
23042
|
line-height: 20px;
|
|
23034
23043
|
background-color: var(--semi-color-bg-3);
|
|
23035
23044
|
border-radius: var(--semi-border-radius-medium);
|
|
@@ -23180,7 +23189,7 @@ img[src=""], img:not([src]) {
|
|
|
23180
23189
|
word-wrap: break-word;
|
|
23181
23190
|
overflow-wrap: break-word;
|
|
23182
23191
|
font-size: 14px;
|
|
23183
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23192
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23184
23193
|
line-height: 20px;
|
|
23185
23194
|
opacity: 0;
|
|
23186
23195
|
max-width: 240px;
|
|
@@ -23376,7 +23385,7 @@ img[src=""], img:not([src]) {
|
|
|
23376
23385
|
}
|
|
23377
23386
|
.semi-transfer-header {
|
|
23378
23387
|
font-size: 12px;
|
|
23379
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23388
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23380
23389
|
line-height: 16px;
|
|
23381
23390
|
display: flex;
|
|
23382
23391
|
align-items: center;
|
|
@@ -23394,7 +23403,7 @@ img[src=""], img:not([src]) {
|
|
|
23394
23403
|
}
|
|
23395
23404
|
.semi-transfer-header .semi-button {
|
|
23396
23405
|
font-size: 12px;
|
|
23397
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23406
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23398
23407
|
line-height: 16px;
|
|
23399
23408
|
}
|
|
23400
23409
|
.semi-transfer-item {
|
|
@@ -23406,7 +23415,7 @@ img[src=""], img:not([src]) {
|
|
|
23406
23415
|
padding-left: 12px;
|
|
23407
23416
|
user-select: none;
|
|
23408
23417
|
font-size: 14px;
|
|
23409
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23418
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23410
23419
|
line-height: 20px;
|
|
23411
23420
|
display: flex;
|
|
23412
23421
|
align-items: center;
|
|
@@ -23504,7 +23513,7 @@ img[src=""], img:not([src]) {
|
|
|
23504
23513
|
justify-content: center;
|
|
23505
23514
|
align-items: center;
|
|
23506
23515
|
font-size: 12px;
|
|
23507
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23516
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23508
23517
|
line-height: 16px;
|
|
23509
23518
|
color: var(--semi-color-text-2);
|
|
23510
23519
|
}
|
|
@@ -23518,7 +23527,7 @@ img[src=""], img:not([src]) {
|
|
|
23518
23527
|
color: var(--semi-color-text-2);
|
|
23519
23528
|
padding-left: 12px;
|
|
23520
23529
|
font-size: 12px;
|
|
23521
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23530
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23522
23531
|
line-height: 16px;
|
|
23523
23532
|
height: 28px;
|
|
23524
23533
|
display: flex;
|
|
@@ -23598,7 +23607,7 @@ img[src=""], img:not([src]) {
|
|
|
23598
23607
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
23599
23608
|
transform: scale(var(--semi-transform_scale-none));
|
|
23600
23609
|
font-size: 14px;
|
|
23601
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23610
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23602
23611
|
line-height: 20px;
|
|
23603
23612
|
word-break: break-word;
|
|
23604
23613
|
color: var(--semi-color-text-0);
|
|
@@ -24184,7 +24193,7 @@ img[src=""], img:not([src]) {
|
|
|
24184
24193
|
}
|
|
24185
24194
|
.semi-tree-select-selection {
|
|
24186
24195
|
font-size: 14px;
|
|
24187
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24196
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24188
24197
|
line-height: 20px;
|
|
24189
24198
|
height: 100%;
|
|
24190
24199
|
display: inline-flex;
|
|
@@ -24303,7 +24312,7 @@ img[src=""], img:not([src]) {
|
|
|
24303
24312
|
}
|
|
24304
24313
|
.semi-tree-select-large .semi-tree-select-selection {
|
|
24305
24314
|
font-size: 16px;
|
|
24306
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24315
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24307
24316
|
line-height: 22px;
|
|
24308
24317
|
}
|
|
24309
24318
|
.semi-tree-select-arrow {
|
|
@@ -24320,7 +24329,7 @@ img[src=""], img:not([src]) {
|
|
|
24320
24329
|
margin: 0px 12px;
|
|
24321
24330
|
font-weight: 600;
|
|
24322
24331
|
font-size: 14px;
|
|
24323
|
-
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;
|
|
24324
24333
|
line-height: 20px;
|
|
24325
24334
|
color: var(--semi-color-text-2);
|
|
24326
24335
|
flex-shrink: 0;
|
|
@@ -24355,7 +24364,7 @@ img[src=""], img:not([src]) {
|
|
|
24355
24364
|
color: var(--semi-color-text-2);
|
|
24356
24365
|
font-weight: 600;
|
|
24357
24366
|
font-size: 14px;
|
|
24358
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24367
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24359
24368
|
line-height: 20px;
|
|
24360
24369
|
margin: 0px 12px;
|
|
24361
24370
|
}
|
|
@@ -24465,7 +24474,7 @@ img[src=""], img:not([src]) {
|
|
|
24465
24474
|
.semi-typography {
|
|
24466
24475
|
color: var(--semi-color-text-0);
|
|
24467
24476
|
font-size: 14px;
|
|
24468
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24477
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24469
24478
|
line-height: 20px;
|
|
24470
24479
|
}
|
|
24471
24480
|
.semi-typography.semi-typography-secondary {
|
|
@@ -24505,7 +24514,7 @@ img[src=""], img:not([src]) {
|
|
|
24505
24514
|
}
|
|
24506
24515
|
.semi-typography-small {
|
|
24507
24516
|
font-size: 12px;
|
|
24508
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24517
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24509
24518
|
line-height: 16px;
|
|
24510
24519
|
font-weight: 400;
|
|
24511
24520
|
}
|
|
@@ -24606,7 +24615,7 @@ img[src=""], img:not([src]) {
|
|
|
24606
24615
|
h1.semi-typography,
|
|
24607
24616
|
.semi-typography-h1.semi-typography {
|
|
24608
24617
|
font-size: 32px;
|
|
24609
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24618
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24610
24619
|
line-height: 44px;
|
|
24611
24620
|
font-weight: 600;
|
|
24612
24621
|
margin: 0;
|
|
@@ -24635,7 +24644,7 @@ h1.semi-typography.semi-typography-h1-weight-bold,
|
|
|
24635
24644
|
h2.semi-typography,
|
|
24636
24645
|
.semi-typography-h2.semi-typography {
|
|
24637
24646
|
font-size: 28px;
|
|
24638
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24647
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24639
24648
|
line-height: 40px;
|
|
24640
24649
|
font-weight: 600;
|
|
24641
24650
|
margin: 0;
|
|
@@ -24664,7 +24673,7 @@ h2.semi-typography.semi-typography-h2-weight-bold,
|
|
|
24664
24673
|
h3.semi-typography,
|
|
24665
24674
|
.semi-typography-h3.semi-typography {
|
|
24666
24675
|
font-size: 24px;
|
|
24667
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24676
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24668
24677
|
line-height: 32px;
|
|
24669
24678
|
font-weight: 600;
|
|
24670
24679
|
margin: 0;
|
|
@@ -24693,7 +24702,7 @@ h3.semi-typography.semi-typography-h3-weight-bold,
|
|
|
24693
24702
|
h4.semi-typography,
|
|
24694
24703
|
.semi-typography-h4.semi-typography {
|
|
24695
24704
|
font-size: 20px;
|
|
24696
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24705
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24697
24706
|
line-height: 28px;
|
|
24698
24707
|
font-weight: 600;
|
|
24699
24708
|
margin: 0;
|
|
@@ -24722,7 +24731,7 @@ h4.semi-typography.semi-typography-h4-weight-bold,
|
|
|
24722
24731
|
h5.semi-typography,
|
|
24723
24732
|
.semi-typography-h5.semi-typography {
|
|
24724
24733
|
font-size: 18px;
|
|
24725
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24734
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24726
24735
|
line-height: 24px;
|
|
24727
24736
|
font-weight: 600;
|
|
24728
24737
|
margin: 0;
|
|
@@ -24751,7 +24760,7 @@ h5.semi-typography.semi-typography-h5-weight-bold,
|
|
|
24751
24760
|
h6.semi-typography,
|
|
24752
24761
|
.semi-typography-h6.semi-typography {
|
|
24753
24762
|
font-size: 16px;
|
|
24754
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24763
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24755
24764
|
line-height: 22px;
|
|
24756
24765
|
font-weight: 600;
|
|
24757
24766
|
margin: 0;
|
|
@@ -24899,7 +24908,7 @@ p.semi-typography-extended,
|
|
|
24899
24908
|
}
|
|
24900
24909
|
.semi-upload-file-list-title {
|
|
24901
24910
|
font-size: 12px;
|
|
24902
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24911
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24903
24912
|
line-height: 16px;
|
|
24904
24913
|
color: var(--semi-color-text-2);
|
|
24905
24914
|
margin-bottom: 4px;
|
|
@@ -24975,14 +24984,14 @@ p.semi-typography-extended,
|
|
|
24975
24984
|
white-space: nowrap;
|
|
24976
24985
|
display: inline-block;
|
|
24977
24986
|
font-size: 14px;
|
|
24978
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24987
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24979
24988
|
line-height: 20px;
|
|
24980
24989
|
font-weight: 600;
|
|
24981
24990
|
color: var(--semi-color-text-0);
|
|
24982
24991
|
}
|
|
24983
24992
|
.semi-upload-file-card-info-size {
|
|
24984
24993
|
font-size: 12px;
|
|
24985
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24994
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24986
24995
|
line-height: 16px;
|
|
24987
24996
|
font-weight: 400;
|
|
24988
24997
|
margin-left: 8px;
|
|
@@ -24996,7 +25005,7 @@ p.semi-typography-extended,
|
|
|
24996
25005
|
}
|
|
24997
25006
|
.semi-upload-file-card-info-validate-message {
|
|
24998
25007
|
font-size: 12px;
|
|
24999
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25008
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25000
25009
|
line-height: 16px;
|
|
25001
25010
|
display: flex;
|
|
25002
25011
|
align-items: center;
|
|
@@ -25004,7 +25013,7 @@ p.semi-typography-extended,
|
|
|
25004
25013
|
}
|
|
25005
25014
|
.semi-upload-file-card-info-retry {
|
|
25006
25015
|
font-size: 12px;
|
|
25007
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25016
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25008
25017
|
line-height: 16px;
|
|
25009
25018
|
color: var(--semi-color-primary);
|
|
25010
25019
|
cursor: pointer;
|
|
@@ -25279,7 +25288,7 @@ p.semi-typography-extended,
|
|
|
25279
25288
|
.semi-upload-drag-area-main-text {
|
|
25280
25289
|
cursor: pointer;
|
|
25281
25290
|
font-size: 14px;
|
|
25282
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25291
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25283
25292
|
line-height: 20px;
|
|
25284
25293
|
margin-bottom: 4px;
|
|
25285
25294
|
color: var(--semi-color-text-0);
|
|
@@ -25293,7 +25302,7 @@ p.semi-typography-extended,
|
|
|
25293
25302
|
.semi-upload-drag-area-sub-text {
|
|
25294
25303
|
cursor: pointer;
|
|
25295
25304
|
font-size: 12px;
|
|
25296
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25305
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25297
25306
|
line-height: 16px;
|
|
25298
25307
|
color: var(--semi-color-text-0);
|
|
25299
25308
|
}
|
|
@@ -25305,7 +25314,7 @@ p.semi-typography-extended,
|
|
|
25305
25314
|
}
|
|
25306
25315
|
.semi-upload-drag-area-tips {
|
|
25307
25316
|
font-size: 12px;
|
|
25308
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25317
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25309
25318
|
line-height: 16px;
|
|
25310
25319
|
font-weight: 600;
|
|
25311
25320
|
}
|
|
@@ -26069,7 +26078,7 @@ p.semi-typography-extended,
|
|
|
26069
26078
|
padding: 5px 12px;
|
|
26070
26079
|
box-shadow: none;
|
|
26071
26080
|
font-size: 14px;
|
|
26072
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26081
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26073
26082
|
line-height: 20px;
|
|
26074
26083
|
background-color: transparent;
|
|
26075
26084
|
border: 0 solid transparent;
|
|
@@ -26108,7 +26117,7 @@ p.semi-typography-extended,
|
|
|
26108
26117
|
}
|
|
26109
26118
|
.semi-input-textarea-counter {
|
|
26110
26119
|
font-size: 12px;
|
|
26111
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26120
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26112
26121
|
line-height: 16px;
|
|
26113
26122
|
display: flex;
|
|
26114
26123
|
flex-direction: column;
|