@semi-bot/semi-theme-paipan 1.0.0 → 1.0.2
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 +364 -364
- package/scss/_font.scss +8 -8
- package/scss/_palette.scss +338 -338
- package/scss/global.scss +2 -2
- package/scss/variables.scss +1 -1
- package/semi.css +500 -500
- package/semi.min.css +1 -1
package/semi.css
CHANGED
|
@@ -2,352 +2,352 @@
|
|
|
2
2
|
/* spacing */
|
|
3
3
|
body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light {
|
|
4
4
|
--semi-black: 0,0,0;
|
|
5
|
-
--semi-red-0:
|
|
6
|
-
--semi-red-1:
|
|
7
|
-
--semi-red-2:
|
|
8
|
-
--semi-red-3:
|
|
9
|
-
--semi-red-4:
|
|
10
|
-
--semi-red-5:
|
|
11
|
-
--semi-red-6:
|
|
12
|
-
--semi-red-7:
|
|
13
|
-
--semi-red-8:
|
|
14
|
-
--semi-red-9:
|
|
5
|
+
--semi-red-0: 255,243,237;
|
|
6
|
+
--semi-red-1: 255,222,209;
|
|
7
|
+
--semi-red-2: 255,186,163;
|
|
8
|
+
--semi-red-3: 255,147,117;
|
|
9
|
+
--semi-red-4: 255,105,71;
|
|
10
|
+
--semi-red-5: 255,60,25;
|
|
11
|
+
--semi-red-6: 219,39,15;
|
|
12
|
+
--semi-red-7: 184,22,7;
|
|
13
|
+
--semi-red-8: 148,9,1;
|
|
14
|
+
--semi-red-9: 112,2,0;
|
|
15
15
|
--semi-white: 255,255,255;
|
|
16
|
-
--semi-blue-0:
|
|
17
|
-
--semi-blue-1:
|
|
18
|
-
--semi-blue-2:
|
|
19
|
-
--semi-blue-3:
|
|
20
|
-
--semi-blue-4:
|
|
21
|
-
--semi-blue-5: 0,
|
|
22
|
-
--semi-blue-6: 0,98,
|
|
23
|
-
--semi-blue-7: 0,79,
|
|
24
|
-
--semi-blue-8: 0,61,
|
|
25
|
-
--semi-blue-9: 0,44,
|
|
26
|
-
--semi-cyan-0: 229,
|
|
27
|
-
--semi-cyan-1: 194,
|
|
28
|
-
--semi-cyan-2: 138,
|
|
29
|
-
--semi-cyan-3:
|
|
30
|
-
--semi-cyan-4:
|
|
31
|
-
--semi-cyan-5:
|
|
32
|
-
--semi-cyan-6:
|
|
33
|
-
--semi-cyan-7:
|
|
34
|
-
--semi-cyan-8: 0,
|
|
35
|
-
--semi-cyan-9: 0,
|
|
16
|
+
--semi-blue-0: 235,246,255;
|
|
17
|
+
--semi-blue-1: 204,231,255;
|
|
18
|
+
--semi-blue-2: 153,205,255;
|
|
19
|
+
--semi-blue-3: 102,178,255;
|
|
20
|
+
--semi-blue-4: 51,149,255;
|
|
21
|
+
--semi-blue-5: 0,118,255;
|
|
22
|
+
--semi-blue-6: 0,98,219;
|
|
23
|
+
--semi-blue-7: 0,79,184;
|
|
24
|
+
--semi-blue-8: 0,61,148;
|
|
25
|
+
--semi-blue-9: 0,44,112;
|
|
26
|
+
--semi-cyan-0: 229,248,249;
|
|
27
|
+
--semi-cyan-1: 194,240,243;
|
|
28
|
+
--semi-cyan-2: 138,224,230;
|
|
29
|
+
--semi-cyan-3: 87,207,218;
|
|
30
|
+
--semi-cyan-4: 41,189,205;
|
|
31
|
+
--semi-cyan-5: 0,170,193;
|
|
32
|
+
--semi-cyan-6: 0,139,161;
|
|
33
|
+
--semi-cyan-7: 0,109,129;
|
|
34
|
+
--semi-cyan-8: 0,80,97;
|
|
35
|
+
--semi-cyan-9: 0,52,64;
|
|
36
36
|
--semi-grey-0: 249,249,249;
|
|
37
|
-
--semi-grey-1: 230,
|
|
38
|
-
--semi-grey-2: 198,
|
|
39
|
-
--semi-grey-3: 167,
|
|
40
|
-
--semi-grey-4: 136,
|
|
41
|
-
--semi-grey-5: 107,
|
|
42
|
-
--semi-grey-6: 85,
|
|
43
|
-
--semi-grey-7: 65,
|
|
44
|
-
--semi-grey-8: 46,
|
|
45
|
-
--semi-grey-9: 28,
|
|
46
|
-
--semi-lime-0:
|
|
47
|
-
--semi-lime-1: 227,
|
|
48
|
-
--semi-lime-2: 203,
|
|
49
|
-
--semi-lime-3: 183,
|
|
50
|
-
--semi-lime-4: 167,
|
|
51
|
-
--semi-lime-5: 155,
|
|
52
|
-
--semi-lime-6: 126,
|
|
53
|
-
--semi-lime-7:
|
|
54
|
-
--semi-lime-8: 72,
|
|
55
|
-
--semi-lime-9: 47,
|
|
56
|
-
--semi-pink-0:
|
|
57
|
-
--semi-pink-1:
|
|
58
|
-
--semi-pink-2:
|
|
59
|
-
--semi-pink-3:
|
|
60
|
-
--semi-pink-4:
|
|
61
|
-
--semi-pink-5:
|
|
62
|
-
--semi-pink-6:
|
|
63
|
-
--semi-pink-7:
|
|
64
|
-
--semi-pink-8:
|
|
65
|
-
--semi-pink-9:
|
|
66
|
-
--semi-teal-0: 228,247,
|
|
67
|
-
--semi-teal-1: 192,240,
|
|
68
|
-
--semi-teal-2: 135,
|
|
69
|
-
--semi-teal-3: 84,209,
|
|
70
|
-
--semi-teal-4: 39,194,
|
|
71
|
-
--semi-teal-5: 0,179,
|
|
72
|
-
--semi-teal-6: 0,149,
|
|
73
|
-
--semi-teal-7: 0,119,
|
|
74
|
-
--semi-teal-8: 0,
|
|
75
|
-
--semi-teal-9: 0,60
|
|
76
|
-
--semi-amber-0: 253,
|
|
77
|
-
--semi-amber-1: 250,
|
|
78
|
-
--semi-amber-2:
|
|
79
|
-
--semi-amber-3:
|
|
80
|
-
--semi-amber-4:
|
|
81
|
-
--semi-amber-5:
|
|
82
|
-
--semi-amber-6:
|
|
83
|
-
--semi-amber-7:
|
|
84
|
-
--semi-amber-8:
|
|
85
|
-
--semi-amber-9:
|
|
86
|
-
--semi-brand-0:
|
|
87
|
-
--semi-brand-1:
|
|
88
|
-
--semi-brand-2:
|
|
89
|
-
--semi-brand-3:
|
|
90
|
-
--semi-brand-4:
|
|
91
|
-
--semi-brand-5:
|
|
92
|
-
--semi-brand-6:
|
|
93
|
-
--semi-brand-7:
|
|
94
|
-
--semi-brand-8:
|
|
95
|
-
--semi-brand-9:
|
|
96
|
-
--semi-green-0:
|
|
97
|
-
--semi-green-1:
|
|
98
|
-
--semi-green-2:
|
|
99
|
-
--semi-green-3:
|
|
100
|
-
--semi-green-4:
|
|
101
|
-
--semi-green-5:
|
|
102
|
-
--semi-green-6:
|
|
103
|
-
--semi-green-7:
|
|
104
|
-
--semi-green-8:
|
|
105
|
-
--semi-green-9:
|
|
106
|
-
--semi-indigo-0:
|
|
107
|
-
--semi-indigo-1: 209,216,
|
|
108
|
-
--semi-indigo-2: 167,
|
|
109
|
-
--semi-indigo-3:
|
|
110
|
-
--semi-indigo-4: 94,
|
|
111
|
-
--semi-indigo-5:
|
|
112
|
-
--semi-indigo-6:
|
|
113
|
-
--semi-indigo-7: 40,
|
|
114
|
-
--semi-indigo-8:
|
|
115
|
-
--semi-indigo-9:
|
|
116
|
-
--semi-orange-0: 255,
|
|
117
|
-
--semi-orange-1:
|
|
118
|
-
--semi-orange-2:
|
|
119
|
-
--semi-orange-3:
|
|
120
|
-
--semi-orange-4:
|
|
121
|
-
--semi-orange-5:
|
|
122
|
-
--semi-orange-6:
|
|
123
|
-
--semi-orange-7:
|
|
124
|
-
--semi-orange-8:
|
|
125
|
-
--semi-orange-9:
|
|
126
|
-
--semi-purple-0:
|
|
127
|
-
--semi-purple-1:
|
|
128
|
-
--semi-purple-2:
|
|
129
|
-
--semi-purple-3:
|
|
130
|
-
--semi-purple-4:
|
|
131
|
-
--semi-purple-5:
|
|
132
|
-
--semi-purple-6:
|
|
133
|
-
--semi-purple-7:
|
|
134
|
-
--semi-purple-8:
|
|
135
|
-
--semi-purple-9:
|
|
136
|
-
--semi-violet-0:
|
|
137
|
-
--semi-violet-1:
|
|
138
|
-
--semi-violet-2:
|
|
139
|
-
--semi-violet-3:
|
|
140
|
-
--semi-violet-4:
|
|
141
|
-
--semi-violet-5:
|
|
142
|
-
--semi-violet-6:
|
|
143
|
-
--semi-violet-7:
|
|
144
|
-
--semi-violet-8:
|
|
145
|
-
--semi-violet-9:
|
|
146
|
-
--semi-yellow-0: 255,
|
|
147
|
-
--semi-yellow-1:
|
|
148
|
-
--semi-yellow-2:
|
|
149
|
-
--semi-yellow-3:
|
|
150
|
-
--semi-yellow-4:
|
|
151
|
-
--semi-yellow-5:
|
|
152
|
-
--semi-yellow-6:
|
|
153
|
-
--semi-yellow-7:
|
|
154
|
-
--semi-yellow-8:
|
|
155
|
-
--semi-yellow-9:
|
|
156
|
-
--semi-light-blue-0:
|
|
157
|
-
--semi-light-blue-1:
|
|
158
|
-
--semi-light-blue-2:
|
|
159
|
-
--semi-light-blue-3:
|
|
160
|
-
--semi-light-blue-4:
|
|
161
|
-
--semi-light-blue-5: 0,
|
|
162
|
-
--semi-light-blue-6: 0,
|
|
163
|
-
--semi-light-blue-7: 0,
|
|
164
|
-
--semi-light-blue-8: 0,
|
|
165
|
-
--semi-light-blue-9: 0,
|
|
166
|
-
--semi-light-green-0: 243,
|
|
167
|
-
--semi-light-green-1:
|
|
168
|
-
--semi-light-green-2:
|
|
169
|
-
--semi-light-green-3:
|
|
170
|
-
--semi-light-green-4:
|
|
171
|
-
--semi-light-green-5:
|
|
172
|
-
--semi-light-green-6:
|
|
173
|
-
--semi-light-green-7:
|
|
174
|
-
--semi-light-green-8:
|
|
175
|
-
--semi-light-green-9: 37,
|
|
37
|
+
--semi-grey-1: 232,230,234;
|
|
38
|
+
--semi-grey-2: 201,198,205;
|
|
39
|
+
--semi-grey-3: 171,167,176;
|
|
40
|
+
--semi-grey-4: 141,136,146;
|
|
41
|
+
--semi-grey-5: 111,107,117;
|
|
42
|
+
--semi-grey-6: 90,85,97;
|
|
43
|
+
--semi-grey-7: 69,65,76;
|
|
44
|
+
--semi-grey-8: 49,46,56;
|
|
45
|
+
--semi-grey-9: 30,28,35;
|
|
46
|
+
--semi-lime-0: 243,252,231;
|
|
47
|
+
--semi-lime-1: 227,248,199;
|
|
48
|
+
--semi-lime-2: 203,241,145;
|
|
49
|
+
--semi-lime-3: 183,235,94;
|
|
50
|
+
--semi-lime-4: 167,228,46;
|
|
51
|
+
--semi-lime-5: 155,221,0;
|
|
52
|
+
--semi-lime-6: 126,184,0;
|
|
53
|
+
--semi-lime-7: 98,147,0;
|
|
54
|
+
--semi-lime-8: 72,111,0;
|
|
55
|
+
--semi-lime-9: 47,74,0;
|
|
56
|
+
--semi-pink-0: 254,236,238;
|
|
57
|
+
--semi-pink-1: 253,208,214;
|
|
58
|
+
--semi-pink-2: 251,161,176;
|
|
59
|
+
--semi-pink-3: 250,114,141;
|
|
60
|
+
--semi-pink-4: 248,69,110;
|
|
61
|
+
--semi-pink-5: 246,24,83;
|
|
62
|
+
--semi-pink-6: 210,14,73;
|
|
63
|
+
--semi-pink-7: 175,7,62;
|
|
64
|
+
--semi-pink-8: 139,1,51;
|
|
65
|
+
--semi-pink-9: 103,0,41;
|
|
66
|
+
--semi-teal-0: 228,247,245;
|
|
67
|
+
--semi-teal-1: 192,240,235;
|
|
68
|
+
--semi-teal-2: 135,225,218;
|
|
69
|
+
--semi-teal-3: 84,209,202;
|
|
70
|
+
--semi-teal-4: 39,194,187;
|
|
71
|
+
--semi-teal-5: 0,179,174;
|
|
72
|
+
--semi-teal-6: 0,149,147;
|
|
73
|
+
--semi-teal-7: 0,119,119;
|
|
74
|
+
--semi-teal-8: 0,88,90;
|
|
75
|
+
--semi-teal-9: 0,57,60;
|
|
76
|
+
--semi-amber-0: 255,253,236;
|
|
77
|
+
--semi-amber-1: 255,250,206;
|
|
78
|
+
--semi-amber-2: 255,242,158;
|
|
79
|
+
--semi-amber-3: 254,230,109;
|
|
80
|
+
--semi-amber-4: 254,216,60;
|
|
81
|
+
--semi-amber-5: 254,198,12;
|
|
82
|
+
--semi-amber-6: 212,154,8;
|
|
83
|
+
--semi-amber-7: 169,115,5;
|
|
84
|
+
--semi-amber-8: 127,79,2;
|
|
85
|
+
--semi-amber-9: 85,48,1;
|
|
86
|
+
--semi-brand-0: 246,238,252;
|
|
87
|
+
--semi-brand-1: 232,211,248;
|
|
88
|
+
--semi-brand-2: 207,168,242;
|
|
89
|
+
--semi-brand-3: 181,128,235;
|
|
90
|
+
--semi-brand-4: 154,89,229;
|
|
91
|
+
--semi-brand-5: 126,53,222;
|
|
92
|
+
--semi-brand-6: 98,39,186;
|
|
93
|
+
--semi-brand-7: 72,27,151;
|
|
94
|
+
--semi-brand-8: 50,17,115;
|
|
95
|
+
--semi-brand-9: 30,9,79;
|
|
96
|
+
--semi-green-0: 235,248,236;
|
|
97
|
+
--semi-green-1: 207,240,210;
|
|
98
|
+
--semi-green-2: 163,225,169;
|
|
99
|
+
--semi-green-3: 123,210,133;
|
|
100
|
+
--semi-green-4: 87,195,101;
|
|
101
|
+
--semi-green-5: 55,180,74;
|
|
102
|
+
--semi-green-6: 44,150,62;
|
|
103
|
+
--semi-green-7: 34,120,50;
|
|
104
|
+
--semi-green-8: 25,90,38;
|
|
105
|
+
--semi-green-9: 16,60,26;
|
|
106
|
+
--semi-indigo-0: 237,239,249;
|
|
107
|
+
--semi-indigo-1: 209,216,242;
|
|
108
|
+
--semi-indigo-2: 167,178,229;
|
|
109
|
+
--semi-indigo-3: 129,143,217;
|
|
110
|
+
--semi-indigo-4: 94,109,204;
|
|
111
|
+
--semi-indigo-5: 62,78,191;
|
|
112
|
+
--semi-indigo-6: 50,63,171;
|
|
113
|
+
--semi-indigo-7: 40,50,150;
|
|
114
|
+
--semi-indigo-8: 30,38,130;
|
|
115
|
+
--semi-indigo-9: 22,27,109;
|
|
116
|
+
--semi-orange-0: 255,249,235;
|
|
117
|
+
--semi-orange-1: 255,240,204;
|
|
118
|
+
--semi-orange-2: 255,222,153;
|
|
119
|
+
--semi-orange-3: 255,200,102;
|
|
120
|
+
--semi-orange-4: 255,175,51;
|
|
121
|
+
--semi-orange-5: 255,147,0;
|
|
122
|
+
--semi-orange-6: 213,112,0;
|
|
123
|
+
--semi-orange-7: 170,81,0;
|
|
124
|
+
--semi-orange-8: 128,54,0;
|
|
125
|
+
--semi-orange-9: 85,32,0;
|
|
126
|
+
--semi-purple-0: 248,233,247;
|
|
127
|
+
--semi-purple-1: 241,202,240;
|
|
128
|
+
--semi-purple-2: 227,154,227;
|
|
129
|
+
--semi-purple-3: 210,110,214;
|
|
130
|
+
--semi-purple-4: 191,71,200;
|
|
131
|
+
--semi-purple-5: 171,36,186;
|
|
132
|
+
--semi-purple-6: 147,27,166;
|
|
133
|
+
--semi-purple-7: 124,19,145;
|
|
134
|
+
--semi-purple-8: 102,13,125;
|
|
135
|
+
--semi-purple-9: 82,8,104;
|
|
136
|
+
--semi-violet-0: 244,237,251;
|
|
137
|
+
--semi-violet-1: 229,210,246;
|
|
138
|
+
--semi-violet-2: 201,168,237;
|
|
139
|
+
--semi-violet-3: 173,128,229;
|
|
140
|
+
--semi-violet-4: 144,91,220;
|
|
141
|
+
--semi-violet-5: 115,56,211;
|
|
142
|
+
--semi-violet-6: 88,41,175;
|
|
143
|
+
--semi-violet-7: 64,29,140;
|
|
144
|
+
--semi-violet-8: 42,18,104;
|
|
145
|
+
--semi-violet-9: 24,10,68;
|
|
146
|
+
--semi-yellow-0: 255,254,235;
|
|
147
|
+
--semi-yellow-1: 255,252,204;
|
|
148
|
+
--semi-yellow-2: 255,246,153;
|
|
149
|
+
--semi-yellow-3: 255,236,102;
|
|
150
|
+
--semi-yellow-4: 255,223,51;
|
|
151
|
+
--semi-yellow-5: 255,206,0;
|
|
152
|
+
--semi-yellow-6: 213,175,0;
|
|
153
|
+
--semi-yellow-7: 170,143,0;
|
|
154
|
+
--semi-yellow-8: 128,109,0;
|
|
155
|
+
--semi-yellow-9: 85,74,0;
|
|
156
|
+
--semi-light-blue-0: 234,248,255;
|
|
157
|
+
--semi-light-blue-1: 204,238,254;
|
|
158
|
+
--semi-light-blue-2: 152,219,254;
|
|
159
|
+
--semi-light-blue-3: 101,198,253;
|
|
160
|
+
--semi-light-blue-4: 51,176,253;
|
|
161
|
+
--semi-light-blue-5: 0,152,252;
|
|
162
|
+
--semi-light-blue-6: 0,127,216;
|
|
163
|
+
--semi-light-blue-7: 0,103,181;
|
|
164
|
+
--semi-light-blue-8: 0,80,145;
|
|
165
|
+
--semi-light-blue-9: 0,59,109;
|
|
166
|
+
--semi-light-green-0: 243,249,237;
|
|
167
|
+
--semi-light-green-1: 228,243,209;
|
|
168
|
+
--semi-light-green-2: 201,230,166;
|
|
169
|
+
--semi-light-green-3: 175,218,127;
|
|
170
|
+
--semi-light-green-4: 149,205,91;
|
|
171
|
+
--semi-light-green-5: 125,193,59;
|
|
172
|
+
--semi-light-green-6: 101,161,48;
|
|
173
|
+
--semi-light-green-7: 79,129,37;
|
|
174
|
+
--semi-light-green-8: 58,97,27;
|
|
175
|
+
--semi-light-green-9: 37,64,17;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .semi-always-dark {
|
|
179
179
|
--semi-black: 0, 0, 0;
|
|
180
|
-
--semi-red-0:
|
|
181
|
-
--semi-red-1:
|
|
182
|
-
--semi-red-2:
|
|
183
|
-
--semi-red-3:
|
|
184
|
-
--semi-red-4:
|
|
185
|
-
--semi-red-5:
|
|
186
|
-
--semi-red-6:
|
|
187
|
-
--semi-red-7:
|
|
188
|
-
--semi-red-8:
|
|
189
|
-
--semi-red-9: 255,243,
|
|
180
|
+
--semi-red-0: 112,2,0;
|
|
181
|
+
--semi-red-1: 148,9,1;
|
|
182
|
+
--semi-red-2: 184,22,7;
|
|
183
|
+
--semi-red-3: 219,39,15;
|
|
184
|
+
--semi-red-4: 255,60,25;
|
|
185
|
+
--semi-red-5: 255,105,71;
|
|
186
|
+
--semi-red-6: 255,147,117;
|
|
187
|
+
--semi-red-7: 255,186,163;
|
|
188
|
+
--semi-red-8: 255,222,209;
|
|
189
|
+
--semi-red-9: 255,243,237;
|
|
190
190
|
--semi-white: 255, 255, 255;
|
|
191
|
-
--semi-blue-0:
|
|
192
|
-
--semi-blue-1:
|
|
193
|
-
--semi-blue-2:
|
|
194
|
-
--semi-blue-3:
|
|
195
|
-
--semi-blue-4:
|
|
196
|
-
--semi-blue-5:
|
|
197
|
-
--semi-blue-6:
|
|
198
|
-
--semi-blue-7:
|
|
199
|
-
--semi-blue-8:
|
|
200
|
-
--semi-blue-9:
|
|
201
|
-
--semi-cyan-0:
|
|
202
|
-
--semi-cyan-1:
|
|
203
|
-
--semi-cyan-2:
|
|
204
|
-
--semi-cyan-3:
|
|
205
|
-
--semi-cyan-4:
|
|
206
|
-
--semi-cyan-5:
|
|
207
|
-
--semi-cyan-6:
|
|
208
|
-
--semi-cyan-7:
|
|
209
|
-
--semi-cyan-8:
|
|
210
|
-
--semi-cyan-9:
|
|
211
|
-
--semi-grey-0: 28,
|
|
212
|
-
--semi-grey-1: 46,
|
|
213
|
-
--semi-grey-2: 65,
|
|
214
|
-
--semi-grey-3: 85,
|
|
215
|
-
--semi-grey-4: 107,
|
|
216
|
-
--semi-grey-5: 136,
|
|
217
|
-
--semi-grey-6: 167,
|
|
218
|
-
--semi-grey-7: 198,
|
|
219
|
-
--semi-grey-8: 230,
|
|
191
|
+
--semi-blue-0: 0,44,112;
|
|
192
|
+
--semi-blue-1: 0,61,148;
|
|
193
|
+
--semi-blue-2: 0,79,184;
|
|
194
|
+
--semi-blue-3: 0,98,219;
|
|
195
|
+
--semi-blue-4: 0,118,255;
|
|
196
|
+
--semi-blue-5: 51,149,255;
|
|
197
|
+
--semi-blue-6: 102,178,255;
|
|
198
|
+
--semi-blue-7: 153,205,255;
|
|
199
|
+
--semi-blue-8: 204,231,255;
|
|
200
|
+
--semi-blue-9: 235,246,255;
|
|
201
|
+
--semi-cyan-0: 0,52,64;
|
|
202
|
+
--semi-cyan-1: 0,80,97;
|
|
203
|
+
--semi-cyan-2: 0,109,129;
|
|
204
|
+
--semi-cyan-3: 0,139,161;
|
|
205
|
+
--semi-cyan-4: 0,170,193;
|
|
206
|
+
--semi-cyan-5: 41,189,205;
|
|
207
|
+
--semi-cyan-6: 87,207,218;
|
|
208
|
+
--semi-cyan-7: 138,224,230;
|
|
209
|
+
--semi-cyan-8: 194,240,243;
|
|
210
|
+
--semi-cyan-9: 229,248,249;
|
|
211
|
+
--semi-grey-0: 30,28,35;
|
|
212
|
+
--semi-grey-1: 49,46,56;
|
|
213
|
+
--semi-grey-2: 69,65,76;
|
|
214
|
+
--semi-grey-3: 90,85,97;
|
|
215
|
+
--semi-grey-4: 111,107,117;
|
|
216
|
+
--semi-grey-5: 141,136,146;
|
|
217
|
+
--semi-grey-6: 171,167,176;
|
|
218
|
+
--semi-grey-7: 201,198,205;
|
|
219
|
+
--semi-grey-8: 232,230,234;
|
|
220
220
|
--semi-grey-9: 249,249,249;
|
|
221
|
-
--semi-lime-0:
|
|
222
|
-
--semi-lime-1:
|
|
223
|
-
--semi-lime-2:
|
|
224
|
-
--semi-lime-3:
|
|
225
|
-
--semi-lime-4:
|
|
226
|
-
--semi-lime-5:
|
|
227
|
-
--semi-lime-6:
|
|
228
|
-
--semi-lime-7:
|
|
229
|
-
--semi-lime-8:
|
|
230
|
-
--semi-lime-9: 243,
|
|
231
|
-
--semi-pink-0:
|
|
232
|
-
--semi-pink-1:
|
|
233
|
-
--semi-pink-2:
|
|
234
|
-
--semi-pink-3:
|
|
235
|
-
--semi-pink-4:
|
|
236
|
-
--semi-pink-5:
|
|
237
|
-
--semi-pink-6:
|
|
238
|
-
--semi-pink-7:
|
|
239
|
-
--semi-pink-8:
|
|
240
|
-
--semi-pink-9:
|
|
241
|
-
--semi-teal-0:
|
|
242
|
-
--semi-teal-1:
|
|
243
|
-
--semi-teal-2:
|
|
244
|
-
--semi-teal-3:
|
|
245
|
-
--semi-teal-4:
|
|
246
|
-
--semi-teal-5:
|
|
247
|
-
--semi-teal-6:
|
|
248
|
-
--semi-teal-7:
|
|
249
|
-
--semi-teal-8:
|
|
250
|
-
--semi-teal-9:
|
|
251
|
-
--semi-amber-0:
|
|
252
|
-
--semi-amber-1:
|
|
253
|
-
--semi-amber-2:
|
|
254
|
-
--semi-amber-3:
|
|
255
|
-
--semi-amber-4:
|
|
256
|
-
--semi-amber-5:
|
|
257
|
-
--semi-amber-6:
|
|
258
|
-
--semi-amber-7:
|
|
259
|
-
--semi-amber-8:
|
|
260
|
-
--semi-amber-9: 253,
|
|
261
|
-
--semi-brand-0:
|
|
262
|
-
--semi-brand-1:
|
|
263
|
-
--semi-brand-2:
|
|
264
|
-
--semi-brand-3:
|
|
265
|
-
--semi-brand-4:
|
|
266
|
-
--semi-brand-5:
|
|
267
|
-
--semi-brand-6:
|
|
268
|
-
--semi-brand-7:
|
|
269
|
-
--semi-brand-8:
|
|
270
|
-
--semi-brand-9:
|
|
271
|
-
--semi-green-0:
|
|
272
|
-
--semi-green-1:
|
|
273
|
-
--semi-green-2:
|
|
274
|
-
--semi-green-3:
|
|
275
|
-
--semi-green-4:
|
|
276
|
-
--semi-green-5:
|
|
277
|
-
--semi-green-6:
|
|
278
|
-
--semi-green-7:
|
|
279
|
-
--semi-green-8:
|
|
280
|
-
--semi-green-9:
|
|
281
|
-
--semi-indigo-0:
|
|
282
|
-
--semi-indigo-1:
|
|
283
|
-
--semi-indigo-2:
|
|
284
|
-
--semi-indigo-3:
|
|
285
|
-
--semi-indigo-4:
|
|
286
|
-
--semi-indigo-5:
|
|
287
|
-
--semi-indigo-6: 129,
|
|
288
|
-
--semi-indigo-7: 167,
|
|
289
|
-
--semi-indigo-8: 209,216,
|
|
290
|
-
--semi-indigo-9: 237,239,
|
|
291
|
-
--semi-orange-0: 85,
|
|
292
|
-
--semi-orange-1: 128,
|
|
293
|
-
--semi-orange-2: 170,
|
|
294
|
-
--semi-orange-3: 213,
|
|
295
|
-
--semi-orange-4: 255,
|
|
296
|
-
--semi-orange-5: 255,
|
|
297
|
-
--semi-orange-6: 255,
|
|
298
|
-
--semi-orange-7: 255,
|
|
299
|
-
--semi-orange-8: 255,
|
|
300
|
-
--semi-orange-9: 255,249,
|
|
301
|
-
--semi-purple-0:
|
|
302
|
-
--semi-purple-1:
|
|
303
|
-
--semi-purple-2:
|
|
304
|
-
--semi-purple-3:
|
|
305
|
-
--semi-purple-4:
|
|
306
|
-
--semi-purple-5:
|
|
307
|
-
--semi-purple-6:
|
|
308
|
-
--semi-purple-7:
|
|
309
|
-
--semi-purple-8:
|
|
310
|
-
--semi-purple-9:
|
|
311
|
-
--semi-violet-0:
|
|
312
|
-
--semi-violet-1:
|
|
313
|
-
--semi-violet-2:
|
|
314
|
-
--semi-violet-3:
|
|
315
|
-
--semi-violet-4:
|
|
316
|
-
--semi-violet-5:
|
|
317
|
-
--semi-violet-6:
|
|
318
|
-
--semi-violet-7:
|
|
319
|
-
--semi-violet-8:
|
|
320
|
-
--semi-violet-9:
|
|
321
|
-
--semi-yellow-0:
|
|
322
|
-
--semi-yellow-1:
|
|
323
|
-
--semi-yellow-2:
|
|
324
|
-
--semi-yellow-3:
|
|
325
|
-
--semi-yellow-4:
|
|
326
|
-
--semi-yellow-5:
|
|
327
|
-
--semi-yellow-6:
|
|
328
|
-
--semi-yellow-7:
|
|
329
|
-
--semi-yellow-8:
|
|
330
|
-
--semi-yellow-9: 255,254,
|
|
331
|
-
--semi-light-blue-0: 0,
|
|
332
|
-
--semi-light-blue-1: 0,
|
|
333
|
-
--semi-light-blue-2:
|
|
334
|
-
--semi-light-blue-3:
|
|
335
|
-
--semi-light-blue-4:
|
|
336
|
-
--semi-light-blue-5:
|
|
337
|
-
--semi-light-blue-6:
|
|
338
|
-
--semi-light-blue-7:
|
|
339
|
-
--semi-light-blue-8:
|
|
340
|
-
--semi-light-blue-9:
|
|
341
|
-
--semi-light-green-0:
|
|
342
|
-
--semi-light-green-1:
|
|
343
|
-
--semi-light-green-2:
|
|
344
|
-
--semi-light-green-3:
|
|
345
|
-
--semi-light-green-4:
|
|
346
|
-
--semi-light-green-5:
|
|
347
|
-
--semi-light-green-6:
|
|
348
|
-
--semi-light-green-7: 201,
|
|
349
|
-
--semi-light-green-8: 228,
|
|
350
|
-
--semi-light-green-9: 243,
|
|
221
|
+
--semi-lime-0: 47,74,0;
|
|
222
|
+
--semi-lime-1: 72,111,0;
|
|
223
|
+
--semi-lime-2: 98,147,0;
|
|
224
|
+
--semi-lime-3: 126,184,0;
|
|
225
|
+
--semi-lime-4: 155,221,0;
|
|
226
|
+
--semi-lime-5: 167,228,46;
|
|
227
|
+
--semi-lime-6: 183,235,94;
|
|
228
|
+
--semi-lime-7: 203,241,145;
|
|
229
|
+
--semi-lime-8: 227,248,199;
|
|
230
|
+
--semi-lime-9: 243,252,231;
|
|
231
|
+
--semi-pink-0: 103,0,41;
|
|
232
|
+
--semi-pink-1: 139,1,51;
|
|
233
|
+
--semi-pink-2: 175,7,62;
|
|
234
|
+
--semi-pink-3: 210,14,73;
|
|
235
|
+
--semi-pink-4: 246,24,83;
|
|
236
|
+
--semi-pink-5: 248,69,110;
|
|
237
|
+
--semi-pink-6: 250,114,141;
|
|
238
|
+
--semi-pink-7: 251,161,176;
|
|
239
|
+
--semi-pink-8: 253,208,214;
|
|
240
|
+
--semi-pink-9: 254,236,238;
|
|
241
|
+
--semi-teal-0: 0,57,60;
|
|
242
|
+
--semi-teal-1: 0,88,90;
|
|
243
|
+
--semi-teal-2: 0,119,119;
|
|
244
|
+
--semi-teal-3: 0,149,147;
|
|
245
|
+
--semi-teal-4: 0,179,174;
|
|
246
|
+
--semi-teal-5: 39,194,187;
|
|
247
|
+
--semi-teal-6: 84,209,202;
|
|
248
|
+
--semi-teal-7: 135,225,218;
|
|
249
|
+
--semi-teal-8: 192,240,235;
|
|
250
|
+
--semi-teal-9: 228,247,245;
|
|
251
|
+
--semi-amber-0: 85,48,1;
|
|
252
|
+
--semi-amber-1: 127,79,2;
|
|
253
|
+
--semi-amber-2: 169,115,5;
|
|
254
|
+
--semi-amber-3: 212,154,8;
|
|
255
|
+
--semi-amber-4: 254,198,12;
|
|
256
|
+
--semi-amber-5: 254,216,60;
|
|
257
|
+
--semi-amber-6: 254,230,109;
|
|
258
|
+
--semi-amber-7: 255,242,158;
|
|
259
|
+
--semi-amber-8: 255,250,206;
|
|
260
|
+
--semi-amber-9: 255,253,236;
|
|
261
|
+
--semi-brand-0: 30,9,79;
|
|
262
|
+
--semi-brand-1: 50,17,115;
|
|
263
|
+
--semi-brand-2: 72,27,151;
|
|
264
|
+
--semi-brand-3: 98,39,186;
|
|
265
|
+
--semi-brand-4: 126,53,222;
|
|
266
|
+
--semi-brand-5: 154,89,229;
|
|
267
|
+
--semi-brand-6: 181,128,235;
|
|
268
|
+
--semi-brand-7: 207,168,242;
|
|
269
|
+
--semi-brand-8: 232,211,248;
|
|
270
|
+
--semi-brand-9: 246,238,252;
|
|
271
|
+
--semi-green-0: 16,60,26;
|
|
272
|
+
--semi-green-1: 25,90,38;
|
|
273
|
+
--semi-green-2: 34,120,50;
|
|
274
|
+
--semi-green-3: 44,150,62;
|
|
275
|
+
--semi-green-4: 55,180,74;
|
|
276
|
+
--semi-green-5: 87,195,101;
|
|
277
|
+
--semi-green-6: 123,210,133;
|
|
278
|
+
--semi-green-7: 163,225,169;
|
|
279
|
+
--semi-green-8: 207,240,210;
|
|
280
|
+
--semi-green-9: 235,248,236;
|
|
281
|
+
--semi-indigo-0: 22,27,109;
|
|
282
|
+
--semi-indigo-1: 30,38,130;
|
|
283
|
+
--semi-indigo-2: 40,50,150;
|
|
284
|
+
--semi-indigo-3: 50,63,171;
|
|
285
|
+
--semi-indigo-4: 62,78,191;
|
|
286
|
+
--semi-indigo-5: 94,109,204;
|
|
287
|
+
--semi-indigo-6: 129,143,217;
|
|
288
|
+
--semi-indigo-7: 167,178,229;
|
|
289
|
+
--semi-indigo-8: 209,216,242;
|
|
290
|
+
--semi-indigo-9: 237,239,249;
|
|
291
|
+
--semi-orange-0: 85,32,0;
|
|
292
|
+
--semi-orange-1: 128,54,0;
|
|
293
|
+
--semi-orange-2: 170,81,0;
|
|
294
|
+
--semi-orange-3: 213,112,0;
|
|
295
|
+
--semi-orange-4: 255,147,0;
|
|
296
|
+
--semi-orange-5: 255,175,51;
|
|
297
|
+
--semi-orange-6: 255,200,102;
|
|
298
|
+
--semi-orange-7: 255,222,153;
|
|
299
|
+
--semi-orange-8: 255,240,204;
|
|
300
|
+
--semi-orange-9: 255,249,235;
|
|
301
|
+
--semi-purple-0: 82,8,104;
|
|
302
|
+
--semi-purple-1: 102,13,125;
|
|
303
|
+
--semi-purple-2: 124,19,145;
|
|
304
|
+
--semi-purple-3: 147,27,166;
|
|
305
|
+
--semi-purple-4: 171,36,186;
|
|
306
|
+
--semi-purple-5: 191,71,200;
|
|
307
|
+
--semi-purple-6: 210,110,214;
|
|
308
|
+
--semi-purple-7: 227,154,227;
|
|
309
|
+
--semi-purple-8: 241,202,240;
|
|
310
|
+
--semi-purple-9: 248,233,247;
|
|
311
|
+
--semi-violet-0: 24,10,68;
|
|
312
|
+
--semi-violet-1: 42,18,104;
|
|
313
|
+
--semi-violet-2: 64,29,140;
|
|
314
|
+
--semi-violet-3: 88,41,175;
|
|
315
|
+
--semi-violet-4: 115,56,211;
|
|
316
|
+
--semi-violet-5: 144,91,220;
|
|
317
|
+
--semi-violet-6: 173,128,229;
|
|
318
|
+
--semi-violet-7: 201,168,237;
|
|
319
|
+
--semi-violet-8: 229,210,246;
|
|
320
|
+
--semi-violet-9: 244,237,251;
|
|
321
|
+
--semi-yellow-0: 85,74,0;
|
|
322
|
+
--semi-yellow-1: 128,109,0;
|
|
323
|
+
--semi-yellow-2: 170,143,0;
|
|
324
|
+
--semi-yellow-3: 213,175,0;
|
|
325
|
+
--semi-yellow-4: 255,206,0;
|
|
326
|
+
--semi-yellow-5: 255,223,51;
|
|
327
|
+
--semi-yellow-6: 255,236,102;
|
|
328
|
+
--semi-yellow-7: 255,246,153;
|
|
329
|
+
--semi-yellow-8: 255,252,204;
|
|
330
|
+
--semi-yellow-9: 255,254,235;
|
|
331
|
+
--semi-light-blue-0: 0,59,109;
|
|
332
|
+
--semi-light-blue-1: 0,80,145;
|
|
333
|
+
--semi-light-blue-2: 0,103,181;
|
|
334
|
+
--semi-light-blue-3: 0,127,216;
|
|
335
|
+
--semi-light-blue-4: 0,152,252;
|
|
336
|
+
--semi-light-blue-5: 51,176,253;
|
|
337
|
+
--semi-light-blue-6: 101,198,253;
|
|
338
|
+
--semi-light-blue-7: 152,219,254;
|
|
339
|
+
--semi-light-blue-8: 204,238,254;
|
|
340
|
+
--semi-light-blue-9: 234,248,255;
|
|
341
|
+
--semi-light-green-0: 37,64,17;
|
|
342
|
+
--semi-light-green-1: 58,97,27;
|
|
343
|
+
--semi-light-green-2: 79,129,37;
|
|
344
|
+
--semi-light-green-3: 101,161,48;
|
|
345
|
+
--semi-light-green-4: 125,193,59;
|
|
346
|
+
--semi-light-green-5: 149,205,91;
|
|
347
|
+
--semi-light-green-6: 175,218,127;
|
|
348
|
+
--semi-light-green-7: 201,230,166;
|
|
349
|
+
--semi-light-green-8: 228,243,209;
|
|
350
|
+
--semi-light-green-9: 243,249,237;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light {
|
|
@@ -450,7 +450,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
450
450
|
--semi-color-tertiary-light-default: rgba(var(--semi-grey-0), 1);
|
|
451
451
|
--semi-color-secondary-light-active: rgba(var(--semi-blue-2), 1);
|
|
452
452
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-0), 1);
|
|
453
|
-
font-family: "
|
|
453
|
+
font-family: "PingFang SC";
|
|
454
454
|
-webkit-font-smoothing: antialiased;
|
|
455
455
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
|
456
456
|
--semi-shadow-0: none;
|
|
@@ -564,7 +564,7 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
564
564
|
--semi-color-tertiary-light-default: rgba(var(--semi-grey-5), 0.2);
|
|
565
565
|
--semi-color-secondary-light-active: rgba(var(--semi-light-blue-5), 0.4);
|
|
566
566
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-5), 0.2);
|
|
567
|
-
font-family: "
|
|
567
|
+
font-family: "PingFang SC";
|
|
568
568
|
-webkit-font-smoothing: antialiased;
|
|
569
569
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
|
570
570
|
--semi-shadow-0: none;
|
|
@@ -1294,7 +1294,7 @@ body, :host {
|
|
|
1294
1294
|
padding: 8px 20px;
|
|
1295
1295
|
color: var(--semi-color-text-0);
|
|
1296
1296
|
font-size: 14px;
|
|
1297
|
-
font-family: "
|
|
1297
|
+
font-family: "PingFang SC";
|
|
1298
1298
|
line-height: 20px;
|
|
1299
1299
|
}
|
|
1300
1300
|
.semi-aiChatInput-suggestion-item-active {
|
|
@@ -1339,7 +1339,7 @@ body, :host {
|
|
|
1339
1339
|
flex-wrap: wrap;
|
|
1340
1340
|
margin-bottom: 8px;
|
|
1341
1341
|
font-size: 12px;
|
|
1342
|
-
font-family: "
|
|
1342
|
+
font-family: "PingFang SC";
|
|
1343
1343
|
line-height: 16px;
|
|
1344
1344
|
color: var(--semi-color-text-2);
|
|
1345
1345
|
column-gap: 4px;
|
|
@@ -1501,7 +1501,7 @@ body, :host {
|
|
|
1501
1501
|
.semi-aiChatInput-footer-configure-mcp-header {
|
|
1502
1502
|
padding: 8px 16px 0px;
|
|
1503
1503
|
font-size: 12px;
|
|
1504
|
-
font-family: "
|
|
1504
|
+
font-family: "PingFang SC";
|
|
1505
1505
|
line-height: 16px;
|
|
1506
1506
|
height: 16px;
|
|
1507
1507
|
align-items: center;
|
|
@@ -1517,7 +1517,7 @@ body, :host {
|
|
|
1517
1517
|
border: 0px;
|
|
1518
1518
|
height: fit-content;
|
|
1519
1519
|
font-size: 12px;
|
|
1520
|
-
font-family: "
|
|
1520
|
+
font-family: "PingFang SC";
|
|
1521
1521
|
line-height: 16px;
|
|
1522
1522
|
}
|
|
1523
1523
|
.semi-aiChatInput-attachment {
|
|
@@ -1562,7 +1562,7 @@ body, :host {
|
|
|
1562
1562
|
text-overflow: ellipsis;
|
|
1563
1563
|
color: var(--semi-color-text-0);
|
|
1564
1564
|
font-size: 12px;
|
|
1565
|
-
font-family: "
|
|
1565
|
+
font-family: "PingFang SC";
|
|
1566
1566
|
line-height: 16px;
|
|
1567
1567
|
font-weight: 600;
|
|
1568
1568
|
}
|
|
@@ -1573,7 +1573,7 @@ body, :host {
|
|
|
1573
1573
|
column-gap: 4px;
|
|
1574
1574
|
color: var(--semi-color-text-2);
|
|
1575
1575
|
font-size: 12px;
|
|
1576
|
-
font-family: "
|
|
1576
|
+
font-family: "PingFang SC";
|
|
1577
1577
|
line-height: 16px;
|
|
1578
1578
|
text-transform: uppercase;
|
|
1579
1579
|
}
|
|
@@ -1725,7 +1725,7 @@ body, :host {
|
|
|
1725
1725
|
}
|
|
1726
1726
|
.semi-aiChatInput-editor-content .tiptap .select-slot {
|
|
1727
1727
|
font-size: 14px;
|
|
1728
|
-
font-family: "
|
|
1728
|
+
font-family: "PingFang SC";
|
|
1729
1729
|
line-height: 20px;
|
|
1730
1730
|
height: 24px;
|
|
1731
1731
|
padding: 2px 4px;
|
|
@@ -1794,7 +1794,7 @@ body, :host {
|
|
|
1794
1794
|
|
|
1795
1795
|
.semi-anchor {
|
|
1796
1796
|
font-size: 14px;
|
|
1797
|
-
font-family: "
|
|
1797
|
+
font-family: "PingFang SC";
|
|
1798
1798
|
line-height: 20px;
|
|
1799
1799
|
overflow-y: auto;
|
|
1800
1800
|
overflow-x: hidden;
|
|
@@ -1802,7 +1802,7 @@ body, :host {
|
|
|
1802
1802
|
}
|
|
1803
1803
|
.semi-anchor-size-small {
|
|
1804
1804
|
font-size: 12px;
|
|
1805
|
-
font-family: "
|
|
1805
|
+
font-family: "PingFang SC";
|
|
1806
1806
|
line-height: 16px;
|
|
1807
1807
|
}
|
|
1808
1808
|
.semi-anchor-slide {
|
|
@@ -1885,7 +1885,7 @@ body, :host {
|
|
|
1885
1885
|
}
|
|
1886
1886
|
.semi-anchor-link-tooltip-small {
|
|
1887
1887
|
font-size: 12px;
|
|
1888
|
-
font-family: "
|
|
1888
|
+
font-family: "PingFang SC";
|
|
1889
1889
|
line-height: 16px;
|
|
1890
1890
|
}
|
|
1891
1891
|
.semi-anchor-link-tooltip:hover {
|
|
@@ -2104,7 +2104,7 @@ body, :host {
|
|
|
2104
2104
|
|
|
2105
2105
|
.semi-autocomplete-option {
|
|
2106
2106
|
font-size: 14px;
|
|
2107
|
-
font-family: "
|
|
2107
|
+
font-family: "PingFang SC";
|
|
2108
2108
|
line-height: 20px;
|
|
2109
2109
|
word-break: break-all;
|
|
2110
2110
|
padding-left: 12px;
|
|
@@ -2229,7 +2229,7 @@ body, :host {
|
|
|
2229
2229
|
display: flex;
|
|
2230
2230
|
align-items: center;
|
|
2231
2231
|
font-size: 14px;
|
|
2232
|
-
font-family: "
|
|
2232
|
+
font-family: "PingFang SC";
|
|
2233
2233
|
line-height: 20px;
|
|
2234
2234
|
font-weight: 600;
|
|
2235
2235
|
}
|
|
@@ -2269,7 +2269,7 @@ body, :host {
|
|
|
2269
2269
|
}
|
|
2270
2270
|
.semi-avatar-small .semi-avatar-label {
|
|
2271
2271
|
font-size: 12px;
|
|
2272
|
-
font-family: "
|
|
2272
|
+
font-family: "PingFang SC";
|
|
2273
2273
|
line-height: 16px;
|
|
2274
2274
|
}
|
|
2275
2275
|
.semi-avatar-default {
|
|
@@ -2279,7 +2279,7 @@ body, :host {
|
|
|
2279
2279
|
}
|
|
2280
2280
|
.semi-avatar-default .semi-avatar-label {
|
|
2281
2281
|
font-size: 18px;
|
|
2282
|
-
font-family: "
|
|
2282
|
+
font-family: "PingFang SC";
|
|
2283
2283
|
line-height: 24px;
|
|
2284
2284
|
}
|
|
2285
2285
|
.semi-avatar-medium {
|
|
@@ -2289,7 +2289,7 @@ body, :host {
|
|
|
2289
2289
|
}
|
|
2290
2290
|
.semi-avatar-medium .semi-avatar-label {
|
|
2291
2291
|
font-size: 20px;
|
|
2292
|
-
font-family: "
|
|
2292
|
+
font-family: "PingFang SC";
|
|
2293
2293
|
line-height: 28px;
|
|
2294
2294
|
}
|
|
2295
2295
|
.semi-avatar-large {
|
|
@@ -2299,7 +2299,7 @@ body, :host {
|
|
|
2299
2299
|
}
|
|
2300
2300
|
.semi-avatar-large .semi-avatar-label {
|
|
2301
2301
|
font-size: 32px;
|
|
2302
|
-
font-family: "
|
|
2302
|
+
font-family: "PingFang SC";
|
|
2303
2303
|
line-height: 44px;
|
|
2304
2304
|
}
|
|
2305
2305
|
.semi-avatar-extra-large {
|
|
@@ -2947,7 +2947,7 @@ body, :host {
|
|
|
2947
2947
|
z-index: 1;
|
|
2948
2948
|
text-align: center;
|
|
2949
2949
|
font-size: 12px;
|
|
2950
|
-
font-family: "
|
|
2950
|
+
font-family: "PingFang SC";
|
|
2951
2951
|
line-height: 16px;
|
|
2952
2952
|
font-weight: 400;
|
|
2953
2953
|
color: var(--semi-color-bg-2);
|
|
@@ -3173,13 +3173,13 @@ body, :host {
|
|
|
3173
3173
|
}
|
|
3174
3174
|
.semi-breadcrumb-wrapper-loose {
|
|
3175
3175
|
font-size: 14px;
|
|
3176
|
-
font-family: "
|
|
3176
|
+
font-family: "PingFang SC";
|
|
3177
3177
|
line-height: 20px;
|
|
3178
3178
|
font-size: 14px;
|
|
3179
3179
|
}
|
|
3180
3180
|
.semi-breadcrumb-wrapper-compact {
|
|
3181
3181
|
font-size: 12px;
|
|
3182
|
-
font-family: "
|
|
3182
|
+
font-family: "PingFang SC";
|
|
3183
3183
|
line-height: 16px;
|
|
3184
3184
|
font-size: 12px;
|
|
3185
3185
|
}
|
|
@@ -3856,7 +3856,7 @@ body, :host {
|
|
|
3856
3856
|
.semi-calendar-day .semi-calendar-tag,
|
|
3857
3857
|
.semi-calendar-week .semi-calendar-tag {
|
|
3858
3858
|
font-size: 14px;
|
|
3859
|
-
font-family: "
|
|
3859
|
+
font-family: "PingFang SC";
|
|
3860
3860
|
line-height: 20px;
|
|
3861
3861
|
min-width: 70px;
|
|
3862
3862
|
color: var(--semi-color-text-2);
|
|
@@ -3972,7 +3972,7 @@ body, :host {
|
|
|
3972
3972
|
.semi-calendar-day .semi-calendar-time-item span,
|
|
3973
3973
|
.semi-calendar-week .semi-calendar-time-item span {
|
|
3974
3974
|
font-size: 14px;
|
|
3975
|
-
font-family: "
|
|
3975
|
+
font-family: "PingFang SC";
|
|
3976
3976
|
line-height: 20px;
|
|
3977
3977
|
display: block;
|
|
3978
3978
|
position: relative;
|
|
@@ -4023,7 +4023,7 @@ body, :host {
|
|
|
4023
4023
|
display: flex;
|
|
4024
4024
|
align-items: flex-start;
|
|
4025
4025
|
font-size: 14px;
|
|
4026
|
-
font-family: "
|
|
4026
|
+
font-family: "PingFang SC";
|
|
4027
4027
|
line-height: 20px;
|
|
4028
4028
|
color: var(--semi-color-text-2);
|
|
4029
4029
|
}
|
|
@@ -4085,7 +4085,7 @@ body, :host {
|
|
|
4085
4085
|
}
|
|
4086
4086
|
.semi-calendar-week .semi-calendar-all-day .semi-calendar-event-items .semi-calendar-event-allday > * {
|
|
4087
4087
|
font-size: 14px;
|
|
4088
|
-
font-family: "
|
|
4088
|
+
font-family: "PingFang SC";
|
|
4089
4089
|
line-height: 20px;
|
|
4090
4090
|
}
|
|
4091
4091
|
.semi-calendar-week .semi-calendar-week-tag {
|
|
@@ -4102,7 +4102,7 @@ body, :host {
|
|
|
4102
4102
|
height: 100%;
|
|
4103
4103
|
overflow: hidden;
|
|
4104
4104
|
font-size: 14px;
|
|
4105
|
-
font-family: "
|
|
4105
|
+
font-family: "PingFang SC";
|
|
4106
4106
|
line-height: 20px;
|
|
4107
4107
|
}
|
|
4108
4108
|
.semi-calendar-month-grid-wrapper {
|
|
@@ -4156,7 +4156,7 @@ body, :host {
|
|
|
4156
4156
|
}
|
|
4157
4157
|
.semi-calendar-month-skeleton li span {
|
|
4158
4158
|
font-size: 14px;
|
|
4159
|
-
font-family: "
|
|
4159
|
+
font-family: "PingFang SC";
|
|
4160
4160
|
line-height: 20px;
|
|
4161
4161
|
}
|
|
4162
4162
|
.semi-calendar-month-skeleton li:last-child {
|
|
@@ -4167,7 +4167,7 @@ body, :host {
|
|
|
4167
4167
|
}
|
|
4168
4168
|
.semi-calendar-month-skeleton .semi-calendar-month-event-card-wrapper {
|
|
4169
4169
|
font-size: 14px;
|
|
4170
|
-
font-family: "
|
|
4170
|
+
font-family: "PingFang SC";
|
|
4171
4171
|
line-height: 20px;
|
|
4172
4172
|
display: block;
|
|
4173
4173
|
position: absolute;
|
|
@@ -4204,7 +4204,7 @@ body, :host {
|
|
|
4204
4204
|
}
|
|
4205
4205
|
.semi-calendar-month-weekrow .semi-calendar-event-items .semi-calendar-event-month > * {
|
|
4206
4206
|
font-size: 14px;
|
|
4207
|
-
font-family: "
|
|
4207
|
+
font-family: "PingFang SC";
|
|
4208
4208
|
line-height: 20px;
|
|
4209
4209
|
}
|
|
4210
4210
|
.semi-calendar-month-date {
|
|
@@ -4244,7 +4244,7 @@ body, :host {
|
|
|
4244
4244
|
}
|
|
4245
4245
|
.semi-calendar-month-event-card-header-info-date {
|
|
4246
4246
|
font-size: 20px;
|
|
4247
|
-
font-family: "
|
|
4247
|
+
font-family: "PingFang SC";
|
|
4248
4248
|
line-height: 28px;
|
|
4249
4249
|
margin-top: 4px;
|
|
4250
4250
|
}
|
|
@@ -4916,7 +4916,7 @@ body, :host {
|
|
|
4916
4916
|
}
|
|
4917
4917
|
.semi-cascader-large .semi-cascader-selection {
|
|
4918
4918
|
font-size: 16px;
|
|
4919
|
-
font-family: "
|
|
4919
|
+
font-family: "PingFang SC";
|
|
4920
4920
|
line-height: 22px;
|
|
4921
4921
|
}
|
|
4922
4922
|
.semi-cascader-large .semi-cascader-selection {
|
|
@@ -4972,7 +4972,7 @@ body, :host {
|
|
|
4972
4972
|
}
|
|
4973
4973
|
.semi-cascader-selection {
|
|
4974
4974
|
font-size: 14px;
|
|
4975
|
-
font-family: "
|
|
4975
|
+
font-family: "PingFang SC";
|
|
4976
4976
|
line-height: 20px;
|
|
4977
4977
|
height: 100%;
|
|
4978
4978
|
display: inline-flex;
|
|
@@ -5086,7 +5086,7 @@ body, :host {
|
|
|
5086
5086
|
margin: 0 12px;
|
|
5087
5087
|
font-weight: 600;
|
|
5088
5088
|
font-size: 14px;
|
|
5089
|
-
font-family: "
|
|
5089
|
+
font-family: "PingFang SC";
|
|
5090
5090
|
line-height: 20px;
|
|
5091
5091
|
color: var(--semi-color-text-2);
|
|
5092
5092
|
}
|
|
@@ -5099,7 +5099,7 @@ body, :host {
|
|
|
5099
5099
|
margin: 0 12px;
|
|
5100
5100
|
font-weight: 600;
|
|
5101
5101
|
font-size: 14px;
|
|
5102
|
-
font-family: "
|
|
5102
|
+
font-family: "PingFang SC";
|
|
5103
5103
|
line-height: 20px;
|
|
5104
5104
|
color: var(--semi-color-text-2);
|
|
5105
5105
|
flex-shrink: 0;
|
|
@@ -5143,7 +5143,7 @@ body, :host {
|
|
|
5143
5143
|
}
|
|
5144
5144
|
.semi-cascader-popover .semi-cascader-option-lists .semi-cascader-option-empty {
|
|
5145
5145
|
font-size: 14px;
|
|
5146
|
-
font-family: "
|
|
5146
|
+
font-family: "PingFang SC";
|
|
5147
5147
|
line-height: 20px;
|
|
5148
5148
|
border-radius: var(--semi-border-radius-medium);
|
|
5149
5149
|
color: var(--semi-color-disabled-text);
|
|
@@ -5237,7 +5237,7 @@ body, :host {
|
|
|
5237
5237
|
cursor: pointer;
|
|
5238
5238
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
5239
5239
|
font-size: 14px;
|
|
5240
|
-
font-family: "
|
|
5240
|
+
font-family: "PingFang SC";
|
|
5241
5241
|
line-height: 20px;
|
|
5242
5242
|
min-width: min-content;
|
|
5243
5243
|
word-break: break-all;
|
|
@@ -5910,7 +5910,7 @@ body, :host {
|
|
|
5910
5910
|
display: flex;
|
|
5911
5911
|
align-items: flex-start;
|
|
5912
5912
|
font-size: 14px;
|
|
5913
|
-
font-family: "
|
|
5913
|
+
font-family: "PingFang SC";
|
|
5914
5914
|
line-height: 20px;
|
|
5915
5915
|
cursor: pointer;
|
|
5916
5916
|
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);
|
|
@@ -6171,7 +6171,7 @@ body, :host {
|
|
|
6171
6171
|
|
|
6172
6172
|
.semi-checkboxGroup {
|
|
6173
6173
|
font-size: 14px;
|
|
6174
|
-
font-family: "
|
|
6174
|
+
font-family: "PingFang SC";
|
|
6175
6175
|
line-height: 20px;
|
|
6176
6176
|
line-height: 14px;
|
|
6177
6177
|
}
|
|
@@ -6385,7 +6385,7 @@ body, :host {
|
|
|
6385
6385
|
color: var(--semi-color-text-0);
|
|
6386
6386
|
font-weight: 600;
|
|
6387
6387
|
font-size: 14px;
|
|
6388
|
-
font-family: "
|
|
6388
|
+
font-family: "PingFang SC";
|
|
6389
6389
|
line-height: 20px;
|
|
6390
6390
|
}
|
|
6391
6391
|
.semi-collapse-header-right {
|
|
@@ -6429,7 +6429,7 @@ body, :host {
|
|
|
6429
6429
|
padding: 4px 16px 8px 16px;
|
|
6430
6430
|
color: var(--semi-color-text-1);
|
|
6431
6431
|
font-size: 14px;
|
|
6432
|
-
font-family: "
|
|
6432
|
+
font-family: "PingFang SC";
|
|
6433
6433
|
line-height: 20px;
|
|
6434
6434
|
}
|
|
6435
6435
|
.semi-collapse-content p {
|
|
@@ -6744,7 +6744,7 @@ body, :host {
|
|
|
6744
6744
|
.semi-datepicker-month-grid .semi-scrolllist-header-title {
|
|
6745
6745
|
padding: 0;
|
|
6746
6746
|
font-size: 14px;
|
|
6747
|
-
font-family: "
|
|
6747
|
+
font-family: "PingFang SC";
|
|
6748
6748
|
line-height: 20px;
|
|
6749
6749
|
min-height: 24px;
|
|
6750
6750
|
line-height: 24px;
|
|
@@ -6833,7 +6833,7 @@ body, :host {
|
|
|
6833
6833
|
}
|
|
6834
6834
|
.semi-datepicker-navigation-month {
|
|
6835
6835
|
font-size: 16px;
|
|
6836
|
-
font-family: "
|
|
6836
|
+
font-family: "PingFang SC";
|
|
6837
6837
|
line-height: 22px;
|
|
6838
6838
|
flex-grow: 1;
|
|
6839
6839
|
text-align: center;
|
|
@@ -6851,7 +6851,7 @@ body, :host {
|
|
|
6851
6851
|
}
|
|
6852
6852
|
.semi-datepicker-weekday {
|
|
6853
6853
|
font-size: 12px;
|
|
6854
|
-
font-family: "
|
|
6854
|
+
font-family: "PingFang SC";
|
|
6855
6855
|
line-height: 16px;
|
|
6856
6856
|
font-weight: 600;
|
|
6857
6857
|
color: var(--semi-color-text-2);
|
|
@@ -7372,7 +7372,7 @@ body, :host {
|
|
|
7372
7372
|
font-weight: 600;
|
|
7373
7373
|
font-size: 14px;
|
|
7374
7374
|
line-height: 20px;
|
|
7375
|
-
font-family: "
|
|
7375
|
+
font-family: "PingFang SC";
|
|
7376
7376
|
white-space: nowrap;
|
|
7377
7377
|
color: var(--semi-color-text-2);
|
|
7378
7378
|
}
|
|
@@ -7397,7 +7397,7 @@ body, :host {
|
|
|
7397
7397
|
*/
|
|
7398
7398
|
.semi-datepicker-compact {
|
|
7399
7399
|
font-size: 12px;
|
|
7400
|
-
font-family: "
|
|
7400
|
+
font-family: "PingFang SC";
|
|
7401
7401
|
line-height: 16px;
|
|
7402
7402
|
line-height: 20px;
|
|
7403
7403
|
}
|
|
@@ -7430,7 +7430,7 @@ body, :host {
|
|
|
7430
7430
|
}
|
|
7431
7431
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist {
|
|
7432
7432
|
font-size: 12px;
|
|
7433
|
-
font-family: "
|
|
7433
|
+
font-family: "PingFang SC";
|
|
7434
7434
|
line-height: 16px;
|
|
7435
7435
|
line-height: 20px;
|
|
7436
7436
|
}
|
|
@@ -7474,7 +7474,7 @@ body, :host {
|
|
|
7474
7474
|
}
|
|
7475
7475
|
.semi-datepicker-compact.semi-datepicker-panel-yam .semi-scrolllist {
|
|
7476
7476
|
font-size: 12px;
|
|
7477
|
-
font-family: "
|
|
7477
|
+
font-family: "PingFang SC";
|
|
7478
7478
|
line-height: 16px;
|
|
7479
7479
|
line-height: 20px;
|
|
7480
7480
|
}
|
|
@@ -7496,7 +7496,7 @@ body, :host {
|
|
|
7496
7496
|
}
|
|
7497
7497
|
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
|
|
7498
7498
|
font-size: 12px;
|
|
7499
|
-
font-family: "
|
|
7499
|
+
font-family: "PingFang SC";
|
|
7500
7500
|
line-height: 16px;
|
|
7501
7501
|
line-height: 20px;
|
|
7502
7502
|
}
|
|
@@ -7953,7 +7953,7 @@ body, :host {
|
|
|
7953
7953
|
.semi-descriptions-key {
|
|
7954
7954
|
font-weight: normal;
|
|
7955
7955
|
font-size: 14px;
|
|
7956
|
-
font-family: "
|
|
7956
|
+
font-family: "PingFang SC";
|
|
7957
7957
|
line-height: 20px;
|
|
7958
7958
|
min-height: 14px;
|
|
7959
7959
|
white-space: nowrap;
|
|
@@ -7962,7 +7962,7 @@ body, :host {
|
|
|
7962
7962
|
.semi-descriptions-value {
|
|
7963
7963
|
font-weight: normal;
|
|
7964
7964
|
font-size: 14px;
|
|
7965
|
-
font-family: "
|
|
7965
|
+
font-family: "PingFang SC";
|
|
7966
7966
|
line-height: 20px;
|
|
7967
7967
|
color: var(--semi-color-text-0);
|
|
7968
7968
|
}
|
|
@@ -8012,14 +8012,14 @@ body, :host {
|
|
|
8012
8012
|
}
|
|
8013
8013
|
.semi-descriptions-double-small .semi-descriptions-key {
|
|
8014
8014
|
font-size: 12px;
|
|
8015
|
-
font-family: "
|
|
8015
|
+
font-family: "PingFang SC";
|
|
8016
8016
|
line-height: 16px;
|
|
8017
8017
|
padding-bottom: 0;
|
|
8018
8018
|
font-size: 12px;
|
|
8019
8019
|
}
|
|
8020
8020
|
.semi-descriptions-double-small .semi-descriptions-value {
|
|
8021
8021
|
font-size: 16px;
|
|
8022
|
-
font-family: "
|
|
8022
|
+
font-family: "PingFang SC";
|
|
8023
8023
|
line-height: 22px;
|
|
8024
8024
|
font-size: 16px;
|
|
8025
8025
|
}
|
|
@@ -8032,7 +8032,7 @@ body, :host {
|
|
|
8032
8032
|
}
|
|
8033
8033
|
.semi-descriptions-double-medium .semi-descriptions-value {
|
|
8034
8034
|
font-size: 20px;
|
|
8035
|
-
font-family: "
|
|
8035
|
+
font-family: "PingFang SC";
|
|
8036
8036
|
line-height: 28px;
|
|
8037
8037
|
font-size: 20px;
|
|
8038
8038
|
}
|
|
@@ -8045,7 +8045,7 @@ body, :host {
|
|
|
8045
8045
|
}
|
|
8046
8046
|
.semi-descriptions-double-large .semi-descriptions-value {
|
|
8047
8047
|
font-size: 28px;
|
|
8048
|
-
font-family: "
|
|
8048
|
+
font-family: "PingFang SC";
|
|
8049
8049
|
line-height: 40px;
|
|
8050
8050
|
font-size: 28px;
|
|
8051
8051
|
}
|
|
@@ -8194,7 +8194,7 @@ body, :host {
|
|
|
8194
8194
|
|
|
8195
8195
|
.semi-dropdown {
|
|
8196
8196
|
font-size: 14px;
|
|
8197
|
-
font-family: "
|
|
8197
|
+
font-family: "PingFang SC";
|
|
8198
8198
|
line-height: 20px;
|
|
8199
8199
|
}
|
|
8200
8200
|
.semi-dropdown-wrapper {
|
|
@@ -8225,7 +8225,7 @@ body, :host {
|
|
|
8225
8225
|
padding-left: 16px;
|
|
8226
8226
|
padding-right: 16px;
|
|
8227
8227
|
font-size: 12px;
|
|
8228
|
-
font-family: "
|
|
8228
|
+
font-family: "PingFang SC";
|
|
8229
8229
|
line-height: 16px;
|
|
8230
8230
|
cursor: default;
|
|
8231
8231
|
}
|
|
@@ -8626,7 +8626,7 @@ body, :host {
|
|
|
8626
8626
|
display: inline-block;
|
|
8627
8627
|
vertical-align: middle;
|
|
8628
8628
|
font-size: 14px;
|
|
8629
|
-
font-family: "
|
|
8629
|
+
font-family: "PingFang SC";
|
|
8630
8630
|
line-height: 20px;
|
|
8631
8631
|
flex-shrink: 0;
|
|
8632
8632
|
}
|
|
@@ -8661,7 +8661,7 @@ body, :host {
|
|
|
8661
8661
|
}
|
|
8662
8662
|
.semi-form-field-error-message, .semi-form-field-help-text {
|
|
8663
8663
|
font-size: 14px;
|
|
8664
|
-
font-family: "
|
|
8664
|
+
font-family: "PingFang SC";
|
|
8665
8665
|
line-height: 20px;
|
|
8666
8666
|
display: flex;
|
|
8667
8667
|
align-items: center;
|
|
@@ -8748,7 +8748,7 @@ body, :host {
|
|
|
8748
8748
|
.semi-form-field-extra-string {
|
|
8749
8749
|
color: var(--semi-color-tertiary);
|
|
8750
8750
|
font-size: 14px;
|
|
8751
|
-
font-family: "
|
|
8751
|
+
font-family: "PingFang SC";
|
|
8752
8752
|
line-height: 20px;
|
|
8753
8753
|
}
|
|
8754
8754
|
|
|
@@ -8782,7 +8782,7 @@ body, :host {
|
|
|
8782
8782
|
margin-block-start: 0;
|
|
8783
8783
|
margin-block-end: 0;
|
|
8784
8784
|
font-size: 18px;
|
|
8785
|
-
font-family: "
|
|
8785
|
+
font-family: "PingFang SC";
|
|
8786
8786
|
line-height: 24px;
|
|
8787
8787
|
font-weight: 600;
|
|
8788
8788
|
width: 100%;
|
|
@@ -14217,7 +14217,7 @@ body, :host {
|
|
|
14217
14217
|
}
|
|
14218
14218
|
.semi-hotKeys-content {
|
|
14219
14219
|
font-size: 12px;
|
|
14220
|
-
font-family: "
|
|
14220
|
+
font-family: "PingFang SC";
|
|
14221
14221
|
line-height: 16px;
|
|
14222
14222
|
border-radius: 2px;
|
|
14223
14223
|
height: 20px;
|
|
@@ -14228,7 +14228,7 @@ body, :host {
|
|
|
14228
14228
|
}
|
|
14229
14229
|
.semi-hotKeys-split {
|
|
14230
14230
|
font-size: 12px;
|
|
14231
|
-
font-family: "
|
|
14231
|
+
font-family: "PingFang SC";
|
|
14232
14232
|
line-height: 16px;
|
|
14233
14233
|
margin: 0 3px;
|
|
14234
14234
|
color: var(--semi-color-text-0);
|
|
@@ -14328,7 +14328,7 @@ body, :host {
|
|
|
14328
14328
|
right: 0;
|
|
14329
14329
|
font-weight: normal;
|
|
14330
14330
|
font-size: 14px;
|
|
14331
|
-
font-family: "
|
|
14331
|
+
font-family: "PingFang SC";
|
|
14332
14332
|
line-height: 20px;
|
|
14333
14333
|
color: var(--semi-color-white);
|
|
14334
14334
|
height: 60px;
|
|
@@ -14375,7 +14375,7 @@ body, :host {
|
|
|
14375
14375
|
user-select: none;
|
|
14376
14376
|
color: var(--semi-color-white);
|
|
14377
14377
|
font-size: 16px;
|
|
14378
|
-
font-family: "
|
|
14378
|
+
font-family: "PingFang SC";
|
|
14379
14379
|
line-height: 22px;
|
|
14380
14380
|
margin: 0 12px;
|
|
14381
14381
|
}
|
|
@@ -14510,7 +14510,7 @@ img[src=""], img:not([src]) {
|
|
|
14510
14510
|
vertical-align: middle;
|
|
14511
14511
|
box-shadow: none;
|
|
14512
14512
|
font-size: 14px;
|
|
14513
|
-
font-family: "
|
|
14513
|
+
font-family: "PingFang SC";
|
|
14514
14514
|
line-height: 20px;
|
|
14515
14515
|
background-color: var(--semi-color-fill-0);
|
|
14516
14516
|
border: 1px transparent solid;
|
|
@@ -14526,21 +14526,21 @@ img[src=""], img:not([src]) {
|
|
|
14526
14526
|
.semi-input-wrapper-default {
|
|
14527
14527
|
height: 32px;
|
|
14528
14528
|
font-size: 14px;
|
|
14529
|
-
font-family: "
|
|
14529
|
+
font-family: "PingFang SC";
|
|
14530
14530
|
line-height: 20px;
|
|
14531
14531
|
line-height: 30px;
|
|
14532
14532
|
}
|
|
14533
14533
|
.semi-input-wrapper-small {
|
|
14534
14534
|
height: 24px;
|
|
14535
14535
|
font-size: 14px;
|
|
14536
|
-
font-family: "
|
|
14536
|
+
font-family: "PingFang SC";
|
|
14537
14537
|
line-height: 20px;
|
|
14538
14538
|
line-height: 22px;
|
|
14539
14539
|
}
|
|
14540
14540
|
.semi-input-wrapper-large {
|
|
14541
14541
|
height: 40px;
|
|
14542
14542
|
font-size: 16px;
|
|
14543
|
-
font-family: "
|
|
14543
|
+
font-family: "PingFang SC";
|
|
14544
14544
|
line-height: 22px;
|
|
14545
14545
|
line-height: 38px;
|
|
14546
14546
|
}
|
|
@@ -14838,21 +14838,21 @@ img[src=""], img:not([src]) {
|
|
|
14838
14838
|
.semi-input-large {
|
|
14839
14839
|
height: 38px;
|
|
14840
14840
|
font-size: 16px;
|
|
14841
|
-
font-family: "
|
|
14841
|
+
font-family: "PingFang SC";
|
|
14842
14842
|
line-height: 22px;
|
|
14843
14843
|
line-height: 38px;
|
|
14844
14844
|
}
|
|
14845
14845
|
.semi-input-small {
|
|
14846
14846
|
height: 22px;
|
|
14847
14847
|
font-size: 14px;
|
|
14848
|
-
font-family: "
|
|
14848
|
+
font-family: "PingFang SC";
|
|
14849
14849
|
line-height: 20px;
|
|
14850
14850
|
line-height: 22px;
|
|
14851
14851
|
}
|
|
14852
14852
|
.semi-input-default {
|
|
14853
14853
|
height: 30px;
|
|
14854
14854
|
font-size: 14px;
|
|
14855
|
-
font-family: "
|
|
14855
|
+
font-family: "PingFang SC";
|
|
14856
14856
|
line-height: 20px;
|
|
14857
14857
|
line-height: 30px;
|
|
14858
14858
|
}
|
|
@@ -14910,7 +14910,7 @@ img[src=""], img:not([src]) {
|
|
|
14910
14910
|
background-color: var(--semi-color-fill-0);
|
|
14911
14911
|
color: var(--semi-color-text-2);
|
|
14912
14912
|
font-size: 14px;
|
|
14913
|
-
font-family: "
|
|
14913
|
+
font-family: "PingFang SC";
|
|
14914
14914
|
line-height: 20px;
|
|
14915
14915
|
flex-shrink: 0;
|
|
14916
14916
|
}
|
|
@@ -15454,7 +15454,7 @@ img[src=""], img:not([src]) {
|
|
|
15454
15454
|
|
|
15455
15455
|
.semi-list {
|
|
15456
15456
|
font-size: 14px;
|
|
15457
|
-
font-family: "
|
|
15457
|
+
font-family: "PingFang SC";
|
|
15458
15458
|
line-height: 20px;
|
|
15459
15459
|
}
|
|
15460
15460
|
.semi-list-items {
|
|
@@ -15617,7 +15617,7 @@ img[src=""], img:not([src]) {
|
|
|
15617
15617
|
|
|
15618
15618
|
.semi-modal {
|
|
15619
15619
|
font-size: 14px;
|
|
15620
|
-
font-family: "
|
|
15620
|
+
font-family: "PingFang SC";
|
|
15621
15621
|
line-height: 20px;
|
|
15622
15622
|
position: relative;
|
|
15623
15623
|
margin: 80px auto;
|
|
@@ -15929,7 +15929,7 @@ img[src=""], img:not([src]) {
|
|
|
15929
15929
|
margin-top: 0;
|
|
15930
15930
|
margin-bottom: 8px;
|
|
15931
15931
|
font-size: 14px;
|
|
15932
|
-
font-family: "
|
|
15932
|
+
font-family: "PingFang SC";
|
|
15933
15933
|
line-height: 20px;
|
|
15934
15934
|
font-weight: 400;
|
|
15935
15935
|
color: var(--semi-color-text-0);
|
|
@@ -16223,7 +16223,7 @@ img[src=""], img:not([src]) {
|
|
|
16223
16223
|
}
|
|
16224
16224
|
.semi-navigation-header-text {
|
|
16225
16225
|
font-size: 18px;
|
|
16226
|
-
font-family: "
|
|
16226
|
+
font-family: "PingFang SC";
|
|
16227
16227
|
line-height: 24px;
|
|
16228
16228
|
font-weight: 600;
|
|
16229
16229
|
display: inline-flex;
|
|
@@ -16749,7 +16749,7 @@ img[src=""], img:not([src]) {
|
|
|
16749
16749
|
.semi-notification-notice-icon {
|
|
16750
16750
|
width: 24px;
|
|
16751
16751
|
font-size: 16px;
|
|
16752
|
-
font-family: "
|
|
16752
|
+
font-family: "PingFang SC";
|
|
16753
16753
|
line-height: 22px;
|
|
16754
16754
|
display: flex;
|
|
16755
16755
|
align-items: flex-start;
|
|
@@ -16791,7 +16791,7 @@ img[src=""], img:not([src]) {
|
|
|
16791
16791
|
}
|
|
16792
16792
|
.semi-notification-notice-title {
|
|
16793
16793
|
font-size: 16px;
|
|
16794
|
-
font-family: "
|
|
16794
|
+
font-family: "PingFang SC";
|
|
16795
16795
|
line-height: 22px;
|
|
16796
16796
|
font-weight: 600;
|
|
16797
16797
|
color: var(--semi-color-text-0);
|
|
@@ -16811,7 +16811,7 @@ img[src=""], img:not([src]) {
|
|
|
16811
16811
|
}
|
|
16812
16812
|
.semi-notification-notice-content {
|
|
16813
16813
|
font-size: 14px;
|
|
16814
|
-
font-family: "
|
|
16814
|
+
font-family: "PingFang SC";
|
|
16815
16815
|
line-height: 20px;
|
|
16816
16816
|
font-weight: 400;
|
|
16817
16817
|
color: var(--semi-color-text-1);
|
|
@@ -16827,7 +16827,7 @@ img[src=""], img:not([src]) {
|
|
|
16827
16827
|
.semi-notification-notice-controls {
|
|
16828
16828
|
display: flex;
|
|
16829
16829
|
font-size: 14px;
|
|
16830
|
-
font-family: "
|
|
16830
|
+
font-family: "PingFang SC";
|
|
16831
16831
|
line-height: 20px;
|
|
16832
16832
|
cursor: pointer;
|
|
16833
16833
|
}
|
|
@@ -17048,13 +17048,13 @@ img[src=""], img:not([src]) {
|
|
|
17048
17048
|
list-style: none;
|
|
17049
17049
|
padding: 0;
|
|
17050
17050
|
align-items: center;
|
|
17051
|
-
font-family: "
|
|
17051
|
+
font-family: "PingFang SC";
|
|
17052
17052
|
margin-block-start: 0;
|
|
17053
17053
|
margin-block-end: 0;
|
|
17054
17054
|
}
|
|
17055
17055
|
.semi-page-small {
|
|
17056
17056
|
font-size: 14px;
|
|
17057
|
-
font-family: "
|
|
17057
|
+
font-family: "PingFang SC";
|
|
17058
17058
|
line-height: 20px;
|
|
17059
17059
|
font-weight: 400;
|
|
17060
17060
|
color: var(--semi-color-text-2);
|
|
@@ -17068,7 +17068,7 @@ img[src=""], img:not([src]) {
|
|
|
17068
17068
|
}
|
|
17069
17069
|
.semi-page-item {
|
|
17070
17070
|
font-size: 14px;
|
|
17071
|
-
font-family: "
|
|
17071
|
+
font-family: "PingFang SC";
|
|
17072
17072
|
line-height: 20px;
|
|
17073
17073
|
min-width: 32px;
|
|
17074
17074
|
border: 0px solid transparent;
|
|
@@ -17145,7 +17145,7 @@ img[src=""], img:not([src]) {
|
|
|
17145
17145
|
}
|
|
17146
17146
|
.semi-page-total {
|
|
17147
17147
|
font-size: 14px;
|
|
17148
|
-
font-family: "
|
|
17148
|
+
font-family: "PingFang SC";
|
|
17149
17149
|
line-height: 20px;
|
|
17150
17150
|
color: var(--semi-color-text-2);
|
|
17151
17151
|
}
|
|
@@ -17160,7 +17160,7 @@ img[src=""], img:not([src]) {
|
|
|
17160
17160
|
.semi-page-quickjump {
|
|
17161
17161
|
margin-left: 24px;
|
|
17162
17162
|
font-size: 14px;
|
|
17163
|
-
font-family: "
|
|
17163
|
+
font-family: "PingFang SC";
|
|
17164
17164
|
line-height: 20px;
|
|
17165
17165
|
display: flex;
|
|
17166
17166
|
justify-content: center;
|
|
@@ -17266,7 +17266,7 @@ img[src=""], img:not([src]) {
|
|
|
17266
17266
|
}
|
|
17267
17267
|
.semi-popconfirm-header-title {
|
|
17268
17268
|
font-size: 16px;
|
|
17269
|
-
font-family: "
|
|
17269
|
+
font-family: "PingFang SC";
|
|
17270
17270
|
line-height: 22px;
|
|
17271
17271
|
font-weight: 600;
|
|
17272
17272
|
margin-bottom: 8px;
|
|
@@ -17368,7 +17368,7 @@ img[src=""], img:not([src]) {
|
|
|
17368
17368
|
z-index: 1030;
|
|
17369
17369
|
border-radius: var(--semi-border-radius-medium);
|
|
17370
17370
|
font-size: 14px;
|
|
17371
|
-
font-family: "
|
|
17371
|
+
font-family: "PingFang SC";
|
|
17372
17372
|
line-height: 20px;
|
|
17373
17373
|
opacity: 0;
|
|
17374
17374
|
}
|
|
@@ -17645,7 +17645,7 @@ img[src=""], img:not([src]) {
|
|
|
17645
17645
|
.semi-radio {
|
|
17646
17646
|
box-sizing: border-box;
|
|
17647
17647
|
font-size: 14px;
|
|
17648
|
-
font-family: "
|
|
17648
|
+
font-family: "PingFang SC";
|
|
17649
17649
|
line-height: 20px;
|
|
17650
17650
|
position: relative;
|
|
17651
17651
|
display: inline-flex;
|
|
@@ -17931,7 +17931,7 @@ img[src=""], img:not([src]) {
|
|
|
17931
17931
|
|
|
17932
17932
|
.semi-radioGroup {
|
|
17933
17933
|
font-size: 14px;
|
|
17934
|
-
font-family: "
|
|
17934
|
+
font-family: "PingFang SC";
|
|
17935
17935
|
line-height: 20px;
|
|
17936
17936
|
}
|
|
17937
17937
|
.semi-radioGroup-vertical {
|
|
@@ -18202,7 +18202,7 @@ img[src=""], img:not([src]) {
|
|
|
18202
18202
|
border-radius: var(--semi-border-radius-medium);
|
|
18203
18203
|
overflow: hidden;
|
|
18204
18204
|
font-size: 14px;
|
|
18205
|
-
font-family: "
|
|
18205
|
+
font-family: "PingFang SC";
|
|
18206
18206
|
line-height: 20px;
|
|
18207
18207
|
user-select: none;
|
|
18208
18208
|
display: flex;
|
|
@@ -18218,7 +18218,7 @@ img[src=""], img:not([src]) {
|
|
|
18218
18218
|
font-weight: 600;
|
|
18219
18219
|
color: var(--semi-color-text-0);
|
|
18220
18220
|
font-size: 14px;
|
|
18221
|
-
font-family: "
|
|
18221
|
+
font-family: "PingFang SC";
|
|
18222
18222
|
line-height: 20px;
|
|
18223
18223
|
}
|
|
18224
18224
|
.semi-scrolllist-body {
|
|
@@ -18380,7 +18380,7 @@ img[src=""], img:not([src]) {
|
|
|
18380
18380
|
|
|
18381
18381
|
.semi-select-option {
|
|
18382
18382
|
font-size: 14px;
|
|
18383
|
-
font-family: "
|
|
18383
|
+
font-family: "PingFang SC";
|
|
18384
18384
|
line-height: 20px;
|
|
18385
18385
|
word-break: break-all;
|
|
18386
18386
|
padding-left: 12px;
|
|
@@ -18486,7 +18486,7 @@ img[src=""], img:not([src]) {
|
|
|
18486
18486
|
}
|
|
18487
18487
|
.semi-select-large .semi-select-selection {
|
|
18488
18488
|
font-size: 16px;
|
|
18489
|
-
font-family: "
|
|
18489
|
+
font-family: "PingFang SC";
|
|
18490
18490
|
line-height: 22px;
|
|
18491
18491
|
}
|
|
18492
18492
|
.semi-select-open, .semi-select-focus {
|
|
@@ -18560,7 +18560,7 @@ img[src=""], img:not([src]) {
|
|
|
18560
18560
|
}
|
|
18561
18561
|
.semi-select-selection {
|
|
18562
18562
|
font-size: 14px;
|
|
18563
|
-
font-family: "
|
|
18563
|
+
font-family: "PingFang SC";
|
|
18564
18564
|
line-height: 20px;
|
|
18565
18565
|
height: 100%;
|
|
18566
18566
|
display: flex;
|
|
@@ -18685,7 +18685,7 @@ img[src=""], img:not([src]) {
|
|
|
18685
18685
|
margin: 0px 12px;
|
|
18686
18686
|
color: var(--semi-color-text-2);
|
|
18687
18687
|
font-size: 14px;
|
|
18688
|
-
font-family: "
|
|
18688
|
+
font-family: "PingFang SC";
|
|
18689
18689
|
line-height: 20px;
|
|
18690
18690
|
font-weight: 600;
|
|
18691
18691
|
}
|
|
@@ -18716,7 +18716,7 @@ img[src=""], img:not([src]) {
|
|
|
18716
18716
|
margin: 0px 12px;
|
|
18717
18717
|
font-weight: 600;
|
|
18718
18718
|
font-size: 14px;
|
|
18719
|
-
font-family: "
|
|
18719
|
+
font-family: "PingFang SC";
|
|
18720
18720
|
line-height: 20px;
|
|
18721
18721
|
color: var(--semi-color-text-2);
|
|
18722
18722
|
flex-shrink: 0;
|
|
@@ -18830,7 +18830,7 @@ img[src=""], img:not([src]) {
|
|
|
18830
18830
|
padding-left: 32px;
|
|
18831
18831
|
padding-right: 16px;
|
|
18832
18832
|
font-size: 12px;
|
|
18833
|
-
font-family: "
|
|
18833
|
+
font-family: "PingFang SC";
|
|
18834
18834
|
line-height: 16px;
|
|
18835
18835
|
cursor: default;
|
|
18836
18836
|
}
|
|
@@ -18941,7 +18941,7 @@ img[src=""], img:not([src]) {
|
|
|
18941
18941
|
|
|
18942
18942
|
.semi-sidesheet {
|
|
18943
18943
|
font-size: 14px;
|
|
18944
|
-
font-family: "
|
|
18944
|
+
font-family: "PingFang SC";
|
|
18945
18945
|
line-height: 20px;
|
|
18946
18946
|
position: fixed;
|
|
18947
18947
|
margin: 0;
|
|
@@ -18996,7 +18996,7 @@ img[src=""], img:not([src]) {
|
|
|
18996
18996
|
flex: 1 0 auto;
|
|
18997
18997
|
margin: 0;
|
|
18998
18998
|
font-size: 18px;
|
|
18999
|
-
font-family: "
|
|
18999
|
+
font-family: "PingFang SC";
|
|
19000
19000
|
line-height: 24px;
|
|
19001
19001
|
font-weight: 600;
|
|
19002
19002
|
font-size: 18px;
|
|
@@ -19257,7 +19257,7 @@ img[src=""], img:not([src]) {
|
|
|
19257
19257
|
.semi-sidebar-container-header-title {
|
|
19258
19258
|
flex: 1;
|
|
19259
19259
|
font-size: 16px;
|
|
19260
|
-
font-family: "
|
|
19260
|
+
font-family: "PingFang SC";
|
|
19261
19261
|
line-height: 22px;
|
|
19262
19262
|
font-weight: 600;
|
|
19263
19263
|
}
|
|
@@ -19309,7 +19309,7 @@ img[src=""], img:not([src]) {
|
|
|
19309
19309
|
}
|
|
19310
19310
|
.semi-sidebar-mcp-configure-content-header-count {
|
|
19311
19311
|
font-size: 12px;
|
|
19312
|
-
font-family: "
|
|
19312
|
+
font-family: "PingFang SC";
|
|
19313
19313
|
line-height: 16px;
|
|
19314
19314
|
vertical-align: middle;
|
|
19315
19315
|
color: var(--semi-color-text-2);
|
|
@@ -19347,14 +19347,14 @@ img[src=""], img:not([src]) {
|
|
|
19347
19347
|
}
|
|
19348
19348
|
.semi-sidebar-mcp-configure-content-item-content-label {
|
|
19349
19349
|
font-size: 14px;
|
|
19350
|
-
font-family: "
|
|
19350
|
+
font-family: "PingFang SC";
|
|
19351
19351
|
line-height: 20px;
|
|
19352
19352
|
font-weight: 600;
|
|
19353
19353
|
color: var(--semi-color-text-0);
|
|
19354
19354
|
}
|
|
19355
19355
|
.semi-sidebar-mcp-configure-content-item-content-desc {
|
|
19356
19356
|
font-size: 12px;
|
|
19357
|
-
font-family: "
|
|
19357
|
+
font-family: "PingFang SC";
|
|
19358
19358
|
line-height: 16px;
|
|
19359
19359
|
color: var(--semi-color-text-0);
|
|
19360
19360
|
overflow: hidden;
|
|
@@ -19399,7 +19399,7 @@ img[src=""], img:not([src]) {
|
|
|
19399
19399
|
-webkit-line-clamp: 2;
|
|
19400
19400
|
-webkit-box-orient: vertical;
|
|
19401
19401
|
font-size: 14px;
|
|
19402
|
-
font-family: "
|
|
19402
|
+
font-family: "PingFang SC";
|
|
19403
19403
|
line-height: 20px;
|
|
19404
19404
|
color: var(--semi-color-text-0);
|
|
19405
19405
|
font-weight: 600;
|
|
@@ -19416,7 +19416,7 @@ img[src=""], img:not([src]) {
|
|
|
19416
19416
|
}
|
|
19417
19417
|
.semi-sidebar-annotation-item-footer-text {
|
|
19418
19418
|
font-size: 12px;
|
|
19419
|
-
font-family: "
|
|
19419
|
+
font-family: "PingFang SC";
|
|
19420
19420
|
line-height: 16px;
|
|
19421
19421
|
color: var(--semi-color-text-0);
|
|
19422
19422
|
overflow: hidden;
|
|
@@ -19435,7 +19435,7 @@ img[src=""], img:not([src]) {
|
|
|
19435
19435
|
align-items: center;
|
|
19436
19436
|
justify-content: center;
|
|
19437
19437
|
font-size: 12px;
|
|
19438
|
-
font-family: "
|
|
19438
|
+
font-family: "PingFang SC";
|
|
19439
19439
|
line-height: 16px;
|
|
19440
19440
|
color: var(--semi-color-text-2);
|
|
19441
19441
|
}
|
|
@@ -19456,7 +19456,7 @@ img[src=""], img:not([src]) {
|
|
|
19456
19456
|
-webkit-line-clamp: 4;
|
|
19457
19457
|
-webkit-box-orient: vertical;
|
|
19458
19458
|
font-size: 12px;
|
|
19459
|
-
font-family: "
|
|
19459
|
+
font-family: "PingFang SC";
|
|
19460
19460
|
line-height: 16px;
|
|
19461
19461
|
color: var(--semi-color-text-2);
|
|
19462
19462
|
}
|
|
@@ -19511,13 +19511,13 @@ img[src=""], img:not([src]) {
|
|
|
19511
19511
|
background-color: rgba(var(--semi-grey-7), 0.7);
|
|
19512
19512
|
border-radius: 4px;
|
|
19513
19513
|
font-size: 12px;
|
|
19514
|
-
font-family: "
|
|
19514
|
+
font-family: "PingFang SC";
|
|
19515
19515
|
line-height: 16px;
|
|
19516
19516
|
color: var(--semi-color-bg-0);
|
|
19517
19517
|
}
|
|
19518
19518
|
.semi-sidebar-annotation-item-video-title {
|
|
19519
19519
|
font-size: 14px;
|
|
19520
|
-
font-family: "
|
|
19520
|
+
font-family: "PingFang SC";
|
|
19521
19521
|
line-height: 20px;
|
|
19522
19522
|
color: var(--semi-color-text-0);
|
|
19523
19523
|
}
|
|
@@ -19745,7 +19745,7 @@ img[src=""], img:not([src]) {
|
|
|
19745
19745
|
}
|
|
19746
19746
|
.semi-sidebar-detail-header-title {
|
|
19747
19747
|
font-size: 16px;
|
|
19748
|
-
font-family: "
|
|
19748
|
+
font-family: "PingFang SC";
|
|
19749
19749
|
line-height: 22px;
|
|
19750
19750
|
font-weight: 600;
|
|
19751
19751
|
}
|
|
@@ -20228,7 +20228,7 @@ img[src=""], img:not([src]) {
|
|
|
20228
20228
|
.semi-steps .semi-steps-item .semi-steps-item-title {
|
|
20229
20229
|
position: relative;
|
|
20230
20230
|
font-size: 18px;
|
|
20231
|
-
font-family: "
|
|
20231
|
+
font-family: "PingFang SC";
|
|
20232
20232
|
line-height: 24px;
|
|
20233
20233
|
font-weight: 600;
|
|
20234
20234
|
width: 100%;
|
|
@@ -20240,7 +20240,7 @@ img[src=""], img:not([src]) {
|
|
|
20240
20240
|
}
|
|
20241
20241
|
.semi-steps .semi-steps-item .semi-steps-item-description {
|
|
20242
20242
|
font-size: 14px;
|
|
20243
|
-
font-family: "
|
|
20243
|
+
font-family: "PingFang SC";
|
|
20244
20244
|
line-height: 20px;
|
|
20245
20245
|
color: var(--semi-color-text-2);
|
|
20246
20246
|
width: 100%;
|
|
@@ -20331,7 +20331,7 @@ img[src=""], img:not([src]) {
|
|
|
20331
20331
|
align-items: center;
|
|
20332
20332
|
justify-content: center;
|
|
20333
20333
|
font-size: 20px;
|
|
20334
|
-
font-family: "
|
|
20334
|
+
font-family: "PingFang SC";
|
|
20335
20335
|
line-height: 28px;
|
|
20336
20336
|
font-weight: 600;
|
|
20337
20337
|
flex-grow: 0;
|
|
@@ -20386,7 +20386,7 @@ img[src=""], img:not([src]) {
|
|
|
20386
20386
|
}
|
|
20387
20387
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-description {
|
|
20388
20388
|
font-size: 12px;
|
|
20389
|
-
font-family: "
|
|
20389
|
+
font-family: "PingFang SC";
|
|
20390
20390
|
line-height: 16px;
|
|
20391
20391
|
color: var(--semi-color-text-2);
|
|
20392
20392
|
width: 100%;
|
|
@@ -20447,7 +20447,7 @@ img[src=""], img:not([src]) {
|
|
|
20447
20447
|
}
|
|
20448
20448
|
.semi-steps-basic.semi-steps-vertical .semi-steps-item .semi-steps-item-description {
|
|
20449
20449
|
font-size: 12px;
|
|
20450
|
-
font-family: "
|
|
20450
|
+
font-family: "PingFang SC";
|
|
20451
20451
|
line-height: 16px;
|
|
20452
20452
|
color: var(--semi-color-text-2);
|
|
20453
20453
|
width: 100%;
|
|
@@ -20501,7 +20501,7 @@ img[src=""], img:not([src]) {
|
|
|
20501
20501
|
width: 24px;
|
|
20502
20502
|
height: 24px;
|
|
20503
20503
|
font-size: 16px;
|
|
20504
|
-
font-family: "
|
|
20504
|
+
font-family: "PingFang SC";
|
|
20505
20505
|
line-height: 22px;
|
|
20506
20506
|
font-weight: 600;
|
|
20507
20507
|
background: var(--semi-color-primary);
|
|
@@ -20513,7 +20513,7 @@ img[src=""], img:not([src]) {
|
|
|
20513
20513
|
position: relative;
|
|
20514
20514
|
display: inline-block;
|
|
20515
20515
|
font-size: 16px;
|
|
20516
|
-
font-family: "
|
|
20516
|
+
font-family: "PingFang SC";
|
|
20517
20517
|
line-height: 22px;
|
|
20518
20518
|
line-height: 24px;
|
|
20519
20519
|
font-weight: 600;
|
|
@@ -20563,7 +20563,7 @@ img[src=""], img:not([src]) {
|
|
|
20563
20563
|
}
|
|
20564
20564
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20565
20565
|
font-size: 14px;
|
|
20566
|
-
font-family: "
|
|
20566
|
+
font-family: "PingFang SC";
|
|
20567
20567
|
line-height: 20px;
|
|
20568
20568
|
}
|
|
20569
20569
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon {
|
|
@@ -20571,7 +20571,7 @@ img[src=""], img:not([src]) {
|
|
|
20571
20571
|
}
|
|
20572
20572
|
.semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon .semi-steps-item-number-icon {
|
|
20573
20573
|
font-size: 12px;
|
|
20574
|
-
font-family: "
|
|
20574
|
+
font-family: "PingFang SC";
|
|
20575
20575
|
line-height: 16px;
|
|
20576
20576
|
width: 20px;
|
|
20577
20577
|
height: 20px;
|
|
@@ -20608,7 +20608,7 @@ img[src=""], img:not([src]) {
|
|
|
20608
20608
|
}
|
|
20609
20609
|
.semi-steps-nav .semi-steps-item .semi-steps-item-title {
|
|
20610
20610
|
font-size: 16px;
|
|
20611
|
-
font-family: "
|
|
20611
|
+
font-family: "PingFang SC";
|
|
20612
20612
|
line-height: 22px;
|
|
20613
20613
|
max-width: 17em;
|
|
20614
20614
|
overflow: hidden;
|
|
@@ -20622,7 +20622,7 @@ img[src=""], img:not([src]) {
|
|
|
20622
20622
|
}
|
|
20623
20623
|
.semi-steps-nav.semi-steps-small .semi-steps-item .semi-steps-item-title {
|
|
20624
20624
|
font-size: 14px;
|
|
20625
|
-
font-family: "
|
|
20625
|
+
font-family: "PingFang SC";
|
|
20626
20626
|
line-height: 20px;
|
|
20627
20627
|
}
|
|
20628
20628
|
|
|
@@ -20983,7 +20983,7 @@ img[src=""], img:not([src]) {
|
|
|
20983
20983
|
|
|
20984
20984
|
.semi-table-pagination-info {
|
|
20985
20985
|
font-size: 14px;
|
|
20986
|
-
font-family: "
|
|
20986
|
+
font-family: "PingFang SC";
|
|
20987
20987
|
line-height: 20px;
|
|
20988
20988
|
font-weight: 400;
|
|
20989
20989
|
}
|
|
@@ -21009,7 +21009,7 @@ img[src=""], img:not([src]) {
|
|
|
21009
21009
|
margin: 0;
|
|
21010
21010
|
padding: 0;
|
|
21011
21011
|
font-size: 14px;
|
|
21012
|
-
font-family: "
|
|
21012
|
+
font-family: "PingFang SC";
|
|
21013
21013
|
line-height: 20px;
|
|
21014
21014
|
color: var(--semi-color-text-0);
|
|
21015
21015
|
width: 100%;
|
|
@@ -21628,7 +21628,7 @@ img[src=""], img:not([src]) {
|
|
|
21628
21628
|
}
|
|
21629
21629
|
.semi-tabs-bar .semi-tabs-tab {
|
|
21630
21630
|
font-size: 14px;
|
|
21631
|
-
font-family: "
|
|
21631
|
+
font-family: "PingFang SC";
|
|
21632
21632
|
line-height: 20px;
|
|
21633
21633
|
cursor: pointer;
|
|
21634
21634
|
box-sizing: border-box;
|
|
@@ -21689,7 +21689,7 @@ img[src=""], img:not([src]) {
|
|
|
21689
21689
|
}
|
|
21690
21690
|
.semi-tabs-tab-single.semi-tabs-tab {
|
|
21691
21691
|
font-size: 14px;
|
|
21692
|
-
font-family: "
|
|
21692
|
+
font-family: "PingFang SC";
|
|
21693
21693
|
line-height: 20px;
|
|
21694
21694
|
cursor: pointer;
|
|
21695
21695
|
box-sizing: border-box;
|
|
@@ -22352,7 +22352,7 @@ img[src=""], img:not([src]) {
|
|
|
22352
22352
|
}
|
|
22353
22353
|
.semi-tag-default, .semi-tag-small {
|
|
22354
22354
|
font-size: 12px;
|
|
22355
|
-
font-family: "
|
|
22355
|
+
font-family: "PingFang SC";
|
|
22356
22356
|
line-height: 16px;
|
|
22357
22357
|
height: 20px;
|
|
22358
22358
|
padding: 2px 8px;
|
|
@@ -22368,7 +22368,7 @@ img[src=""], img:not([src]) {
|
|
|
22368
22368
|
}
|
|
22369
22369
|
.semi-tag-large {
|
|
22370
22370
|
font-size: 12px;
|
|
22371
|
-
font-family: "
|
|
22371
|
+
font-family: "PingFang SC";
|
|
22372
22372
|
line-height: 16px;
|
|
22373
22373
|
padding: 4px 8px;
|
|
22374
22374
|
height: 24px;
|
|
@@ -23105,7 +23105,7 @@ img[src=""], img:not([src]) {
|
|
|
23105
23105
|
margin: 0 12px;
|
|
23106
23106
|
font-weight: 600;
|
|
23107
23107
|
font-size: 14px;
|
|
23108
|
-
font-family: "
|
|
23108
|
+
font-family: "PingFang SC";
|
|
23109
23109
|
line-height: 20px;
|
|
23110
23110
|
color: var(--semi-color-text-2);
|
|
23111
23111
|
flex-shrink: 0;
|
|
@@ -23121,7 +23121,7 @@ img[src=""], img:not([src]) {
|
|
|
23121
23121
|
font-weight: 600;
|
|
23122
23122
|
white-space: nowrap;
|
|
23123
23123
|
font-size: 14px;
|
|
23124
|
-
font-family: "
|
|
23124
|
+
font-family: "PingFang SC";
|
|
23125
23125
|
line-height: 20px;
|
|
23126
23126
|
}
|
|
23127
23127
|
.semi-tagInput-prefix-icon, .semi-tagInput-suffix-icon {
|
|
@@ -23238,7 +23238,7 @@ img[src=""], img:not([src]) {
|
|
|
23238
23238
|
}
|
|
23239
23239
|
.semi-timepicker .semi-timepicker-input {
|
|
23240
23240
|
font-size: 14px;
|
|
23241
|
-
font-family: "
|
|
23241
|
+
font-family: "PingFang SC";
|
|
23242
23242
|
line-height: 20px;
|
|
23243
23243
|
border-radius: var(--semi-border-radius-small);
|
|
23244
23244
|
align-items: center;
|
|
@@ -23344,7 +23344,7 @@ img[src=""], img:not([src]) {
|
|
|
23344
23344
|
}
|
|
23345
23345
|
.semi-timeline-item-content {
|
|
23346
23346
|
font-size: 14px;
|
|
23347
|
-
font-family: "
|
|
23347
|
+
font-family: "PingFang SC";
|
|
23348
23348
|
line-height: 20px;
|
|
23349
23349
|
position: relative;
|
|
23350
23350
|
margin: 0 0 0 25px;
|
|
@@ -23353,7 +23353,7 @@ img[src=""], img:not([src]) {
|
|
|
23353
23353
|
}
|
|
23354
23354
|
.semi-timeline-item-content-extra, .semi-timeline-item-content-time {
|
|
23355
23355
|
font-size: 12px;
|
|
23356
|
-
font-family: "
|
|
23356
|
+
font-family: "PingFang SC";
|
|
23357
23357
|
line-height: 16px;
|
|
23358
23358
|
color: var(--semi-color-text-2);
|
|
23359
23359
|
margin-top: 4px;
|
|
@@ -23499,7 +23499,7 @@ img[src=""], img:not([src]) {
|
|
|
23499
23499
|
pointer-events: all;
|
|
23500
23500
|
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
|
|
23501
23501
|
font-size: 14px;
|
|
23502
|
-
font-family: "
|
|
23502
|
+
font-family: "PingFang SC";
|
|
23503
23503
|
line-height: 20px;
|
|
23504
23504
|
background-color: var(--semi-color-bg-3);
|
|
23505
23505
|
border-radius: var(--semi-border-radius-medium);
|
|
@@ -23650,7 +23650,7 @@ img[src=""], img:not([src]) {
|
|
|
23650
23650
|
word-wrap: break-word;
|
|
23651
23651
|
overflow-wrap: break-word;
|
|
23652
23652
|
font-size: 14px;
|
|
23653
|
-
font-family: "
|
|
23653
|
+
font-family: "PingFang SC";
|
|
23654
23654
|
line-height: 20px;
|
|
23655
23655
|
opacity: 0;
|
|
23656
23656
|
max-width: 240px;
|
|
@@ -23846,7 +23846,7 @@ img[src=""], img:not([src]) {
|
|
|
23846
23846
|
}
|
|
23847
23847
|
.semi-transfer-header {
|
|
23848
23848
|
font-size: 12px;
|
|
23849
|
-
font-family: "
|
|
23849
|
+
font-family: "PingFang SC";
|
|
23850
23850
|
line-height: 16px;
|
|
23851
23851
|
display: flex;
|
|
23852
23852
|
align-items: center;
|
|
@@ -23864,7 +23864,7 @@ img[src=""], img:not([src]) {
|
|
|
23864
23864
|
}
|
|
23865
23865
|
.semi-transfer-header .semi-button {
|
|
23866
23866
|
font-size: 12px;
|
|
23867
|
-
font-family: "
|
|
23867
|
+
font-family: "PingFang SC";
|
|
23868
23868
|
line-height: 16px;
|
|
23869
23869
|
}
|
|
23870
23870
|
.semi-transfer-item {
|
|
@@ -23876,7 +23876,7 @@ img[src=""], img:not([src]) {
|
|
|
23876
23876
|
padding-left: 12px;
|
|
23877
23877
|
user-select: none;
|
|
23878
23878
|
font-size: 14px;
|
|
23879
|
-
font-family: "
|
|
23879
|
+
font-family: "PingFang SC";
|
|
23880
23880
|
line-height: 20px;
|
|
23881
23881
|
display: flex;
|
|
23882
23882
|
align-items: center;
|
|
@@ -23974,7 +23974,7 @@ img[src=""], img:not([src]) {
|
|
|
23974
23974
|
justify-content: center;
|
|
23975
23975
|
align-items: center;
|
|
23976
23976
|
font-size: 12px;
|
|
23977
|
-
font-family: "
|
|
23977
|
+
font-family: "PingFang SC";
|
|
23978
23978
|
line-height: 16px;
|
|
23979
23979
|
color: var(--semi-color-text-2);
|
|
23980
23980
|
}
|
|
@@ -23988,7 +23988,7 @@ img[src=""], img:not([src]) {
|
|
|
23988
23988
|
color: var(--semi-color-text-2);
|
|
23989
23989
|
padding-left: 12px;
|
|
23990
23990
|
font-size: 12px;
|
|
23991
|
-
font-family: "
|
|
23991
|
+
font-family: "PingFang SC";
|
|
23992
23992
|
line-height: 16px;
|
|
23993
23993
|
height: 28px;
|
|
23994
23994
|
display: flex;
|
|
@@ -24068,7 +24068,7 @@ img[src=""], img:not([src]) {
|
|
|
24068
24068
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
24069
24069
|
transform: scale(var(--semi-transform_scale-none));
|
|
24070
24070
|
font-size: 14px;
|
|
24071
|
-
font-family: "
|
|
24071
|
+
font-family: "PingFang SC";
|
|
24072
24072
|
line-height: 20px;
|
|
24073
24073
|
word-break: break-word;
|
|
24074
24074
|
color: var(--semi-color-text-0);
|
|
@@ -24654,7 +24654,7 @@ img[src=""], img:not([src]) {
|
|
|
24654
24654
|
}
|
|
24655
24655
|
.semi-tree-select-selection {
|
|
24656
24656
|
font-size: 14px;
|
|
24657
|
-
font-family: "
|
|
24657
|
+
font-family: "PingFang SC";
|
|
24658
24658
|
line-height: 20px;
|
|
24659
24659
|
height: 100%;
|
|
24660
24660
|
display: inline-flex;
|
|
@@ -24773,7 +24773,7 @@ img[src=""], img:not([src]) {
|
|
|
24773
24773
|
}
|
|
24774
24774
|
.semi-tree-select-large .semi-tree-select-selection {
|
|
24775
24775
|
font-size: 16px;
|
|
24776
|
-
font-family: "
|
|
24776
|
+
font-family: "PingFang SC";
|
|
24777
24777
|
line-height: 22px;
|
|
24778
24778
|
}
|
|
24779
24779
|
.semi-tree-select-arrow {
|
|
@@ -24790,7 +24790,7 @@ img[src=""], img:not([src]) {
|
|
|
24790
24790
|
margin: 0px 12px;
|
|
24791
24791
|
font-weight: 600;
|
|
24792
24792
|
font-size: 14px;
|
|
24793
|
-
font-family: "
|
|
24793
|
+
font-family: "PingFang SC";
|
|
24794
24794
|
line-height: 20px;
|
|
24795
24795
|
color: var(--semi-color-text-2);
|
|
24796
24796
|
flex-shrink: 0;
|
|
@@ -24825,7 +24825,7 @@ img[src=""], img:not([src]) {
|
|
|
24825
24825
|
color: var(--semi-color-text-2);
|
|
24826
24826
|
font-weight: 600;
|
|
24827
24827
|
font-size: 14px;
|
|
24828
|
-
font-family: "
|
|
24828
|
+
font-family: "PingFang SC";
|
|
24829
24829
|
line-height: 20px;
|
|
24830
24830
|
margin: 0px 12px;
|
|
24831
24831
|
}
|
|
@@ -24935,7 +24935,7 @@ img[src=""], img:not([src]) {
|
|
|
24935
24935
|
.semi-typography {
|
|
24936
24936
|
color: var(--semi-color-text-0);
|
|
24937
24937
|
font-size: 14px;
|
|
24938
|
-
font-family: "
|
|
24938
|
+
font-family: "PingFang SC";
|
|
24939
24939
|
line-height: 20px;
|
|
24940
24940
|
}
|
|
24941
24941
|
.semi-typography.semi-typography-secondary {
|
|
@@ -24975,7 +24975,7 @@ img[src=""], img:not([src]) {
|
|
|
24975
24975
|
}
|
|
24976
24976
|
.semi-typography-small {
|
|
24977
24977
|
font-size: 12px;
|
|
24978
|
-
font-family: "
|
|
24978
|
+
font-family: "PingFang SC";
|
|
24979
24979
|
line-height: 16px;
|
|
24980
24980
|
font-weight: 400;
|
|
24981
24981
|
}
|
|
@@ -25076,7 +25076,7 @@ img[src=""], img:not([src]) {
|
|
|
25076
25076
|
h1.semi-typography,
|
|
25077
25077
|
.semi-typography-h1.semi-typography {
|
|
25078
25078
|
font-size: 32px;
|
|
25079
|
-
font-family: "
|
|
25079
|
+
font-family: "PingFang SC";
|
|
25080
25080
|
line-height: 44px;
|
|
25081
25081
|
font-weight: 600;
|
|
25082
25082
|
margin: 0;
|
|
@@ -25105,7 +25105,7 @@ h1.semi-typography.semi-typography-h1-weight-bold,
|
|
|
25105
25105
|
h2.semi-typography,
|
|
25106
25106
|
.semi-typography-h2.semi-typography {
|
|
25107
25107
|
font-size: 28px;
|
|
25108
|
-
font-family: "
|
|
25108
|
+
font-family: "PingFang SC";
|
|
25109
25109
|
line-height: 40px;
|
|
25110
25110
|
font-weight: 600;
|
|
25111
25111
|
margin: 0;
|
|
@@ -25134,7 +25134,7 @@ h2.semi-typography.semi-typography-h2-weight-bold,
|
|
|
25134
25134
|
h3.semi-typography,
|
|
25135
25135
|
.semi-typography-h3.semi-typography {
|
|
25136
25136
|
font-size: 24px;
|
|
25137
|
-
font-family: "
|
|
25137
|
+
font-family: "PingFang SC";
|
|
25138
25138
|
line-height: 32px;
|
|
25139
25139
|
font-weight: 600;
|
|
25140
25140
|
margin: 0;
|
|
@@ -25163,7 +25163,7 @@ h3.semi-typography.semi-typography-h3-weight-bold,
|
|
|
25163
25163
|
h4.semi-typography,
|
|
25164
25164
|
.semi-typography-h4.semi-typography {
|
|
25165
25165
|
font-size: 20px;
|
|
25166
|
-
font-family: "
|
|
25166
|
+
font-family: "PingFang SC";
|
|
25167
25167
|
line-height: 28px;
|
|
25168
25168
|
font-weight: 600;
|
|
25169
25169
|
margin: 0;
|
|
@@ -25192,7 +25192,7 @@ h4.semi-typography.semi-typography-h4-weight-bold,
|
|
|
25192
25192
|
h5.semi-typography,
|
|
25193
25193
|
.semi-typography-h5.semi-typography {
|
|
25194
25194
|
font-size: 18px;
|
|
25195
|
-
font-family: "
|
|
25195
|
+
font-family: "PingFang SC";
|
|
25196
25196
|
line-height: 24px;
|
|
25197
25197
|
font-weight: 600;
|
|
25198
25198
|
margin: 0;
|
|
@@ -25221,7 +25221,7 @@ h5.semi-typography.semi-typography-h5-weight-bold,
|
|
|
25221
25221
|
h6.semi-typography,
|
|
25222
25222
|
.semi-typography-h6.semi-typography {
|
|
25223
25223
|
font-size: 16px;
|
|
25224
|
-
font-family: "
|
|
25224
|
+
font-family: "PingFang SC";
|
|
25225
25225
|
line-height: 22px;
|
|
25226
25226
|
font-weight: 600;
|
|
25227
25227
|
margin: 0;
|
|
@@ -25369,7 +25369,7 @@ p.semi-typography-extended,
|
|
|
25369
25369
|
}
|
|
25370
25370
|
.semi-upload-file-list-title {
|
|
25371
25371
|
font-size: 12px;
|
|
25372
|
-
font-family: "
|
|
25372
|
+
font-family: "PingFang SC";
|
|
25373
25373
|
line-height: 16px;
|
|
25374
25374
|
color: var(--semi-color-text-2);
|
|
25375
25375
|
margin-bottom: 4px;
|
|
@@ -25445,14 +25445,14 @@ p.semi-typography-extended,
|
|
|
25445
25445
|
white-space: nowrap;
|
|
25446
25446
|
display: inline-block;
|
|
25447
25447
|
font-size: 14px;
|
|
25448
|
-
font-family: "
|
|
25448
|
+
font-family: "PingFang SC";
|
|
25449
25449
|
line-height: 20px;
|
|
25450
25450
|
font-weight: 600;
|
|
25451
25451
|
color: var(--semi-color-text-0);
|
|
25452
25452
|
}
|
|
25453
25453
|
.semi-upload-file-card-info-size {
|
|
25454
25454
|
font-size: 12px;
|
|
25455
|
-
font-family: "
|
|
25455
|
+
font-family: "PingFang SC";
|
|
25456
25456
|
line-height: 16px;
|
|
25457
25457
|
font-weight: 400;
|
|
25458
25458
|
margin-left: 8px;
|
|
@@ -25466,7 +25466,7 @@ p.semi-typography-extended,
|
|
|
25466
25466
|
}
|
|
25467
25467
|
.semi-upload-file-card-info-validate-message {
|
|
25468
25468
|
font-size: 12px;
|
|
25469
|
-
font-family: "
|
|
25469
|
+
font-family: "PingFang SC";
|
|
25470
25470
|
line-height: 16px;
|
|
25471
25471
|
display: flex;
|
|
25472
25472
|
align-items: center;
|
|
@@ -25474,7 +25474,7 @@ p.semi-typography-extended,
|
|
|
25474
25474
|
}
|
|
25475
25475
|
.semi-upload-file-card-info-retry {
|
|
25476
25476
|
font-size: 12px;
|
|
25477
|
-
font-family: "
|
|
25477
|
+
font-family: "PingFang SC";
|
|
25478
25478
|
line-height: 16px;
|
|
25479
25479
|
color: var(--semi-color-primary);
|
|
25480
25480
|
cursor: pointer;
|
|
@@ -25749,7 +25749,7 @@ p.semi-typography-extended,
|
|
|
25749
25749
|
.semi-upload-drag-area-main-text {
|
|
25750
25750
|
cursor: pointer;
|
|
25751
25751
|
font-size: 14px;
|
|
25752
|
-
font-family: "
|
|
25752
|
+
font-family: "PingFang SC";
|
|
25753
25753
|
line-height: 20px;
|
|
25754
25754
|
margin-bottom: 4px;
|
|
25755
25755
|
color: var(--semi-color-text-0);
|
|
@@ -25763,7 +25763,7 @@ p.semi-typography-extended,
|
|
|
25763
25763
|
.semi-upload-drag-area-sub-text {
|
|
25764
25764
|
cursor: pointer;
|
|
25765
25765
|
font-size: 12px;
|
|
25766
|
-
font-family: "
|
|
25766
|
+
font-family: "PingFang SC";
|
|
25767
25767
|
line-height: 16px;
|
|
25768
25768
|
color: var(--semi-color-text-0);
|
|
25769
25769
|
}
|
|
@@ -25775,7 +25775,7 @@ p.semi-typography-extended,
|
|
|
25775
25775
|
}
|
|
25776
25776
|
.semi-upload-drag-area-tips {
|
|
25777
25777
|
font-size: 12px;
|
|
25778
|
-
font-family: "
|
|
25778
|
+
font-family: "PingFang SC";
|
|
25779
25779
|
line-height: 16px;
|
|
25780
25780
|
font-weight: 600;
|
|
25781
25781
|
}
|
|
@@ -26539,7 +26539,7 @@ p.semi-typography-extended,
|
|
|
26539
26539
|
padding: 5px 12px;
|
|
26540
26540
|
box-shadow: none;
|
|
26541
26541
|
font-size: 14px;
|
|
26542
|
-
font-family: "
|
|
26542
|
+
font-family: "PingFang SC";
|
|
26543
26543
|
line-height: 20px;
|
|
26544
26544
|
background-color: transparent;
|
|
26545
26545
|
border: 0 solid transparent;
|
|
@@ -26578,7 +26578,7 @@ p.semi-typography-extended,
|
|
|
26578
26578
|
}
|
|
26579
26579
|
.semi-input-textarea-counter {
|
|
26580
26580
|
font-size: 12px;
|
|
26581
|
-
font-family: "
|
|
26581
|
+
font-family: "PingFang SC";
|
|
26582
26582
|
line-height: 16px;
|
|
26583
26583
|
display: flex;
|
|
26584
26584
|
flex-direction: column;
|