@semi-bot/semi-theme-seek 1.9.81 → 1.9.84
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 +15 -12
- package/scss/_font.scss +8 -8
- package/scss/global.scss +8 -5
- package/scss/variables.scss +1 -1
- package/semi.css +170 -162
- 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);
|
|
@@ -412,6 +412,9 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
412
412
|
--semi-color-border: rgba(var(--semi-grey-9),0.18);
|
|
413
413
|
--semi-color-danger: rgba(var(--semi-red-5),1);
|
|
414
414
|
--semi-color-shadow: rgba(var(--semi-black), 0.04);
|
|
415
|
+
--semi-color-black-50: rgba(0,0,0,0.5);
|
|
416
|
+
--semi-color-black-70: rgba(0,0,0,0.7);
|
|
417
|
+
--semi-color-white-50: rgba(255,255,255,0.5);
|
|
415
418
|
--semi-color-border-1: rgba(var(--semi-grey-9),0.12);
|
|
416
419
|
--semi-color-border-2: rgba(var(--semi-grey-9),0.06);
|
|
417
420
|
--semi-color-card-hover: rgba(var(--semi-grey-1),0.8);
|
|
@@ -453,7 +456,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
453
456
|
--semi-color-tertiary-hover: rgba(var(--semi-grey-2),0.6);
|
|
454
457
|
--semi-color-Timecode-border: rgba(var(--semi-green-6),1);
|
|
455
458
|
--semi-color-disabled-border: rgba(var(--semi-grey-1), 1);
|
|
456
|
-
--semi-color-primary-disabled: rgba(var(--semi-brand-
|
|
459
|
+
--semi-color-primary-disabled: rgba(var(--semi-brand-5),0.3);
|
|
457
460
|
--semi-color-success-disabled: rgba(var(--semi-green-1),1);
|
|
458
461
|
--semi-color-tertiary-active: rgba(var(--semi-grey-2),1);
|
|
459
462
|
--semi-color-secondary-hover: rgba(var(--semi-light-blue-6), 1);
|
|
@@ -484,7 +487,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
484
487
|
--semi-color-button-Radio-bg-active: rgba(255,255,255,1);
|
|
485
488
|
--semi-color-secondary-light-active: rgba(var(--semi-blue-2), 1);
|
|
486
489
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-0), 1);
|
|
487
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
490
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
488
491
|
-webkit-font-smoothing: antialiased;
|
|
489
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);
|
|
490
493
|
--semi-shadow-0: none;
|
|
@@ -642,7 +645,7 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
642
645
|
--semi-color-button-Radio-bg-active: rgba(var(--semi-blue-7),1);
|
|
643
646
|
--semi-color-secondary-light-active: rgba(var(--semi-light-blue-5), 0.4);
|
|
644
647
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-5), 0.2);
|
|
645
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
648
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
646
649
|
-webkit-font-smoothing: antialiased;
|
|
647
650
|
--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);
|
|
648
651
|
--semi-shadow-0: none;
|
|
@@ -1374,7 +1377,7 @@ body, :host {
|
|
|
1374
1377
|
padding: 8px 20px;
|
|
1375
1378
|
color: var(--semi-color-text-0);
|
|
1376
1379
|
font-size: 14px;
|
|
1377
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1380
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1378
1381
|
line-height: 20px;
|
|
1379
1382
|
}
|
|
1380
1383
|
.semi-aiChatInput-suggestion-item-active {
|
|
@@ -1419,7 +1422,7 @@ body, :host {
|
|
|
1419
1422
|
flex-wrap: wrap;
|
|
1420
1423
|
margin-bottom: 8px;
|
|
1421
1424
|
font-size: 12px;
|
|
1422
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1425
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1423
1426
|
line-height: 16px;
|
|
1424
1427
|
color: var(--semi-color-text-2);
|
|
1425
1428
|
column-gap: 4px;
|
|
@@ -1581,7 +1584,7 @@ body, :host {
|
|
|
1581
1584
|
.semi-aiChatInput-footer-configure-mcp-header {
|
|
1582
1585
|
padding: 8px 16px 0px;
|
|
1583
1586
|
font-size: 12px;
|
|
1584
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1587
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1585
1588
|
line-height: 16px;
|
|
1586
1589
|
height: 16px;
|
|
1587
1590
|
align-items: center;
|
|
@@ -1597,7 +1600,7 @@ body, :host {
|
|
|
1597
1600
|
border: 0px;
|
|
1598
1601
|
height: fit-content;
|
|
1599
1602
|
font-size: 12px;
|
|
1600
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1603
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1601
1604
|
line-height: 16px;
|
|
1602
1605
|
}
|
|
1603
1606
|
.semi-aiChatInput-attachment {
|
|
@@ -1642,7 +1645,7 @@ body, :host {
|
|
|
1642
1645
|
text-overflow: ellipsis;
|
|
1643
1646
|
color: var(--semi-color-text-0);
|
|
1644
1647
|
font-size: 12px;
|
|
1645
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1648
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1646
1649
|
line-height: 16px;
|
|
1647
1650
|
font-weight: 600;
|
|
1648
1651
|
}
|
|
@@ -1653,7 +1656,7 @@ body, :host {
|
|
|
1653
1656
|
column-gap: 4px;
|
|
1654
1657
|
color: var(--semi-color-text-2);
|
|
1655
1658
|
font-size: 12px;
|
|
1656
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1659
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1657
1660
|
line-height: 16px;
|
|
1658
1661
|
text-transform: uppercase;
|
|
1659
1662
|
}
|
|
@@ -1793,7 +1796,7 @@ body, :host {
|
|
|
1793
1796
|
}
|
|
1794
1797
|
.semi-aiChatInput-editor-content .tiptap .select-slot {
|
|
1795
1798
|
font-size: 14px;
|
|
1796
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1799
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1797
1800
|
line-height: 20px;
|
|
1798
1801
|
height: 24px;
|
|
1799
1802
|
padding: 2px 4px;
|
|
@@ -1862,7 +1865,7 @@ body, :host {
|
|
|
1862
1865
|
|
|
1863
1866
|
.semi-anchor {
|
|
1864
1867
|
font-size: 14px;
|
|
1865
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1868
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1866
1869
|
line-height: 20px;
|
|
1867
1870
|
overflow-y: auto;
|
|
1868
1871
|
overflow-x: hidden;
|
|
@@ -1870,7 +1873,7 @@ body, :host {
|
|
|
1870
1873
|
}
|
|
1871
1874
|
.semi-anchor-size-small {
|
|
1872
1875
|
font-size: 12px;
|
|
1873
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1876
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1874
1877
|
line-height: 16px;
|
|
1875
1878
|
}
|
|
1876
1879
|
.semi-anchor-slide {
|
|
@@ -1953,7 +1956,7 @@ body, :host {
|
|
|
1953
1956
|
}
|
|
1954
1957
|
.semi-anchor-link-tooltip-small {
|
|
1955
1958
|
font-size: 12px;
|
|
1956
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1959
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1957
1960
|
line-height: 16px;
|
|
1958
1961
|
}
|
|
1959
1962
|
.semi-anchor-link-tooltip:hover {
|
|
@@ -2172,7 +2175,7 @@ body, :host {
|
|
|
2172
2175
|
|
|
2173
2176
|
.semi-autocomplete-option {
|
|
2174
2177
|
font-size: 14px;
|
|
2175
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2178
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2176
2179
|
line-height: 20px;
|
|
2177
2180
|
word-break: break-all;
|
|
2178
2181
|
padding-left: 12px;
|
|
@@ -2297,7 +2300,7 @@ body, :host {
|
|
|
2297
2300
|
display: flex;
|
|
2298
2301
|
align-items: center;
|
|
2299
2302
|
font-size: 14px;
|
|
2300
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2303
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2301
2304
|
line-height: 20px;
|
|
2302
2305
|
font-weight: 600;
|
|
2303
2306
|
}
|
|
@@ -2337,7 +2340,7 @@ body, :host {
|
|
|
2337
2340
|
}
|
|
2338
2341
|
.semi-avatar-small .semi-avatar-label {
|
|
2339
2342
|
font-size: 12px;
|
|
2340
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2343
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2341
2344
|
line-height: 16px;
|
|
2342
2345
|
}
|
|
2343
2346
|
.semi-avatar-default {
|
|
@@ -2347,7 +2350,7 @@ body, :host {
|
|
|
2347
2350
|
}
|
|
2348
2351
|
.semi-avatar-default .semi-avatar-label {
|
|
2349
2352
|
font-size: 18px;
|
|
2350
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2353
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2351
2354
|
line-height: 24px;
|
|
2352
2355
|
}
|
|
2353
2356
|
.semi-avatar-medium {
|
|
@@ -2357,7 +2360,7 @@ body, :host {
|
|
|
2357
2360
|
}
|
|
2358
2361
|
.semi-avatar-medium .semi-avatar-label {
|
|
2359
2362
|
font-size: 20px;
|
|
2360
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2363
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2361
2364
|
line-height: 28px;
|
|
2362
2365
|
}
|
|
2363
2366
|
.semi-avatar-large {
|
|
@@ -2367,7 +2370,7 @@ body, :host {
|
|
|
2367
2370
|
}
|
|
2368
2371
|
.semi-avatar-large .semi-avatar-label {
|
|
2369
2372
|
font-size: 32px;
|
|
2370
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2373
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
2371
2374
|
line-height: 44px;
|
|
2372
2375
|
}
|
|
2373
2376
|
.semi-avatar-extra-large {
|
|
@@ -3015,7 +3018,7 @@ body, :host {
|
|
|
3015
3018
|
z-index: 1;
|
|
3016
3019
|
text-align: center;
|
|
3017
3020
|
font-size: 12px;
|
|
3018
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3021
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3019
3022
|
line-height: 16px;
|
|
3020
3023
|
font-weight: 400;
|
|
3021
3024
|
color: var(--semi-color-bg-2);
|
|
@@ -3241,13 +3244,13 @@ body, :host {
|
|
|
3241
3244
|
}
|
|
3242
3245
|
.semi-breadcrumb-wrapper-loose {
|
|
3243
3246
|
font-size: 14px;
|
|
3244
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3247
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3245
3248
|
line-height: 20px;
|
|
3246
3249
|
font-size: 14px;
|
|
3247
3250
|
}
|
|
3248
3251
|
.semi-breadcrumb-wrapper-compact {
|
|
3249
3252
|
font-size: 12px;
|
|
3250
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3253
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3251
3254
|
line-height: 16px;
|
|
3252
3255
|
font-size: 12px;
|
|
3253
3256
|
}
|
|
@@ -3924,7 +3927,7 @@ body, :host {
|
|
|
3924
3927
|
.semi-calendar-day .semi-calendar-tag,
|
|
3925
3928
|
.semi-calendar-week .semi-calendar-tag {
|
|
3926
3929
|
font-size: 14px;
|
|
3927
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3930
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
3928
3931
|
line-height: 20px;
|
|
3929
3932
|
min-width: 70px;
|
|
3930
3933
|
color: var(--semi-color-text-2);
|
|
@@ -4040,7 +4043,7 @@ body, :host {
|
|
|
4040
4043
|
.semi-calendar-day .semi-calendar-time-item span,
|
|
4041
4044
|
.semi-calendar-week .semi-calendar-time-item span {
|
|
4042
4045
|
font-size: 14px;
|
|
4043
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4046
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4044
4047
|
line-height: 20px;
|
|
4045
4048
|
display: block;
|
|
4046
4049
|
position: relative;
|
|
@@ -4091,7 +4094,7 @@ body, :host {
|
|
|
4091
4094
|
display: flex;
|
|
4092
4095
|
align-items: flex-start;
|
|
4093
4096
|
font-size: 14px;
|
|
4094
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4097
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4095
4098
|
line-height: 20px;
|
|
4096
4099
|
color: var(--semi-color-text-2);
|
|
4097
4100
|
}
|
|
@@ -4153,7 +4156,7 @@ body, :host {
|
|
|
4153
4156
|
}
|
|
4154
4157
|
.semi-calendar-week .semi-calendar-all-day .semi-calendar-event-items .semi-calendar-event-allday > * {
|
|
4155
4158
|
font-size: 14px;
|
|
4156
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4159
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4157
4160
|
line-height: 20px;
|
|
4158
4161
|
}
|
|
4159
4162
|
.semi-calendar-week .semi-calendar-week-tag {
|
|
@@ -4170,7 +4173,7 @@ body, :host {
|
|
|
4170
4173
|
height: 100%;
|
|
4171
4174
|
overflow: hidden;
|
|
4172
4175
|
font-size: 14px;
|
|
4173
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4176
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4174
4177
|
line-height: 20px;
|
|
4175
4178
|
}
|
|
4176
4179
|
.semi-calendar-month-grid-wrapper {
|
|
@@ -4224,7 +4227,7 @@ body, :host {
|
|
|
4224
4227
|
}
|
|
4225
4228
|
.semi-calendar-month-skeleton li span {
|
|
4226
4229
|
font-size: 14px;
|
|
4227
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4230
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4228
4231
|
line-height: 20px;
|
|
4229
4232
|
}
|
|
4230
4233
|
.semi-calendar-month-skeleton li:last-child {
|
|
@@ -4235,7 +4238,7 @@ body, :host {
|
|
|
4235
4238
|
}
|
|
4236
4239
|
.semi-calendar-month-skeleton .semi-calendar-month-event-card-wrapper {
|
|
4237
4240
|
font-size: 14px;
|
|
4238
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4241
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4239
4242
|
line-height: 20px;
|
|
4240
4243
|
display: block;
|
|
4241
4244
|
position: absolute;
|
|
@@ -4272,7 +4275,7 @@ body, :host {
|
|
|
4272
4275
|
}
|
|
4273
4276
|
.semi-calendar-month-weekrow .semi-calendar-event-items .semi-calendar-event-month > * {
|
|
4274
4277
|
font-size: 14px;
|
|
4275
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4278
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4276
4279
|
line-height: 20px;
|
|
4277
4280
|
}
|
|
4278
4281
|
.semi-calendar-month-date {
|
|
@@ -4312,7 +4315,7 @@ body, :host {
|
|
|
4312
4315
|
}
|
|
4313
4316
|
.semi-calendar-month-event-card-header-info-date {
|
|
4314
4317
|
font-size: 20px;
|
|
4315
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4318
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4316
4319
|
line-height: 28px;
|
|
4317
4320
|
margin-top: 4px;
|
|
4318
4321
|
}
|
|
@@ -4984,7 +4987,7 @@ body, :host {
|
|
|
4984
4987
|
}
|
|
4985
4988
|
.semi-cascader-large .semi-cascader-selection {
|
|
4986
4989
|
font-size: 16px;
|
|
4987
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4990
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
4988
4991
|
line-height: 22px;
|
|
4989
4992
|
}
|
|
4990
4993
|
.semi-cascader-large .semi-cascader-selection {
|
|
@@ -5040,7 +5043,7 @@ body, :host {
|
|
|
5040
5043
|
}
|
|
5041
5044
|
.semi-cascader-selection {
|
|
5042
5045
|
font-size: 14px;
|
|
5043
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5046
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5044
5047
|
line-height: 20px;
|
|
5045
5048
|
height: 100%;
|
|
5046
5049
|
display: inline-flex;
|
|
@@ -5154,7 +5157,7 @@ body, :host {
|
|
|
5154
5157
|
margin: 0 12px;
|
|
5155
5158
|
font-weight: 600;
|
|
5156
5159
|
font-size: 14px;
|
|
5157
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5160
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5158
5161
|
line-height: 20px;
|
|
5159
5162
|
color: var(--semi-color-text-2);
|
|
5160
5163
|
}
|
|
@@ -5167,7 +5170,7 @@ body, :host {
|
|
|
5167
5170
|
margin: 0 12px;
|
|
5168
5171
|
font-weight: 600;
|
|
5169
5172
|
font-size: 14px;
|
|
5170
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5173
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5171
5174
|
line-height: 20px;
|
|
5172
5175
|
color: var(--semi-color-text-2);
|
|
5173
5176
|
flex-shrink: 0;
|
|
@@ -5211,7 +5214,7 @@ body, :host {
|
|
|
5211
5214
|
}
|
|
5212
5215
|
.semi-cascader-popover .semi-cascader-option-lists .semi-cascader-option-empty {
|
|
5213
5216
|
font-size: 14px;
|
|
5214
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5217
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5215
5218
|
line-height: 20px;
|
|
5216
5219
|
border-radius: var(--semi-border-radius-medium);
|
|
5217
5220
|
color: var(--semi-color-disabled-text);
|
|
@@ -5305,7 +5308,7 @@ body, :host {
|
|
|
5305
5308
|
cursor: pointer;
|
|
5306
5309
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
5307
5310
|
font-size: 14px;
|
|
5308
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5311
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5309
5312
|
line-height: 20px;
|
|
5310
5313
|
min-width: min-content;
|
|
5311
5314
|
word-break: break-all;
|
|
@@ -5978,7 +5981,7 @@ body, :host {
|
|
|
5978
5981
|
display: flex;
|
|
5979
5982
|
align-items: flex-start;
|
|
5980
5983
|
font-size: 14px;
|
|
5981
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5984
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
5982
5985
|
line-height: 20px;
|
|
5983
5986
|
cursor: pointer;
|
|
5984
5987
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
@@ -6239,7 +6242,7 @@ body, :host {
|
|
|
6239
6242
|
|
|
6240
6243
|
.semi-checkboxGroup {
|
|
6241
6244
|
font-size: 14px;
|
|
6242
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6245
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6243
6246
|
line-height: 20px;
|
|
6244
6247
|
line-height: 14px;
|
|
6245
6248
|
}
|
|
@@ -6453,7 +6456,7 @@ body, :host {
|
|
|
6453
6456
|
color: var(--semi-color-text-0);
|
|
6454
6457
|
font-weight: 600;
|
|
6455
6458
|
font-size: 14px;
|
|
6456
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6459
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6457
6460
|
line-height: 20px;
|
|
6458
6461
|
}
|
|
6459
6462
|
.semi-collapse-header-right {
|
|
@@ -6497,7 +6500,7 @@ body, :host {
|
|
|
6497
6500
|
padding: 4px 16px 8px 16px;
|
|
6498
6501
|
color: var(--semi-color-text-1);
|
|
6499
6502
|
font-size: 14px;
|
|
6500
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6503
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6501
6504
|
line-height: 20px;
|
|
6502
6505
|
}
|
|
6503
6506
|
.semi-collapse-content p {
|
|
@@ -6812,7 +6815,7 @@ body, :host {
|
|
|
6812
6815
|
.semi-datepicker-month-grid .semi-scrolllist-header-title {
|
|
6813
6816
|
padding: 0;
|
|
6814
6817
|
font-size: 14px;
|
|
6815
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6818
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6816
6819
|
line-height: 20px;
|
|
6817
6820
|
min-height: 24px;
|
|
6818
6821
|
line-height: 24px;
|
|
@@ -6901,7 +6904,7 @@ body, :host {
|
|
|
6901
6904
|
}
|
|
6902
6905
|
.semi-datepicker-navigation-month {
|
|
6903
6906
|
font-size: 16px;
|
|
6904
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6907
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6905
6908
|
line-height: 22px;
|
|
6906
6909
|
flex-grow: 1;
|
|
6907
6910
|
text-align: center;
|
|
@@ -6919,7 +6922,7 @@ body, :host {
|
|
|
6919
6922
|
}
|
|
6920
6923
|
.semi-datepicker-weekday {
|
|
6921
6924
|
font-size: 12px;
|
|
6922
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6925
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
6923
6926
|
line-height: 16px;
|
|
6924
6927
|
font-weight: 600;
|
|
6925
6928
|
color: var(--semi-color-text-2);
|
|
@@ -7440,7 +7443,7 @@ body, :host {
|
|
|
7440
7443
|
font-weight: 600;
|
|
7441
7444
|
font-size: 14px;
|
|
7442
7445
|
line-height: 20px;
|
|
7443
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7446
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7444
7447
|
white-space: nowrap;
|
|
7445
7448
|
color: var(--semi-color-text-2);
|
|
7446
7449
|
}
|
|
@@ -7465,7 +7468,7 @@ body, :host {
|
|
|
7465
7468
|
*/
|
|
7466
7469
|
.semi-datepicker-compact {
|
|
7467
7470
|
font-size: 12px;
|
|
7468
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7471
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7469
7472
|
line-height: 16px;
|
|
7470
7473
|
line-height: 20px;
|
|
7471
7474
|
}
|
|
@@ -7498,7 +7501,7 @@ body, :host {
|
|
|
7498
7501
|
}
|
|
7499
7502
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist {
|
|
7500
7503
|
font-size: 12px;
|
|
7501
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7504
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7502
7505
|
line-height: 16px;
|
|
7503
7506
|
line-height: 20px;
|
|
7504
7507
|
}
|
|
@@ -7542,7 +7545,7 @@ body, :host {
|
|
|
7542
7545
|
}
|
|
7543
7546
|
.semi-datepicker-compact.semi-datepicker-panel-yam .semi-scrolllist {
|
|
7544
7547
|
font-size: 12px;
|
|
7545
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7548
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7546
7549
|
line-height: 16px;
|
|
7547
7550
|
line-height: 20px;
|
|
7548
7551
|
}
|
|
@@ -7564,7 +7567,7 @@ body, :host {
|
|
|
7564
7567
|
}
|
|
7565
7568
|
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
|
|
7566
7569
|
font-size: 12px;
|
|
7567
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7570
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7568
7571
|
line-height: 16px;
|
|
7569
7572
|
line-height: 20px;
|
|
7570
7573
|
}
|
|
@@ -8021,7 +8024,7 @@ body, :host {
|
|
|
8021
8024
|
.semi-descriptions-key {
|
|
8022
8025
|
font-weight: normal;
|
|
8023
8026
|
font-size: 14px;
|
|
8024
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8027
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8025
8028
|
line-height: 20px;
|
|
8026
8029
|
min-height: 14px;
|
|
8027
8030
|
white-space: nowrap;
|
|
@@ -8030,7 +8033,7 @@ body, :host {
|
|
|
8030
8033
|
.semi-descriptions-value {
|
|
8031
8034
|
font-weight: normal;
|
|
8032
8035
|
font-size: 14px;
|
|
8033
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8036
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8034
8037
|
line-height: 20px;
|
|
8035
8038
|
color: var(--semi-color-text-0);
|
|
8036
8039
|
}
|
|
@@ -8080,14 +8083,14 @@ body, :host {
|
|
|
8080
8083
|
}
|
|
8081
8084
|
.semi-descriptions-double-small .semi-descriptions-key {
|
|
8082
8085
|
font-size: 12px;
|
|
8083
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8086
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8084
8087
|
line-height: 16px;
|
|
8085
8088
|
padding-bottom: 0;
|
|
8086
8089
|
font-size: 12px;
|
|
8087
8090
|
}
|
|
8088
8091
|
.semi-descriptions-double-small .semi-descriptions-value {
|
|
8089
8092
|
font-size: 16px;
|
|
8090
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8093
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8091
8094
|
line-height: 22px;
|
|
8092
8095
|
font-size: 16px;
|
|
8093
8096
|
}
|
|
@@ -8100,7 +8103,7 @@ body, :host {
|
|
|
8100
8103
|
}
|
|
8101
8104
|
.semi-descriptions-double-medium .semi-descriptions-value {
|
|
8102
8105
|
font-size: 20px;
|
|
8103
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8106
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8104
8107
|
line-height: 28px;
|
|
8105
8108
|
font-size: 20px;
|
|
8106
8109
|
}
|
|
@@ -8113,7 +8116,7 @@ body, :host {
|
|
|
8113
8116
|
}
|
|
8114
8117
|
.semi-descriptions-double-large .semi-descriptions-value {
|
|
8115
8118
|
font-size: 28px;
|
|
8116
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8119
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8117
8120
|
line-height: 40px;
|
|
8118
8121
|
font-size: 28px;
|
|
8119
8122
|
}
|
|
@@ -8262,7 +8265,7 @@ body, :host {
|
|
|
8262
8265
|
|
|
8263
8266
|
.semi-dropdown {
|
|
8264
8267
|
font-size: 14px;
|
|
8265
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8268
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8266
8269
|
line-height: 20px;
|
|
8267
8270
|
}
|
|
8268
8271
|
.semi-dropdown-wrapper {
|
|
@@ -8293,7 +8296,7 @@ body, :host {
|
|
|
8293
8296
|
padding-left: 16px;
|
|
8294
8297
|
padding-right: 16px;
|
|
8295
8298
|
font-size: 12px;
|
|
8296
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8299
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8297
8300
|
line-height: 16px;
|
|
8298
8301
|
cursor: default;
|
|
8299
8302
|
}
|
|
@@ -8694,7 +8697,7 @@ body, :host {
|
|
|
8694
8697
|
display: inline-block;
|
|
8695
8698
|
vertical-align: middle;
|
|
8696
8699
|
font-size: 14px;
|
|
8697
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8700
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8698
8701
|
line-height: 20px;
|
|
8699
8702
|
flex-shrink: 0;
|
|
8700
8703
|
}
|
|
@@ -8729,7 +8732,7 @@ body, :host {
|
|
|
8729
8732
|
}
|
|
8730
8733
|
.semi-form-field-error-message, .semi-form-field-help-text {
|
|
8731
8734
|
font-size: 14px;
|
|
8732
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8735
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8733
8736
|
line-height: 20px;
|
|
8734
8737
|
display: flex;
|
|
8735
8738
|
align-items: center;
|
|
@@ -8816,7 +8819,7 @@ body, :host {
|
|
|
8816
8819
|
.semi-form-field-extra-string {
|
|
8817
8820
|
color: var(--semi-color-tertiary);
|
|
8818
8821
|
font-size: 14px;
|
|
8819
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8822
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8820
8823
|
line-height: 20px;
|
|
8821
8824
|
}
|
|
8822
8825
|
|
|
@@ -8850,7 +8853,7 @@ body, :host {
|
|
|
8850
8853
|
margin-block-start: 0;
|
|
8851
8854
|
margin-block-end: 0;
|
|
8852
8855
|
font-size: 18px;
|
|
8853
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8856
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
8854
8857
|
line-height: 24px;
|
|
8855
8858
|
font-weight: 600;
|
|
8856
8859
|
width: 100%;
|
|
@@ -14285,7 +14288,7 @@ body, :host {
|
|
|
14285
14288
|
}
|
|
14286
14289
|
.semi-hotKeys-content {
|
|
14287
14290
|
font-size: 12px;
|
|
14288
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14291
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14289
14292
|
line-height: 16px;
|
|
14290
14293
|
border-radius: 2px;
|
|
14291
14294
|
height: 20px;
|
|
@@ -14296,7 +14299,7 @@ body, :host {
|
|
|
14296
14299
|
}
|
|
14297
14300
|
.semi-hotKeys-split {
|
|
14298
14301
|
font-size: 12px;
|
|
14299
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14302
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14300
14303
|
line-height: 16px;
|
|
14301
14304
|
margin: 0 3px;
|
|
14302
14305
|
color: var(--semi-color-text-0);
|
|
@@ -14396,7 +14399,7 @@ body, :host {
|
|
|
14396
14399
|
right: 0;
|
|
14397
14400
|
font-weight: normal;
|
|
14398
14401
|
font-size: 14px;
|
|
14399
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14402
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14400
14403
|
line-height: 20px;
|
|
14401
14404
|
color: var(--semi-color-white);
|
|
14402
14405
|
height: 60px;
|
|
@@ -14443,7 +14446,7 @@ body, :host {
|
|
|
14443
14446
|
user-select: none;
|
|
14444
14447
|
color: var(--semi-color-white);
|
|
14445
14448
|
font-size: 16px;
|
|
14446
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14449
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14447
14450
|
line-height: 22px;
|
|
14448
14451
|
margin: 0 12px;
|
|
14449
14452
|
}
|
|
@@ -14578,7 +14581,7 @@ img[src=""], img:not([src]) {
|
|
|
14578
14581
|
vertical-align: middle;
|
|
14579
14582
|
box-shadow: none;
|
|
14580
14583
|
font-size: 14px;
|
|
14581
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14584
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14582
14585
|
line-height: 20px;
|
|
14583
14586
|
background-color: var(--semi-color-input-bg);
|
|
14584
14587
|
border: 1px var(--semi-color-border-1) solid;
|
|
@@ -14594,21 +14597,21 @@ img[src=""], img:not([src]) {
|
|
|
14594
14597
|
.semi-input-wrapper-default {
|
|
14595
14598
|
height: 32px;
|
|
14596
14599
|
font-size: 14px;
|
|
14597
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14600
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14598
14601
|
line-height: 20px;
|
|
14599
14602
|
line-height: 30px;
|
|
14600
14603
|
}
|
|
14601
14604
|
.semi-input-wrapper-small {
|
|
14602
14605
|
height: 24px;
|
|
14603
14606
|
font-size: 14px;
|
|
14604
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14607
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14605
14608
|
line-height: 20px;
|
|
14606
14609
|
line-height: 21px;
|
|
14607
14610
|
}
|
|
14608
14611
|
.semi-input-wrapper-large {
|
|
14609
14612
|
height: 40px;
|
|
14610
14613
|
font-size: 16px;
|
|
14611
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14614
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14612
14615
|
line-height: 22px;
|
|
14613
14616
|
line-height: 40px;
|
|
14614
14617
|
}
|
|
@@ -14906,21 +14909,21 @@ img[src=""], img:not([src]) {
|
|
|
14906
14909
|
.semi-input-large {
|
|
14907
14910
|
height: 40px;
|
|
14908
14911
|
font-size: 16px;
|
|
14909
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14912
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14910
14913
|
line-height: 22px;
|
|
14911
14914
|
line-height: 40px;
|
|
14912
14915
|
}
|
|
14913
14916
|
.semi-input-small {
|
|
14914
14917
|
height: 21px;
|
|
14915
14918
|
font-size: 14px;
|
|
14916
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14919
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14917
14920
|
line-height: 20px;
|
|
14918
14921
|
line-height: 21px;
|
|
14919
14922
|
}
|
|
14920
14923
|
.semi-input-default {
|
|
14921
14924
|
height: 30px;
|
|
14922
14925
|
font-size: 14px;
|
|
14923
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14926
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14924
14927
|
line-height: 20px;
|
|
14925
14928
|
line-height: 30px;
|
|
14926
14929
|
}
|
|
@@ -14978,7 +14981,7 @@ img[src=""], img:not([src]) {
|
|
|
14978
14981
|
background-color: var(--semi-color-input-bg);
|
|
14979
14982
|
color: var(--semi-color-text-2);
|
|
14980
14983
|
font-size: 14px;
|
|
14981
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14984
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
14982
14985
|
line-height: 20px;
|
|
14983
14986
|
flex-shrink: 0;
|
|
14984
14987
|
}
|
|
@@ -15518,7 +15521,7 @@ img[src=""], img:not([src]) {
|
|
|
15518
15521
|
|
|
15519
15522
|
.semi-list {
|
|
15520
15523
|
font-size: 14px;
|
|
15521
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15524
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15522
15525
|
line-height: 20px;
|
|
15523
15526
|
}
|
|
15524
15527
|
.semi-list-items {
|
|
@@ -15681,7 +15684,7 @@ img[src=""], img:not([src]) {
|
|
|
15681
15684
|
|
|
15682
15685
|
.semi-modal {
|
|
15683
15686
|
font-size: 14px;
|
|
15684
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15687
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15685
15688
|
line-height: 20px;
|
|
15686
15689
|
position: relative;
|
|
15687
15690
|
margin: 80px auto;
|
|
@@ -15993,7 +15996,7 @@ img[src=""], img:not([src]) {
|
|
|
15993
15996
|
margin-top: 0;
|
|
15994
15997
|
margin-bottom: 8px;
|
|
15995
15998
|
font-size: 14px;
|
|
15996
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15999
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
15997
16000
|
line-height: 20px;
|
|
15998
16001
|
font-weight: 400;
|
|
15999
16002
|
color: var(--semi-color-text-0);
|
|
@@ -16287,7 +16290,7 @@ img[src=""], img:not([src]) {
|
|
|
16287
16290
|
}
|
|
16288
16291
|
.semi-navigation-header-text {
|
|
16289
16292
|
font-size: 18px;
|
|
16290
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16293
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16291
16294
|
line-height: 24px;
|
|
16292
16295
|
font-weight: 600;
|
|
16293
16296
|
display: inline-flex;
|
|
@@ -16813,7 +16816,7 @@ img[src=""], img:not([src]) {
|
|
|
16813
16816
|
.semi-notification-notice-icon {
|
|
16814
16817
|
width: 24px;
|
|
16815
16818
|
font-size: 16px;
|
|
16816
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16819
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16817
16820
|
line-height: 22px;
|
|
16818
16821
|
display: flex;
|
|
16819
16822
|
align-items: flex-start;
|
|
@@ -16855,7 +16858,7 @@ img[src=""], img:not([src]) {
|
|
|
16855
16858
|
}
|
|
16856
16859
|
.semi-notification-notice-title {
|
|
16857
16860
|
font-size: 16px;
|
|
16858
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16861
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16859
16862
|
line-height: 22px;
|
|
16860
16863
|
font-weight: 600;
|
|
16861
16864
|
color: var(--semi-color-text-0);
|
|
@@ -16875,7 +16878,7 @@ img[src=""], img:not([src]) {
|
|
|
16875
16878
|
}
|
|
16876
16879
|
.semi-notification-notice-content {
|
|
16877
16880
|
font-size: 14px;
|
|
16878
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16881
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16879
16882
|
line-height: 20px;
|
|
16880
16883
|
font-weight: 400;
|
|
16881
16884
|
color: var(--semi-color-text-1);
|
|
@@ -16891,7 +16894,7 @@ img[src=""], img:not([src]) {
|
|
|
16891
16894
|
.semi-notification-notice-controls {
|
|
16892
16895
|
display: flex;
|
|
16893
16896
|
font-size: 14px;
|
|
16894
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16897
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
16895
16898
|
line-height: 20px;
|
|
16896
16899
|
cursor: pointer;
|
|
16897
16900
|
}
|
|
@@ -17112,13 +17115,13 @@ img[src=""], img:not([src]) {
|
|
|
17112
17115
|
list-style: none;
|
|
17113
17116
|
padding: 0;
|
|
17114
17117
|
align-items: center;
|
|
17115
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17118
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17116
17119
|
margin-block-start: 0;
|
|
17117
17120
|
margin-block-end: 0;
|
|
17118
17121
|
}
|
|
17119
17122
|
.semi-page-small {
|
|
17120
17123
|
font-size: 14px;
|
|
17121
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17124
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17122
17125
|
line-height: 20px;
|
|
17123
17126
|
font-weight: 400;
|
|
17124
17127
|
color: var(--semi-color-text-2);
|
|
@@ -17132,7 +17135,7 @@ img[src=""], img:not([src]) {
|
|
|
17132
17135
|
}
|
|
17133
17136
|
.semi-page-item {
|
|
17134
17137
|
font-size: 14px;
|
|
17135
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17138
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17136
17139
|
line-height: 20px;
|
|
17137
17140
|
min-width: 32px;
|
|
17138
17141
|
border: 0px solid transparent;
|
|
@@ -17209,7 +17212,7 @@ img[src=""], img:not([src]) {
|
|
|
17209
17212
|
}
|
|
17210
17213
|
.semi-page-total {
|
|
17211
17214
|
font-size: 14px;
|
|
17212
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17215
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17213
17216
|
line-height: 20px;
|
|
17214
17217
|
color: var(--semi-color-text-2);
|
|
17215
17218
|
}
|
|
@@ -17224,7 +17227,7 @@ img[src=""], img:not([src]) {
|
|
|
17224
17227
|
.semi-page-quickjump {
|
|
17225
17228
|
margin-left: 24px;
|
|
17226
17229
|
font-size: 14px;
|
|
17227
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17230
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17228
17231
|
line-height: 20px;
|
|
17229
17232
|
display: flex;
|
|
17230
17233
|
justify-content: center;
|
|
@@ -17330,7 +17333,7 @@ img[src=""], img:not([src]) {
|
|
|
17330
17333
|
}
|
|
17331
17334
|
.semi-popconfirm-header-title {
|
|
17332
17335
|
font-size: 16px;
|
|
17333
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17336
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17334
17337
|
line-height: 22px;
|
|
17335
17338
|
font-weight: 600;
|
|
17336
17339
|
margin-bottom: 8px;
|
|
@@ -17432,7 +17435,7 @@ img[src=""], img:not([src]) {
|
|
|
17432
17435
|
z-index: 1030;
|
|
17433
17436
|
border-radius: var(--semi-border-radius-medium);
|
|
17434
17437
|
font-size: 14px;
|
|
17435
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17438
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17436
17439
|
line-height: 20px;
|
|
17437
17440
|
opacity: 0;
|
|
17438
17441
|
}
|
|
@@ -17709,7 +17712,7 @@ img[src=""], img:not([src]) {
|
|
|
17709
17712
|
.semi-radio {
|
|
17710
17713
|
box-sizing: border-box;
|
|
17711
17714
|
font-size: 14px;
|
|
17712
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17715
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17713
17716
|
line-height: 20px;
|
|
17714
17717
|
position: relative;
|
|
17715
17718
|
display: inline-flex;
|
|
@@ -17995,7 +17998,7 @@ img[src=""], img:not([src]) {
|
|
|
17995
17998
|
|
|
17996
17999
|
.semi-radioGroup {
|
|
17997
18000
|
font-size: 14px;
|
|
17998
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18001
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
17999
18002
|
line-height: 20px;
|
|
18000
18003
|
}
|
|
18001
18004
|
.semi-radioGroup-vertical {
|
|
@@ -18266,7 +18269,7 @@ img[src=""], img:not([src]) {
|
|
|
18266
18269
|
border-radius: var(--semi-border-radius-medium);
|
|
18267
18270
|
overflow: hidden;
|
|
18268
18271
|
font-size: 14px;
|
|
18269
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18272
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18270
18273
|
line-height: 20px;
|
|
18271
18274
|
user-select: none;
|
|
18272
18275
|
display: flex;
|
|
@@ -18282,7 +18285,7 @@ img[src=""], img:not([src]) {
|
|
|
18282
18285
|
font-weight: 600;
|
|
18283
18286
|
color: var(--semi-color-text-0);
|
|
18284
18287
|
font-size: 14px;
|
|
18285
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18288
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18286
18289
|
line-height: 20px;
|
|
18287
18290
|
}
|
|
18288
18291
|
.semi-scrolllist-body {
|
|
@@ -18444,7 +18447,7 @@ img[src=""], img:not([src]) {
|
|
|
18444
18447
|
|
|
18445
18448
|
.semi-select-option {
|
|
18446
18449
|
font-size: 14px;
|
|
18447
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18450
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18448
18451
|
line-height: 20px;
|
|
18449
18452
|
word-break: break-all;
|
|
18450
18453
|
padding-left: 12px;
|
|
@@ -18550,7 +18553,7 @@ img[src=""], img:not([src]) {
|
|
|
18550
18553
|
}
|
|
18551
18554
|
.semi-select-large .semi-select-selection {
|
|
18552
18555
|
font-size: 16px;
|
|
18553
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18556
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18554
18557
|
line-height: 22px;
|
|
18555
18558
|
}
|
|
18556
18559
|
.semi-select-open, .semi-select-focus {
|
|
@@ -18624,7 +18627,7 @@ img[src=""], img:not([src]) {
|
|
|
18624
18627
|
}
|
|
18625
18628
|
.semi-select-selection {
|
|
18626
18629
|
font-size: 14px;
|
|
18627
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18630
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18628
18631
|
line-height: 20px;
|
|
18629
18632
|
height: 100%;
|
|
18630
18633
|
display: flex;
|
|
@@ -18749,7 +18752,7 @@ img[src=""], img:not([src]) {
|
|
|
18749
18752
|
margin: 0px 12px;
|
|
18750
18753
|
color: var(--semi-color-text-2);
|
|
18751
18754
|
font-size: 14px;
|
|
18752
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18755
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18753
18756
|
line-height: 20px;
|
|
18754
18757
|
font-weight: 600;
|
|
18755
18758
|
}
|
|
@@ -18780,7 +18783,7 @@ img[src=""], img:not([src]) {
|
|
|
18780
18783
|
margin: 0px 12px;
|
|
18781
18784
|
font-weight: 600;
|
|
18782
18785
|
font-size: 14px;
|
|
18783
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18786
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18784
18787
|
line-height: 20px;
|
|
18785
18788
|
color: var(--semi-color-text-2);
|
|
18786
18789
|
flex-shrink: 0;
|
|
@@ -18894,7 +18897,7 @@ img[src=""], img:not([src]) {
|
|
|
18894
18897
|
padding-left: 32px;
|
|
18895
18898
|
padding-right: 16px;
|
|
18896
18899
|
font-size: 12px;
|
|
18897
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18900
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
18898
18901
|
line-height: 16px;
|
|
18899
18902
|
cursor: default;
|
|
18900
18903
|
}
|
|
@@ -19005,7 +19008,7 @@ img[src=""], img:not([src]) {
|
|
|
19005
19008
|
|
|
19006
19009
|
.semi-sidesheet {
|
|
19007
19010
|
font-size: 14px;
|
|
19008
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19011
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19009
19012
|
line-height: 20px;
|
|
19010
19013
|
position: fixed;
|
|
19011
19014
|
margin: 0;
|
|
@@ -19060,7 +19063,7 @@ img[src=""], img:not([src]) {
|
|
|
19060
19063
|
flex: 1 0 auto;
|
|
19061
19064
|
margin: 0;
|
|
19062
19065
|
font-size: 18px;
|
|
19063
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19066
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19064
19067
|
line-height: 24px;
|
|
19065
19068
|
font-weight: 600;
|
|
19066
19069
|
font-size: 18px;
|
|
@@ -19761,7 +19764,7 @@ img[src=""], img:not([src]) {
|
|
|
19761
19764
|
.semi-steps .semi-steps-item .semi-steps-item-title {
|
|
19762
19765
|
position: relative;
|
|
19763
19766
|
font-size: 18px;
|
|
19764
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19767
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19765
19768
|
line-height: 24px;
|
|
19766
19769
|
font-weight: 600;
|
|
19767
19770
|
width: 100%;
|
|
@@ -19773,7 +19776,7 @@ img[src=""], img:not([src]) {
|
|
|
19773
19776
|
}
|
|
19774
19777
|
.semi-steps .semi-steps-item .semi-steps-item-description {
|
|
19775
19778
|
font-size: 14px;
|
|
19776
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19779
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19777
19780
|
line-height: 20px;
|
|
19778
19781
|
color: var(--semi-color-text-2);
|
|
19779
19782
|
width: 100%;
|
|
@@ -19864,7 +19867,7 @@ img[src=""], img:not([src]) {
|
|
|
19864
19867
|
align-items: center;
|
|
19865
19868
|
justify-content: center;
|
|
19866
19869
|
font-size: 20px;
|
|
19867
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19870
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19868
19871
|
line-height: 28px;
|
|
19869
19872
|
font-weight: 600;
|
|
19870
19873
|
flex-grow: 0;
|
|
@@ -19919,7 +19922,7 @@ img[src=""], img:not([src]) {
|
|
|
19919
19922
|
}
|
|
19920
19923
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-description {
|
|
19921
19924
|
font-size: 12px;
|
|
19922
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19925
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19923
19926
|
line-height: 16px;
|
|
19924
19927
|
color: var(--semi-color-text-2);
|
|
19925
19928
|
width: 100%;
|
|
@@ -19980,7 +19983,7 @@ img[src=""], img:not([src]) {
|
|
|
19980
19983
|
}
|
|
19981
19984
|
.semi-steps-basic.semi-steps-vertical .semi-steps-item .semi-steps-item-description {
|
|
19982
19985
|
font-size: 12px;
|
|
19983
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19986
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
19984
19987
|
line-height: 16px;
|
|
19985
19988
|
color: var(--semi-color-text-2);
|
|
19986
19989
|
width: 100%;
|
|
@@ -20034,7 +20037,7 @@ img[src=""], img:not([src]) {
|
|
|
20034
20037
|
width: 24px;
|
|
20035
20038
|
height: 24px;
|
|
20036
20039
|
font-size: 16px;
|
|
20037
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20040
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20038
20041
|
line-height: 22px;
|
|
20039
20042
|
font-weight: 600;
|
|
20040
20043
|
background: var(--semi-color-primary);
|
|
@@ -20046,7 +20049,7 @@ img[src=""], img:not([src]) {
|
|
|
20046
20049
|
position: relative;
|
|
20047
20050
|
display: inline-block;
|
|
20048
20051
|
font-size: 16px;
|
|
20049
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20052
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20050
20053
|
line-height: 22px;
|
|
20051
20054
|
line-height: 24px;
|
|
20052
20055
|
font-weight: 600;
|
|
@@ -20096,7 +20099,7 @@ img[src=""], img:not([src]) {
|
|
|
20096
20099
|
}
|
|
20097
20100
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20098
20101
|
font-size: 14px;
|
|
20099
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20102
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20100
20103
|
line-height: 20px;
|
|
20101
20104
|
}
|
|
20102
20105
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon {
|
|
@@ -20104,7 +20107,7 @@ img[src=""], img:not([src]) {
|
|
|
20104
20107
|
}
|
|
20105
20108
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon .semi-steps-item-number-icon {
|
|
20106
20109
|
font-size: 12px;
|
|
20107
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20110
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20108
20111
|
line-height: 16px;
|
|
20109
20112
|
width: 20px;
|
|
20110
20113
|
height: 20px;
|
|
@@ -20141,7 +20144,7 @@ img[src=""], img:not([src]) {
|
|
|
20141
20144
|
}
|
|
20142
20145
|
.semi-steps-nav .semi-steps-item .semi-steps-item-title {
|
|
20143
20146
|
font-size: 16px;
|
|
20144
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20147
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20145
20148
|
line-height: 22px;
|
|
20146
20149
|
max-width: 17em;
|
|
20147
20150
|
overflow: hidden;
|
|
@@ -20155,7 +20158,7 @@ img[src=""], img:not([src]) {
|
|
|
20155
20158
|
}
|
|
20156
20159
|
.semi-steps-nav.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20157
20160
|
font-size: 14px;
|
|
20158
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20161
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20159
20162
|
line-height: 20px;
|
|
20160
20163
|
}
|
|
20161
20164
|
|
|
@@ -20516,7 +20519,7 @@ img[src=""], img:not([src]) {
|
|
|
20516
20519
|
|
|
20517
20520
|
.semi-table-pagination-info {
|
|
20518
20521
|
font-size: 14px;
|
|
20519
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20522
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20520
20523
|
line-height: 20px;
|
|
20521
20524
|
font-weight: 400;
|
|
20522
20525
|
}
|
|
@@ -20542,7 +20545,7 @@ img[src=""], img:not([src]) {
|
|
|
20542
20545
|
margin: 0;
|
|
20543
20546
|
padding: 0;
|
|
20544
20547
|
font-size: 14px;
|
|
20545
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20548
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
20546
20549
|
line-height: 20px;
|
|
20547
20550
|
color: var(--semi-color-text-1);
|
|
20548
20551
|
width: 100%;
|
|
@@ -20883,36 +20886,41 @@ img[src=""], img:not([src]) {
|
|
|
20883
20886
|
.semi-table .semi-table-column-filter.on {
|
|
20884
20887
|
color: var(--semi-color-primary);
|
|
20885
20888
|
}
|
|
20886
|
-
.semi-table-bordered .semi-table-title {
|
|
20889
|
+
.semi-table-bordered > .semi-table-title {
|
|
20887
20890
|
padding-left: 16px;
|
|
20888
20891
|
padding-right: 16px;
|
|
20889
20892
|
border-top: 1px solid var(--semi-color-border-1);
|
|
20890
20893
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20891
20894
|
border-left: 1px solid var(--semi-color-border-1);
|
|
20892
20895
|
}
|
|
20893
|
-
.semi-table-bordered .semi-table-container {
|
|
20896
|
+
.semi-table-bordered > .semi-table-container {
|
|
20894
20897
|
border: 1px solid var(--semi-color-border-1);
|
|
20895
20898
|
border-right: 0;
|
|
20896
20899
|
border-bottom: 0;
|
|
20897
20900
|
}
|
|
20898
|
-
.semi-table-bordered .semi-table-header::-webkit-scrollbar {
|
|
20901
|
+
:where(.semi-table-bordered) > .semi-table-container > .semi-table-header::-webkit-scrollbar {
|
|
20899
20902
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20900
20903
|
}
|
|
20901
|
-
.semi-table-bordered .semi-table-footer {
|
|
20904
|
+
:where(.semi-table-bordered) > .semi-table-container > .semi-table-footer {
|
|
20902
20905
|
border-left: 1px solid var(--semi-color-border-1);
|
|
20903
20906
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20904
20907
|
border-bottom: 1px solid var(--semi-color-border-1);
|
|
20905
20908
|
}
|
|
20906
|
-
.semi-table-bordered .semi-table-
|
|
20909
|
+
:where(.semi-table-bordered > .semi-table-container) > .semi-table-body > .semi-table-placeholder {
|
|
20910
|
+
border-right: 1px solid var(--semi-color-border-1);
|
|
20911
|
+
}
|
|
20912
|
+
:where(.semi-table-bordered > .semi-table-container > .semi-table-body) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head .react-resizable-handle {
|
|
20907
20913
|
background-color: transparent;
|
|
20908
20914
|
}
|
|
20909
|
-
.semi-table-bordered .semi-table-thead > .semi-table-row > .semi-table-row-head,
|
|
20910
|
-
.semi-table-bordered .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
|
|
20915
|
+
:where(.semi-table-bordered > .semi-table-container > .semi-table-body) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head, :where(.semi-table-bordered > .semi-table-container > .semi-table-body) > .semi-table > .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
|
|
20911
20916
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20912
20917
|
}
|
|
20913
|
-
.semi-table-bordered .semi-table-
|
|
20918
|
+
:where(.semi-table-bordered > .semi-table-container > .semi-table-header) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head {
|
|
20914
20919
|
border-right: 1px solid var(--semi-color-border-1);
|
|
20915
20920
|
}
|
|
20921
|
+
: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 {
|
|
20922
|
+
background-color: transparent;
|
|
20923
|
+
}
|
|
20916
20924
|
.semi-table-placeholder {
|
|
20917
20925
|
position: sticky;
|
|
20918
20926
|
left: 0px;
|
|
@@ -21156,7 +21164,7 @@ img[src=""], img:not([src]) {
|
|
|
21156
21164
|
}
|
|
21157
21165
|
.semi-tabs-bar .semi-tabs-tab {
|
|
21158
21166
|
font-size: 14px;
|
|
21159
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21167
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21160
21168
|
line-height: 20px;
|
|
21161
21169
|
cursor: pointer;
|
|
21162
21170
|
box-sizing: border-box;
|
|
@@ -21217,7 +21225,7 @@ img[src=""], img:not([src]) {
|
|
|
21217
21225
|
}
|
|
21218
21226
|
.semi-tabs-tab-single.semi-tabs-tab {
|
|
21219
21227
|
font-size: 14px;
|
|
21220
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21228
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21221
21229
|
line-height: 20px;
|
|
21222
21230
|
cursor: pointer;
|
|
21223
21231
|
box-sizing: border-box;
|
|
@@ -21880,7 +21888,7 @@ img[src=""], img:not([src]) {
|
|
|
21880
21888
|
}
|
|
21881
21889
|
.semi-tag-default, .semi-tag-small {
|
|
21882
21890
|
font-size: 12px;
|
|
21883
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21891
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21884
21892
|
line-height: 16px;
|
|
21885
21893
|
height: 20px;
|
|
21886
21894
|
padding: 2px 8px;
|
|
@@ -21896,7 +21904,7 @@ img[src=""], img:not([src]) {
|
|
|
21896
21904
|
}
|
|
21897
21905
|
.semi-tag-large {
|
|
21898
21906
|
font-size: 12px;
|
|
21899
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21907
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21900
21908
|
line-height: 16px;
|
|
21901
21909
|
padding: 4px 8px;
|
|
21902
21910
|
height: 24px;
|
|
@@ -22633,7 +22641,7 @@ img[src=""], img:not([src]) {
|
|
|
22633
22641
|
margin: 0 12px;
|
|
22634
22642
|
font-weight: 600;
|
|
22635
22643
|
font-size: 14px;
|
|
22636
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22644
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22637
22645
|
line-height: 20px;
|
|
22638
22646
|
color: var(--semi-color-text-2);
|
|
22639
22647
|
flex-shrink: 0;
|
|
@@ -22649,7 +22657,7 @@ img[src=""], img:not([src]) {
|
|
|
22649
22657
|
font-weight: 600;
|
|
22650
22658
|
white-space: nowrap;
|
|
22651
22659
|
font-size: 14px;
|
|
22652
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22660
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22653
22661
|
line-height: 20px;
|
|
22654
22662
|
}
|
|
22655
22663
|
.semi-tagInput-prefix-icon, .semi-tagInput-suffix-icon {
|
|
@@ -22766,7 +22774,7 @@ img[src=""], img:not([src]) {
|
|
|
22766
22774
|
}
|
|
22767
22775
|
.semi-timepicker .semi-timepicker-input {
|
|
22768
22776
|
font-size: 14px;
|
|
22769
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22777
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22770
22778
|
line-height: 20px;
|
|
22771
22779
|
border-radius: var(--semi-border-radius-small);
|
|
22772
22780
|
align-items: center;
|
|
@@ -22872,7 +22880,7 @@ img[src=""], img:not([src]) {
|
|
|
22872
22880
|
}
|
|
22873
22881
|
.semi-timeline-item-content {
|
|
22874
22882
|
font-size: 14px;
|
|
22875
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22883
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22876
22884
|
line-height: 20px;
|
|
22877
22885
|
position: relative;
|
|
22878
22886
|
margin: 0 0 0 25px;
|
|
@@ -22881,7 +22889,7 @@ img[src=""], img:not([src]) {
|
|
|
22881
22889
|
}
|
|
22882
22890
|
.semi-timeline-item-content-extra, .semi-timeline-item-content-time {
|
|
22883
22891
|
font-size: 12px;
|
|
22884
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22892
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
22885
22893
|
line-height: 16px;
|
|
22886
22894
|
color: var(--semi-color-text-2);
|
|
22887
22895
|
margin-top: 4px;
|
|
@@ -23027,7 +23035,7 @@ img[src=""], img:not([src]) {
|
|
|
23027
23035
|
pointer-events: all;
|
|
23028
23036
|
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);
|
|
23029
23037
|
font-size: 14px;
|
|
23030
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23038
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23031
23039
|
line-height: 20px;
|
|
23032
23040
|
background-color: var(--semi-color-bg-3);
|
|
23033
23041
|
border-radius: var(--semi-border-radius-medium);
|
|
@@ -23178,7 +23186,7 @@ img[src=""], img:not([src]) {
|
|
|
23178
23186
|
word-wrap: break-word;
|
|
23179
23187
|
overflow-wrap: break-word;
|
|
23180
23188
|
font-size: 14px;
|
|
23181
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23189
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23182
23190
|
line-height: 20px;
|
|
23183
23191
|
opacity: 0;
|
|
23184
23192
|
max-width: 240px;
|
|
@@ -23374,7 +23382,7 @@ img[src=""], img:not([src]) {
|
|
|
23374
23382
|
}
|
|
23375
23383
|
.semi-transfer-header {
|
|
23376
23384
|
font-size: 12px;
|
|
23377
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23385
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23378
23386
|
line-height: 16px;
|
|
23379
23387
|
display: flex;
|
|
23380
23388
|
align-items: center;
|
|
@@ -23392,7 +23400,7 @@ img[src=""], img:not([src]) {
|
|
|
23392
23400
|
}
|
|
23393
23401
|
.semi-transfer-header .semi-button {
|
|
23394
23402
|
font-size: 12px;
|
|
23395
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23403
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23396
23404
|
line-height: 16px;
|
|
23397
23405
|
}
|
|
23398
23406
|
.semi-transfer-item {
|
|
@@ -23404,7 +23412,7 @@ img[src=""], img:not([src]) {
|
|
|
23404
23412
|
padding-left: 12px;
|
|
23405
23413
|
user-select: none;
|
|
23406
23414
|
font-size: 14px;
|
|
23407
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23415
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23408
23416
|
line-height: 20px;
|
|
23409
23417
|
display: flex;
|
|
23410
23418
|
align-items: center;
|
|
@@ -23502,7 +23510,7 @@ img[src=""], img:not([src]) {
|
|
|
23502
23510
|
justify-content: center;
|
|
23503
23511
|
align-items: center;
|
|
23504
23512
|
font-size: 12px;
|
|
23505
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23513
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23506
23514
|
line-height: 16px;
|
|
23507
23515
|
color: var(--semi-color-text-2);
|
|
23508
23516
|
}
|
|
@@ -23516,7 +23524,7 @@ img[src=""], img:not([src]) {
|
|
|
23516
23524
|
color: var(--semi-color-text-2);
|
|
23517
23525
|
padding-left: 12px;
|
|
23518
23526
|
font-size: 12px;
|
|
23519
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23527
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23520
23528
|
line-height: 16px;
|
|
23521
23529
|
height: 28px;
|
|
23522
23530
|
display: flex;
|
|
@@ -23596,7 +23604,7 @@ img[src=""], img:not([src]) {
|
|
|
23596
23604
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
23597
23605
|
transform: scale(var(--semi-transform_scale-none));
|
|
23598
23606
|
font-size: 14px;
|
|
23599
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23607
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
23600
23608
|
line-height: 20px;
|
|
23601
23609
|
word-break: break-word;
|
|
23602
23610
|
color: var(--semi-color-text-0);
|
|
@@ -24182,7 +24190,7 @@ img[src=""], img:not([src]) {
|
|
|
24182
24190
|
}
|
|
24183
24191
|
.semi-tree-select-selection {
|
|
24184
24192
|
font-size: 14px;
|
|
24185
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24193
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24186
24194
|
line-height: 20px;
|
|
24187
24195
|
height: 100%;
|
|
24188
24196
|
display: inline-flex;
|
|
@@ -24301,7 +24309,7 @@ img[src=""], img:not([src]) {
|
|
|
24301
24309
|
}
|
|
24302
24310
|
.semi-tree-select-large .semi-tree-select-selection {
|
|
24303
24311
|
font-size: 16px;
|
|
24304
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24312
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24305
24313
|
line-height: 22px;
|
|
24306
24314
|
}
|
|
24307
24315
|
.semi-tree-select-arrow {
|
|
@@ -24318,7 +24326,7 @@ img[src=""], img:not([src]) {
|
|
|
24318
24326
|
margin: 0px 12px;
|
|
24319
24327
|
font-weight: 600;
|
|
24320
24328
|
font-size: 14px;
|
|
24321
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24329
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24322
24330
|
line-height: 20px;
|
|
24323
24331
|
color: var(--semi-color-text-2);
|
|
24324
24332
|
flex-shrink: 0;
|
|
@@ -24353,7 +24361,7 @@ img[src=""], img:not([src]) {
|
|
|
24353
24361
|
color: var(--semi-color-text-2);
|
|
24354
24362
|
font-weight: 600;
|
|
24355
24363
|
font-size: 14px;
|
|
24356
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24364
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24357
24365
|
line-height: 20px;
|
|
24358
24366
|
margin: 0px 12px;
|
|
24359
24367
|
}
|
|
@@ -24463,7 +24471,7 @@ img[src=""], img:not([src]) {
|
|
|
24463
24471
|
.semi-typography {
|
|
24464
24472
|
color: var(--semi-color-text-0);
|
|
24465
24473
|
font-size: 14px;
|
|
24466
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24474
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24467
24475
|
line-height: 20px;
|
|
24468
24476
|
}
|
|
24469
24477
|
.semi-typography.semi-typography-secondary {
|
|
@@ -24503,7 +24511,7 @@ img[src=""], img:not([src]) {
|
|
|
24503
24511
|
}
|
|
24504
24512
|
.semi-typography-small {
|
|
24505
24513
|
font-size: 12px;
|
|
24506
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24514
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24507
24515
|
line-height: 16px;
|
|
24508
24516
|
font-weight: 400;
|
|
24509
24517
|
}
|
|
@@ -24604,7 +24612,7 @@ img[src=""], img:not([src]) {
|
|
|
24604
24612
|
h1.semi-typography,
|
|
24605
24613
|
.semi-typography-h1.semi-typography {
|
|
24606
24614
|
font-size: 32px;
|
|
24607
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24615
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24608
24616
|
line-height: 44px;
|
|
24609
24617
|
font-weight: 600;
|
|
24610
24618
|
margin: 0;
|
|
@@ -24633,7 +24641,7 @@ h1.semi-typography.semi-typography-h1-weight-bold,
|
|
|
24633
24641
|
h2.semi-typography,
|
|
24634
24642
|
.semi-typography-h2.semi-typography {
|
|
24635
24643
|
font-size: 28px;
|
|
24636
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24644
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24637
24645
|
line-height: 40px;
|
|
24638
24646
|
font-weight: 600;
|
|
24639
24647
|
margin: 0;
|
|
@@ -24662,7 +24670,7 @@ h2.semi-typography.semi-typography-h2-weight-bold,
|
|
|
24662
24670
|
h3.semi-typography,
|
|
24663
24671
|
.semi-typography-h3.semi-typography {
|
|
24664
24672
|
font-size: 24px;
|
|
24665
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24673
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24666
24674
|
line-height: 32px;
|
|
24667
24675
|
font-weight: 600;
|
|
24668
24676
|
margin: 0;
|
|
@@ -24691,7 +24699,7 @@ h3.semi-typography.semi-typography-h3-weight-bold,
|
|
|
24691
24699
|
h4.semi-typography,
|
|
24692
24700
|
.semi-typography-h4.semi-typography {
|
|
24693
24701
|
font-size: 20px;
|
|
24694
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24702
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24695
24703
|
line-height: 28px;
|
|
24696
24704
|
font-weight: 600;
|
|
24697
24705
|
margin: 0;
|
|
@@ -24720,7 +24728,7 @@ h4.semi-typography.semi-typography-h4-weight-bold,
|
|
|
24720
24728
|
h5.semi-typography,
|
|
24721
24729
|
.semi-typography-h5.semi-typography {
|
|
24722
24730
|
font-size: 18px;
|
|
24723
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24731
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24724
24732
|
line-height: 24px;
|
|
24725
24733
|
font-weight: 600;
|
|
24726
24734
|
margin: 0;
|
|
@@ -24749,7 +24757,7 @@ h5.semi-typography.semi-typography-h5-weight-bold,
|
|
|
24749
24757
|
h6.semi-typography,
|
|
24750
24758
|
.semi-typography-h6.semi-typography {
|
|
24751
24759
|
font-size: 16px;
|
|
24752
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24760
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24753
24761
|
line-height: 22px;
|
|
24754
24762
|
font-weight: 600;
|
|
24755
24763
|
margin: 0;
|
|
@@ -24897,7 +24905,7 @@ p.semi-typography-extended,
|
|
|
24897
24905
|
}
|
|
24898
24906
|
.semi-upload-file-list-title {
|
|
24899
24907
|
font-size: 12px;
|
|
24900
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24908
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24901
24909
|
line-height: 16px;
|
|
24902
24910
|
color: var(--semi-color-text-2);
|
|
24903
24911
|
margin-bottom: 4px;
|
|
@@ -24973,14 +24981,14 @@ p.semi-typography-extended,
|
|
|
24973
24981
|
white-space: nowrap;
|
|
24974
24982
|
display: inline-block;
|
|
24975
24983
|
font-size: 14px;
|
|
24976
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24984
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24977
24985
|
line-height: 20px;
|
|
24978
24986
|
font-weight: 600;
|
|
24979
24987
|
color: var(--semi-color-text-0);
|
|
24980
24988
|
}
|
|
24981
24989
|
.semi-upload-file-card-info-size {
|
|
24982
24990
|
font-size: 12px;
|
|
24983
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24991
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24984
24992
|
line-height: 16px;
|
|
24985
24993
|
font-weight: 400;
|
|
24986
24994
|
margin-left: 8px;
|
|
@@ -24994,7 +25002,7 @@ p.semi-typography-extended,
|
|
|
24994
25002
|
}
|
|
24995
25003
|
.semi-upload-file-card-info-validate-message {
|
|
24996
25004
|
font-size: 12px;
|
|
24997
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25005
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
24998
25006
|
line-height: 16px;
|
|
24999
25007
|
display: flex;
|
|
25000
25008
|
align-items: center;
|
|
@@ -25002,7 +25010,7 @@ p.semi-typography-extended,
|
|
|
25002
25010
|
}
|
|
25003
25011
|
.semi-upload-file-card-info-retry {
|
|
25004
25012
|
font-size: 12px;
|
|
25005
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25013
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25006
25014
|
line-height: 16px;
|
|
25007
25015
|
color: var(--semi-color-primary);
|
|
25008
25016
|
cursor: pointer;
|
|
@@ -25277,7 +25285,7 @@ p.semi-typography-extended,
|
|
|
25277
25285
|
.semi-upload-drag-area-main-text {
|
|
25278
25286
|
cursor: pointer;
|
|
25279
25287
|
font-size: 14px;
|
|
25280
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25288
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25281
25289
|
line-height: 20px;
|
|
25282
25290
|
margin-bottom: 4px;
|
|
25283
25291
|
color: var(--semi-color-text-0);
|
|
@@ -25291,7 +25299,7 @@ p.semi-typography-extended,
|
|
|
25291
25299
|
.semi-upload-drag-area-sub-text {
|
|
25292
25300
|
cursor: pointer;
|
|
25293
25301
|
font-size: 12px;
|
|
25294
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25302
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25295
25303
|
line-height: 16px;
|
|
25296
25304
|
color: var(--semi-color-text-0);
|
|
25297
25305
|
}
|
|
@@ -25303,7 +25311,7 @@ p.semi-typography-extended,
|
|
|
25303
25311
|
}
|
|
25304
25312
|
.semi-upload-drag-area-tips {
|
|
25305
25313
|
font-size: 12px;
|
|
25306
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25314
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
25307
25315
|
line-height: 16px;
|
|
25308
25316
|
font-weight: 600;
|
|
25309
25317
|
}
|
|
@@ -26067,7 +26075,7 @@ p.semi-typography-extended,
|
|
|
26067
26075
|
padding: 5px 12px;
|
|
26068
26076
|
box-shadow: none;
|
|
26069
26077
|
font-size: 14px;
|
|
26070
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26078
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26071
26079
|
line-height: 20px;
|
|
26072
26080
|
background-color: transparent;
|
|
26073
26081
|
border: 0 solid transparent;
|
|
@@ -26106,7 +26114,7 @@ p.semi-typography-extended,
|
|
|
26106
26114
|
}
|
|
26107
26115
|
.semi-input-textarea-counter {
|
|
26108
26116
|
font-size: 12px;
|
|
26109
|
-
font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26117
|
+
font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26110
26118
|
line-height: 16px;
|
|
26111
26119
|
display: flex;
|
|
26112
26120
|
flex-direction: column;
|