@ilo-org/styles 0.9.0 → 0.9.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/build/css/components/index.css +202 -170
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +3 -2
- package/build/css/global.css.map +1 -1
- package/build/css/index.css +203 -171
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +203 -171
- package/build/css/monorepo.css.map +1 -1
- package/build/minified/index.css +1 -1
- package/build/minified/index.css.map +1 -1
- package/build/minified/monorepo.css +1 -1
- package/build/minified/monorepo.css.map +1 -1
- package/css/components/accordion.css +1 -1
- package/css/components/breadcrumb.css +1 -1
- package/css/components/button.css +1 -1
- package/css/components/callout.css +1 -1
- package/css/components/card.css +1 -1
- package/css/components/checkbox.css +1 -1
- package/css/components/contextmenu.css +1 -1
- package/css/components/datacard.css +1 -1
- package/css/components/dropdown.css +1 -1
- package/css/components/featurecard.css +1 -1
- package/css/components/fieldset.css +1 -1
- package/css/components/file-upload.css +1 -1
- package/css/components/footer.css +1 -1
- package/css/components/formcontrol.css +1 -1
- package/css/components/heading.css +1 -1
- package/css/components/herocard.css +1 -1
- package/css/components/input.css +1 -1
- package/css/components/linklist.css +1 -1
- package/css/components/list.css +1 -1
- package/css/components/loading.css +1 -1
- package/css/components/logo.css +1 -1
- package/css/components/navigation.css +1 -1
- package/css/components/pagination.css +1 -1
- package/css/components/profile.css +1 -1
- package/css/components/readmore.css +1 -1
- package/css/components/richtext.css +1 -1
- package/css/components/socialmedia.css +1 -1
- package/css/components/statcard.css +1 -1
- package/css/components/table.css +1 -1
- package/css/components/tableofcontents.css +1 -1
- package/css/components/tabs.css +1 -1
- package/css/components/tag.css +1 -1
- package/css/components/textarea.css +1 -1
- package/css/components/textinput.css +1 -1
- package/css/global.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +1 -1
- package/css/index.css.map +1 -1
- package/css/monorepo.css +1 -1
- package/css/monorepo.css.map +1 -1
- package/package.json +3 -3
- package/scss/components/_file-upload.scss +0 -1
- package/scss/components/_formcontrol.scss +78 -33
- package/scss/components/_navigation.scss +9 -2
- package/css/components/formgroup.css +0 -1
- package/scss/components/_formgroup.scss +0 -9
package/build/css/index.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
html,
|
|
2
3
|
body,
|
|
3
4
|
div,
|
|
@@ -151,7 +152,7 @@ select {
|
|
|
151
152
|
}
|
|
152
153
|
/**
|
|
153
154
|
* Do not edit directly
|
|
154
|
-
* Generated on
|
|
155
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
155
156
|
*/
|
|
156
157
|
/**
|
|
157
158
|
* TOKENS:
|
|
@@ -162,14 +163,14 @@ select {
|
|
|
162
163
|
html,
|
|
163
164
|
body {
|
|
164
165
|
color: rgb(45, 45, 45);
|
|
165
|
-
font: 18.66px/27.24px Noto Sans;
|
|
166
|
+
font: 18.66px/27.24px Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
166
167
|
letter-spacing: normal;
|
|
167
168
|
-webkit-font-smoothing: antialiased;
|
|
168
169
|
}
|
|
169
170
|
|
|
170
171
|
/**
|
|
171
172
|
* Do not edit directly
|
|
172
|
-
* Generated on
|
|
173
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
173
174
|
*/
|
|
174
175
|
/**
|
|
175
176
|
* TOKENS:
|
|
@@ -189,7 +190,7 @@ body {
|
|
|
189
190
|
display: flex;
|
|
190
191
|
fill: rgb(35, 0, 80);
|
|
191
192
|
flex-direction: row;
|
|
192
|
-
font-family: Overpass;
|
|
193
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
193
194
|
font-weight: 500;
|
|
194
195
|
font-size: 16px;
|
|
195
196
|
letter-spacing: -0.02em;
|
|
@@ -244,7 +245,7 @@ body {
|
|
|
244
245
|
.ilo--accordion--panel {
|
|
245
246
|
--height: auto;
|
|
246
247
|
color: rgb(109, 109, 109);
|
|
247
|
-
font-family: Noto Sans;
|
|
248
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
248
249
|
position: relative;
|
|
249
250
|
height: 0px;
|
|
250
251
|
overflow: hidden;
|
|
@@ -288,7 +289,7 @@ body {
|
|
|
288
289
|
|
|
289
290
|
/**
|
|
290
291
|
* Do not edit directly
|
|
291
|
-
* Generated on
|
|
292
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
292
293
|
*/
|
|
293
294
|
/**
|
|
294
295
|
* TOKENS:
|
|
@@ -313,7 +314,7 @@ body {
|
|
|
313
314
|
}
|
|
314
315
|
/**
|
|
315
316
|
* Do not edit directly
|
|
316
|
-
* Generated on
|
|
317
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
317
318
|
*/
|
|
318
319
|
/**
|
|
319
320
|
* TOKENS:
|
|
@@ -354,7 +355,7 @@ body {
|
|
|
354
355
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M0.7%2c8.4C0.7%2c8.3%2c0.6%2c8.1%2c0.6%2c8s0-0.3%2c0.1-0.4L6.3%2c0l1.1%2c0.8L2.2%2c8l5.2%2c7.2L6.3%2c16L0.7%2c8.4z'/%3e%3c/svg%3e");
|
|
355
356
|
}
|
|
356
357
|
.ilo--breadcrumb--link--label {
|
|
357
|
-
font-family: Noto Sans;
|
|
358
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
358
359
|
font-weight: 400;
|
|
359
360
|
font-size: 11.94px;
|
|
360
361
|
letter-spacing: normal;
|
|
@@ -511,7 +512,7 @@ body {
|
|
|
511
512
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
512
513
|
color: rgb(35, 0, 80);
|
|
513
514
|
display: inline-block;
|
|
514
|
-
font-family: Noto Sans;
|
|
515
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
515
516
|
font-weight: 500;
|
|
516
517
|
height: auto;
|
|
517
518
|
padding: 0.857449089rem 0;
|
|
@@ -567,7 +568,7 @@ body {
|
|
|
567
568
|
|
|
568
569
|
/**
|
|
569
570
|
* Do not edit directly
|
|
570
|
-
* Generated on
|
|
571
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
571
572
|
*/
|
|
572
573
|
/**
|
|
573
574
|
* TOKENS:
|
|
@@ -577,7 +578,7 @@ body {
|
|
|
577
578
|
*/
|
|
578
579
|
/**
|
|
579
580
|
* Do not edit directly
|
|
580
|
-
* Generated on
|
|
581
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
581
582
|
*/
|
|
582
583
|
/**
|
|
583
584
|
* TOKENS:
|
|
@@ -602,7 +603,7 @@ body {
|
|
|
602
603
|
}
|
|
603
604
|
/**
|
|
604
605
|
* Do not edit directly
|
|
605
|
-
* Generated on
|
|
606
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
606
607
|
*/
|
|
607
608
|
/**
|
|
608
609
|
* TOKENS:
|
|
@@ -612,7 +613,7 @@ body {
|
|
|
612
613
|
*/
|
|
613
614
|
.ilo--button {
|
|
614
615
|
display: inline-block;
|
|
615
|
-
font-family: Overpass;
|
|
616
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
616
617
|
font-weight: 700;
|
|
617
618
|
padding: 0;
|
|
618
619
|
border-bottom-left-radius: 2px;
|
|
@@ -892,7 +893,7 @@ body {
|
|
|
892
893
|
|
|
893
894
|
/**
|
|
894
895
|
* Do not edit directly
|
|
895
|
-
* Generated on
|
|
896
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
896
897
|
*/
|
|
897
898
|
/**
|
|
898
899
|
* TOKENS:
|
|
@@ -940,7 +941,7 @@ body {
|
|
|
940
941
|
font-size: 16px;
|
|
941
942
|
letter-spacing: -0.02em;
|
|
942
943
|
line-height: 21.6px;
|
|
943
|
-
font-family: Overpass;
|
|
944
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
944
945
|
font-weight: 700;
|
|
945
946
|
}
|
|
946
947
|
.ilo--callout--toggle {
|
|
@@ -951,7 +952,7 @@ body {
|
|
|
951
952
|
border: none;
|
|
952
953
|
color: rgb(35, 0, 80);
|
|
953
954
|
cursor: pointer;
|
|
954
|
-
font-family: Overpass;
|
|
955
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
955
956
|
font-weight: 500;
|
|
956
957
|
padding-right: 36px;
|
|
957
958
|
position: relative;
|
|
@@ -1022,7 +1023,7 @@ body {
|
|
|
1022
1023
|
|
|
1023
1024
|
/**
|
|
1024
1025
|
* Do not edit directly
|
|
1025
|
-
* Generated on
|
|
1026
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1026
1027
|
*/
|
|
1027
1028
|
/**
|
|
1028
1029
|
* TOKENS:
|
|
@@ -1168,7 +1169,7 @@ body {
|
|
|
1168
1169
|
}
|
|
1169
1170
|
.ilo--card--title {
|
|
1170
1171
|
color: rgb(35, 0, 80);
|
|
1171
|
-
font-family: Overpass;
|
|
1172
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1172
1173
|
font-weight: 700;
|
|
1173
1174
|
font-size: 23.32px;
|
|
1174
1175
|
letter-spacing: -0.035em;
|
|
@@ -1233,7 +1234,7 @@ body {
|
|
|
1233
1234
|
|
|
1234
1235
|
/**
|
|
1235
1236
|
* Do not edit directly
|
|
1236
|
-
* Generated on
|
|
1237
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1237
1238
|
*/
|
|
1238
1239
|
/**
|
|
1239
1240
|
* TOKENS:
|
|
@@ -1384,7 +1385,7 @@ body {
|
|
|
1384
1385
|
letter-spacing: -0.035em;
|
|
1385
1386
|
line-height: 29.15px;
|
|
1386
1387
|
margin-bottom: 1.5763397642rem;
|
|
1387
|
-
font-family: Overpass;
|
|
1388
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1388
1389
|
font-weight: 700;
|
|
1389
1390
|
flex: 1;
|
|
1390
1391
|
}
|
|
@@ -1401,7 +1402,7 @@ body {
|
|
|
1401
1402
|
|
|
1402
1403
|
/**
|
|
1403
1404
|
* Do not edit directly
|
|
1404
|
-
* Generated on
|
|
1405
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1405
1406
|
*/
|
|
1406
1407
|
/**
|
|
1407
1408
|
* TOKENS:
|
|
@@ -1495,7 +1496,7 @@ body {
|
|
|
1495
1496
|
|
|
1496
1497
|
/**
|
|
1497
1498
|
* Do not edit directly
|
|
1498
|
-
* Generated on
|
|
1499
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1499
1500
|
*/
|
|
1500
1501
|
/**
|
|
1501
1502
|
* TOKENS:
|
|
@@ -1632,7 +1633,7 @@ body {
|
|
|
1632
1633
|
|
|
1633
1634
|
/**
|
|
1634
1635
|
* Do not edit directly
|
|
1635
|
-
* Generated on
|
|
1636
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1636
1637
|
*/
|
|
1637
1638
|
/**
|
|
1638
1639
|
* TOKENS:
|
|
@@ -1774,7 +1775,7 @@ body {
|
|
|
1774
1775
|
|
|
1775
1776
|
/**
|
|
1776
1777
|
* Do not edit directly
|
|
1777
|
-
* Generated on
|
|
1778
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1778
1779
|
*/
|
|
1779
1780
|
/**
|
|
1780
1781
|
* TOKENS:
|
|
@@ -1923,7 +1924,7 @@ body {
|
|
|
1923
1924
|
|
|
1924
1925
|
/**
|
|
1925
1926
|
* Do not edit directly
|
|
1926
|
-
* Generated on
|
|
1927
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1927
1928
|
*/
|
|
1928
1929
|
/**
|
|
1929
1930
|
* TOKENS:
|
|
@@ -2006,7 +2007,7 @@ body {
|
|
|
2006
2007
|
line-height: 29.15px;
|
|
2007
2008
|
margin-bottom: 1.41556806rem;
|
|
2008
2009
|
color: rgb(45, 45, 45);
|
|
2009
|
-
font-family: Overpass;
|
|
2010
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2010
2011
|
font-weight: 500;
|
|
2011
2012
|
}
|
|
2012
2013
|
.ilo--card__type__data--content-files {
|
|
@@ -2029,7 +2030,7 @@ body {
|
|
|
2029
2030
|
|
|
2030
2031
|
/**
|
|
2031
2032
|
* Do not edit directly
|
|
2032
|
-
* Generated on
|
|
2033
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2033
2034
|
*/
|
|
2034
2035
|
/**
|
|
2035
2036
|
* TOKENS:
|
|
@@ -2075,7 +2076,7 @@ body {
|
|
|
2075
2076
|
}
|
|
2076
2077
|
.ilo--card__type__stat .ilo--card--intro {
|
|
2077
2078
|
color: rgb(35, 0, 80);
|
|
2078
|
-
font-family: Overpass;
|
|
2079
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2079
2080
|
font-size: 18.66px;
|
|
2080
2081
|
letter-spacing: normal;
|
|
2081
2082
|
line-height: 27.24px;
|
|
@@ -2091,7 +2092,7 @@ body {
|
|
|
2091
2092
|
|
|
2092
2093
|
/**
|
|
2093
2094
|
* Do not edit directly
|
|
2094
|
-
* Generated on
|
|
2095
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2095
2096
|
*/
|
|
2096
2097
|
/**
|
|
2097
2098
|
* TOKENS:
|
|
@@ -2166,7 +2167,7 @@ body {
|
|
|
2166
2167
|
|
|
2167
2168
|
/**
|
|
2168
2169
|
* Do not edit directly
|
|
2169
|
-
* Generated on
|
|
2170
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2170
2171
|
*/
|
|
2171
2172
|
/**
|
|
2172
2173
|
* TOKENS:
|
|
@@ -2218,7 +2219,7 @@ body {
|
|
|
2218
2219
|
|
|
2219
2220
|
/**
|
|
2220
2221
|
* Do not edit directly
|
|
2221
|
-
* Generated on
|
|
2222
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2222
2223
|
*/
|
|
2223
2224
|
/**
|
|
2224
2225
|
* TOKENS:
|
|
@@ -2295,7 +2296,7 @@ body {
|
|
|
2295
2296
|
|
|
2296
2297
|
/**
|
|
2297
2298
|
* Do not edit directly
|
|
2298
|
-
* Generated on
|
|
2299
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2299
2300
|
*/
|
|
2300
2301
|
/**
|
|
2301
2302
|
* TOKENS:
|
|
@@ -2350,7 +2351,7 @@ body {
|
|
|
2350
2351
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
2351
2352
|
color: rgb(35, 0, 80);
|
|
2352
2353
|
display: inline-block;
|
|
2353
|
-
font-family: Noto Sans;
|
|
2354
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2354
2355
|
font-weight: 500;
|
|
2355
2356
|
padding: 0.857449089rem 0.4287245445rem;
|
|
2356
2357
|
text-decoration: none;
|
|
@@ -2376,7 +2377,7 @@ body {
|
|
|
2376
2377
|
|
|
2377
2378
|
/**
|
|
2378
2379
|
* Do not edit directly
|
|
2379
|
-
* Generated on
|
|
2380
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2380
2381
|
*/
|
|
2381
2382
|
/**
|
|
2382
2383
|
* TOKENS:
|
|
@@ -2386,7 +2387,7 @@ body {
|
|
|
2386
2387
|
*/
|
|
2387
2388
|
/**
|
|
2388
2389
|
* Do not edit directly
|
|
2389
|
-
* Generated on
|
|
2390
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2390
2391
|
*/
|
|
2391
2392
|
/**
|
|
2392
2393
|
* TOKENS:
|
|
@@ -2396,7 +2397,7 @@ body {
|
|
|
2396
2397
|
*/
|
|
2397
2398
|
/**
|
|
2398
2399
|
* Do not edit directly
|
|
2399
|
-
* Generated on
|
|
2400
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2400
2401
|
*/
|
|
2401
2402
|
/**
|
|
2402
2403
|
* TOKENS:
|
|
@@ -2406,7 +2407,7 @@ body {
|
|
|
2406
2407
|
*/
|
|
2407
2408
|
/**
|
|
2408
2409
|
* Do not edit directly
|
|
2409
|
-
* Generated on
|
|
2410
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2410
2411
|
*/
|
|
2411
2412
|
/**
|
|
2412
2413
|
* TOKENS:
|
|
@@ -2532,7 +2533,7 @@ body {
|
|
|
2532
2533
|
|
|
2533
2534
|
/**
|
|
2534
2535
|
* Do not edit directly
|
|
2535
|
-
* Generated on
|
|
2536
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2536
2537
|
*/
|
|
2537
2538
|
/**
|
|
2538
2539
|
* TOKENS:
|
|
@@ -2549,7 +2550,7 @@ body {
|
|
|
2549
2550
|
|
|
2550
2551
|
/**
|
|
2551
2552
|
* Do not edit directly
|
|
2552
|
-
* Generated on
|
|
2553
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2553
2554
|
*/
|
|
2554
2555
|
/**
|
|
2555
2556
|
* TOKENS:
|
|
@@ -2568,7 +2569,7 @@ body {
|
|
|
2568
2569
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2569
2570
|
border-radius: 0;
|
|
2570
2571
|
box-sizing: content-box;
|
|
2571
|
-
font-family: Noto Sans;
|
|
2572
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2572
2573
|
font-weight: 500;
|
|
2573
2574
|
font-size: 16px;
|
|
2574
2575
|
letter-spacing: -0.02em;
|
|
@@ -2637,7 +2638,7 @@ body {
|
|
|
2637
2638
|
|
|
2638
2639
|
/**
|
|
2639
2640
|
* Do not edit directly
|
|
2640
|
-
* Generated on
|
|
2641
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2641
2642
|
*/
|
|
2642
2643
|
/**
|
|
2643
2644
|
* TOKENS:
|
|
@@ -2647,7 +2648,7 @@ body {
|
|
|
2647
2648
|
*/
|
|
2648
2649
|
/**
|
|
2649
2650
|
* Do not edit directly
|
|
2650
|
-
* Generated on
|
|
2651
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2651
2652
|
*/
|
|
2652
2653
|
/**
|
|
2653
2654
|
* TOKENS:
|
|
@@ -2657,7 +2658,7 @@ body {
|
|
|
2657
2658
|
*/
|
|
2658
2659
|
/**
|
|
2659
2660
|
* Do not edit directly
|
|
2660
|
-
* Generated on
|
|
2661
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2661
2662
|
*/
|
|
2662
2663
|
/**
|
|
2663
2664
|
* TOKENS:
|
|
@@ -2710,7 +2711,7 @@ body {
|
|
|
2710
2711
|
|
|
2711
2712
|
/**
|
|
2712
2713
|
* Do not edit directly
|
|
2713
|
-
* Generated on
|
|
2714
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2714
2715
|
*/
|
|
2715
2716
|
/**
|
|
2716
2717
|
* TOKENS:
|
|
@@ -2725,7 +2726,7 @@ body {
|
|
|
2725
2726
|
margin-bottom: 0.8717716645rem;
|
|
2726
2727
|
}
|
|
2727
2728
|
.ilo--fieldset--legend {
|
|
2728
|
-
font-family: Overpass;
|
|
2729
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2729
2730
|
font-weight: 700;
|
|
2730
2731
|
font-size: 16px;
|
|
2731
2732
|
letter-spacing: -0.02em;
|
|
@@ -2772,7 +2773,7 @@ body {
|
|
|
2772
2773
|
flex-wrap: reverse;
|
|
2773
2774
|
}
|
|
2774
2775
|
.ilo--fieldset--helper, .ilo--fieldset__error {
|
|
2775
|
-
font-family: Noto Sans;
|
|
2776
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2776
2777
|
font-size: 11.94px;
|
|
2777
2778
|
letter-spacing: normal;
|
|
2778
2779
|
line-height: 16.24px;
|
|
@@ -2795,7 +2796,7 @@ body {
|
|
|
2795
2796
|
|
|
2796
2797
|
/**
|
|
2797
2798
|
* Do not edit directly
|
|
2798
|
-
* Generated on
|
|
2799
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2799
2800
|
*/
|
|
2800
2801
|
/**
|
|
2801
2802
|
* TOKENS:
|
|
@@ -2810,7 +2811,7 @@ body {
|
|
|
2810
2811
|
color: rgb(35, 0, 80);
|
|
2811
2812
|
content: attr(data-label);
|
|
2812
2813
|
display: inline-block;
|
|
2813
|
-
font-family: Overpass;
|
|
2814
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2814
2815
|
font-weight: 700;
|
|
2815
2816
|
padding: 0;
|
|
2816
2817
|
border-bottom-left-radius: 2px;
|
|
@@ -2867,7 +2868,6 @@ body {
|
|
|
2867
2868
|
}
|
|
2868
2869
|
.ilo--file-upload--list {
|
|
2869
2870
|
order: 4;
|
|
2870
|
-
grid-area: uploads;
|
|
2871
2871
|
}
|
|
2872
2872
|
.ilo--file-upload--list-item {
|
|
2873
2873
|
display: inline-block;
|
|
@@ -2877,7 +2877,7 @@ body {
|
|
|
2877
2877
|
border-right: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2878
2878
|
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2879
2879
|
box-sizing: border-box;
|
|
2880
|
-
font-family: Overpass;
|
|
2880
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2881
2881
|
font-weight: 500;
|
|
2882
2882
|
font-size: 16px;
|
|
2883
2883
|
letter-spacing: -0.02em;
|
|
@@ -2890,7 +2890,7 @@ body {
|
|
|
2890
2890
|
|
|
2891
2891
|
/**
|
|
2892
2892
|
* Do not edit directly
|
|
2893
|
-
* Generated on
|
|
2893
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2894
2894
|
*/
|
|
2895
2895
|
/**
|
|
2896
2896
|
* TOKENS:
|
|
@@ -2931,7 +2931,7 @@ body {
|
|
|
2931
2931
|
|
|
2932
2932
|
/**
|
|
2933
2933
|
* Do not edit directly
|
|
2934
|
-
* Generated on
|
|
2934
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2935
2935
|
*/
|
|
2936
2936
|
/**
|
|
2937
2937
|
* TOKENS:
|
|
@@ -2940,35 +2940,59 @@ body {
|
|
|
2940
2940
|
* MAPS:
|
|
2941
2941
|
*/
|
|
2942
2942
|
.ilo--form-control {
|
|
2943
|
-
display: inline-grid;
|
|
2944
2943
|
grid-area: input;
|
|
2945
|
-
|
|
2946
|
-
.ilo--form-control__label-placement__start {
|
|
2944
|
+
display: inline-grid;
|
|
2947
2945
|
grid-template-rows: auto;
|
|
2948
2946
|
grid-template-columns: auto;
|
|
2949
|
-
|
|
2950
|
-
column-gap: 0.4287245445rem;
|
|
2947
|
+
gap: 0.4287245445rem;
|
|
2951
2948
|
}
|
|
2952
|
-
.ilo--form-control__label-placement__start
|
|
2953
|
-
|
|
2949
|
+
.ilo--form-control__label-placement__start :first-child {
|
|
2950
|
+
grid-area: 1/1/2/2;
|
|
2954
2951
|
}
|
|
2955
|
-
.ilo--form-control__label-
|
|
2956
|
-
grid-
|
|
2957
|
-
grid-template-columns: auto;
|
|
2958
|
-
grid-template-areas: "input label" ". helper" "uploads uploads";
|
|
2959
|
-
column-gap: 0.4287245445rem;
|
|
2952
|
+
.ilo--form-control__label-placement__start :nth-child(2) {
|
|
2953
|
+
grid-area: 1/2/2/3;
|
|
2960
2954
|
}
|
|
2961
|
-
.ilo--form-control__label-
|
|
2962
|
-
grid-
|
|
2963
|
-
grid-template-columns: auto;
|
|
2964
|
-
grid-template-areas: "label" "input" "downloads" "helper";
|
|
2965
|
-
row-gap: 0.4287245445rem;
|
|
2955
|
+
.ilo--form-control__label-placement__start :nth-child(3) {
|
|
2956
|
+
grid-area: 2/2/3/3;
|
|
2966
2957
|
}
|
|
2967
|
-
.ilo--form-control__label-
|
|
2968
|
-
grid-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2958
|
+
.ilo--form-control__label-placement__start :nth-child(4) {
|
|
2959
|
+
grid-area: 3/1/4/3;
|
|
2960
|
+
}
|
|
2961
|
+
.ilo--form-control__label-placement__end :first-child {
|
|
2962
|
+
grid-area: 1/2/2/3;
|
|
2963
|
+
}
|
|
2964
|
+
.ilo--form-control__label-placement__end :nth-child(2) {
|
|
2965
|
+
grid-area: 1/1/2/2;
|
|
2966
|
+
}
|
|
2967
|
+
.ilo--form-control__label-placement__end :nth-child(3) {
|
|
2968
|
+
grid-area: 2/1/3/3;
|
|
2969
|
+
}
|
|
2970
|
+
.ilo--form-control__label-placement__end :nth-child(4) {
|
|
2971
|
+
grid-area: 3/1/4/3;
|
|
2972
|
+
}
|
|
2973
|
+
.ilo--form-control__label-placement__top :first-child {
|
|
2974
|
+
grid-area: 1/1/2/2;
|
|
2975
|
+
}
|
|
2976
|
+
.ilo--form-control__label-placement__top :nth-child(2) {
|
|
2977
|
+
grid-area: 2/1/3/2;
|
|
2978
|
+
}
|
|
2979
|
+
.ilo--form-control__label-placement__top :nth-child(3) {
|
|
2980
|
+
grid-area: 3/1/4/2;
|
|
2981
|
+
}
|
|
2982
|
+
.ilo--form-control__label-placement__top :nth-child(4) {
|
|
2983
|
+
grid-area: 4/1/5/2;
|
|
2984
|
+
}
|
|
2985
|
+
.ilo--form-control__label-placement__bottom :first-child {
|
|
2986
|
+
grid-area: 3/1/4/2;
|
|
2987
|
+
}
|
|
2988
|
+
.ilo--form-control__label-placement__bottom :nth-child(2) {
|
|
2989
|
+
grid-area: 2/1/3/2;
|
|
2990
|
+
}
|
|
2991
|
+
.ilo--form-control__label-placement__bottom :nth-child(3) {
|
|
2992
|
+
grid-area: 1/1/2/2;
|
|
2993
|
+
}
|
|
2994
|
+
.ilo--form-control__label-placement__bottom :nth-child(4) {
|
|
2995
|
+
grid-area: 4/1/5/2;
|
|
2972
2996
|
}
|
|
2973
2997
|
.ilo--form-control__disabled .ilo--form-control--label,
|
|
2974
2998
|
.ilo--form-control__disabled .ilo--form-control--helper {
|
|
@@ -2987,21 +3011,21 @@ body {
|
|
|
2987
3011
|
justify-content: flex-start;
|
|
2988
3012
|
}
|
|
2989
3013
|
.ilo--form-control--label__size__small {
|
|
2990
|
-
font-family: Noto Sans;
|
|
3014
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2991
3015
|
font-size: 0.8001071811rem;
|
|
2992
3016
|
letter-spacing: -0.0010718114rem;
|
|
2993
3017
|
line-height: 1.0803858521rem;
|
|
2994
3018
|
font-weight: 400;
|
|
2995
3019
|
}
|
|
2996
3020
|
.ilo--form-control--label__size__medium {
|
|
2997
|
-
font-family: Overpass;
|
|
3021
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2998
3022
|
font-size: 0.857449089rem;
|
|
2999
3023
|
letter-spacing: -0.0010718114rem;
|
|
3000
3024
|
line-height: 1.1575562701rem;
|
|
3001
3025
|
font-weight: 700;
|
|
3002
3026
|
}
|
|
3003
3027
|
.ilo--form-control--label__size__large {
|
|
3004
|
-
font-family: Overpass;
|
|
3028
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3005
3029
|
font-size: 1rem;
|
|
3006
3030
|
letter-spacing: -0.0010718114rem;
|
|
3007
3031
|
line-height: 1.3001071811rem;
|
|
@@ -3020,7 +3044,7 @@ body {
|
|
|
3020
3044
|
.ilo--form-control--helper {
|
|
3021
3045
|
grid-area: helper;
|
|
3022
3046
|
color: rgb(109, 109, 109);
|
|
3023
|
-
font-family: Noto Sans;
|
|
3047
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3024
3048
|
font-size: 11.94px;
|
|
3025
3049
|
letter-spacing: normal;
|
|
3026
3050
|
line-height: 16.24px;
|
|
@@ -3028,7 +3052,7 @@ body {
|
|
|
3028
3052
|
|
|
3029
3053
|
/**
|
|
3030
3054
|
* Do not edit directly
|
|
3031
|
-
* Generated on
|
|
3055
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3032
3056
|
*/
|
|
3033
3057
|
/**
|
|
3034
3058
|
* TOKENS:
|
|
@@ -3038,7 +3062,7 @@ body {
|
|
|
3038
3062
|
*/
|
|
3039
3063
|
/**
|
|
3040
3064
|
* Do not edit directly
|
|
3041
|
-
* Generated on
|
|
3065
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3042
3066
|
*/
|
|
3043
3067
|
/**
|
|
3044
3068
|
* TOKENS:
|
|
@@ -3063,7 +3087,7 @@ body {
|
|
|
3063
3087
|
}
|
|
3064
3088
|
/**
|
|
3065
3089
|
* Do not edit directly
|
|
3066
|
-
* Generated on
|
|
3090
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3067
3091
|
*/
|
|
3068
3092
|
/**
|
|
3069
3093
|
* TOKENS:
|
|
@@ -3109,7 +3133,7 @@ body {
|
|
|
3109
3133
|
}
|
|
3110
3134
|
.ilo--footer--headline {
|
|
3111
3135
|
color: rgb(255, 255, 255);
|
|
3112
|
-
font-family: Overpass;
|
|
3136
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3113
3137
|
font-weight: 700;
|
|
3114
3138
|
font-size: 16px;
|
|
3115
3139
|
letter-spacing: normal;
|
|
@@ -3120,7 +3144,7 @@ body {
|
|
|
3120
3144
|
}
|
|
3121
3145
|
.ilo--footer--subhead {
|
|
3122
3146
|
color: #bedcfa;
|
|
3123
|
-
font-family: Overpass;
|
|
3147
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3124
3148
|
font-weight: 500;
|
|
3125
3149
|
margin-top: 0.5359056806rem;
|
|
3126
3150
|
font-size: 11.94px;
|
|
@@ -3149,7 +3173,7 @@ body {
|
|
|
3149
3173
|
.ilo--footer .secondarylinks {
|
|
3150
3174
|
color: rgb(109, 109, 109);
|
|
3151
3175
|
display: inline;
|
|
3152
|
-
font-family: Noto Sans;
|
|
3176
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3153
3177
|
font-size: 11.94px;
|
|
3154
3178
|
letter-spacing: normal;
|
|
3155
3179
|
line-height: 16.24px;
|
|
@@ -3199,7 +3223,7 @@ body {
|
|
|
3199
3223
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
3200
3224
|
color: rgb(35, 0, 80);
|
|
3201
3225
|
display: block;
|
|
3202
|
-
font-family: Overpass;
|
|
3226
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3203
3227
|
height: 3.0010718114rem;
|
|
3204
3228
|
margin: 0.6430868167rem auto 0 auto;
|
|
3205
3229
|
padding: 0.857449089rem 1.7148981779rem 0.857449089rem 0;
|
|
@@ -3387,7 +3411,7 @@ body {
|
|
|
3387
3411
|
|
|
3388
3412
|
/**
|
|
3389
3413
|
* Do not edit directly
|
|
3390
|
-
* Generated on
|
|
3414
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3391
3415
|
*/
|
|
3392
3416
|
/**
|
|
3393
3417
|
* TOKENS:
|
|
@@ -3402,7 +3426,7 @@ body {
|
|
|
3402
3426
|
.ilo--h5,
|
|
3403
3427
|
.ilo--h6 {
|
|
3404
3428
|
color: inherit;
|
|
3405
|
-
font-family: Overpass;
|
|
3429
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3406
3430
|
font-weight: 700;
|
|
3407
3431
|
}
|
|
3408
3432
|
.ilo--h1--default,
|
|
@@ -3510,7 +3534,7 @@ body {
|
|
|
3510
3534
|
|
|
3511
3535
|
/**
|
|
3512
3536
|
* Do not edit directly
|
|
3513
|
-
* Generated on
|
|
3537
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3514
3538
|
*/
|
|
3515
3539
|
/**
|
|
3516
3540
|
* TOKENS:
|
|
@@ -3829,7 +3853,7 @@ body {
|
|
|
3829
3853
|
|
|
3830
3854
|
/**
|
|
3831
3855
|
* Do not edit directly
|
|
3832
|
-
* Generated on
|
|
3856
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3833
3857
|
*/
|
|
3834
3858
|
/**
|
|
3835
3859
|
* TOKENS:
|
|
@@ -3950,7 +3974,7 @@ body {
|
|
|
3950
3974
|
letter-spacing: -0.035em;
|
|
3951
3975
|
line-height: 43.74px;
|
|
3952
3976
|
margin-bottom: 1.1117935901rem;
|
|
3953
|
-
font-family: Overpass;
|
|
3977
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3954
3978
|
font-weight: 700;
|
|
3955
3979
|
}
|
|
3956
3980
|
@media screen and (min-width: 1024px) {
|
|
@@ -3963,7 +3987,7 @@ body {
|
|
|
3963
3987
|
|
|
3964
3988
|
/**
|
|
3965
3989
|
* Do not edit directly
|
|
3966
|
-
* Generated on
|
|
3990
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3967
3991
|
*/
|
|
3968
3992
|
/**
|
|
3969
3993
|
* TOKENS:
|
|
@@ -4019,7 +4043,7 @@ body {
|
|
|
4019
4043
|
|
|
4020
4044
|
/**
|
|
4021
4045
|
* Do not edit directly
|
|
4022
|
-
* Generated on
|
|
4046
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4023
4047
|
*/
|
|
4024
4048
|
/**
|
|
4025
4049
|
* TOKENS:
|
|
@@ -4037,7 +4061,7 @@ body {
|
|
|
4037
4061
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4038
4062
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4039
4063
|
box-sizing: border-box;
|
|
4040
|
-
font-family: Noto Sans;
|
|
4064
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4041
4065
|
font-weight: 500;
|
|
4042
4066
|
font-size: 16px;
|
|
4043
4067
|
letter-spacing: -0.02em;
|
|
@@ -4161,7 +4185,7 @@ body {
|
|
|
4161
4185
|
|
|
4162
4186
|
/**
|
|
4163
4187
|
* Do not edit directly
|
|
4164
|
-
* Generated on
|
|
4188
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4165
4189
|
*/
|
|
4166
4190
|
/**
|
|
4167
4191
|
* TOKENS:
|
|
@@ -4171,7 +4195,7 @@ body {
|
|
|
4171
4195
|
*/
|
|
4172
4196
|
/**
|
|
4173
4197
|
* Do not edit directly
|
|
4174
|
-
* Generated on
|
|
4198
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4175
4199
|
*/
|
|
4176
4200
|
/**
|
|
4177
4201
|
* TOKENS:
|
|
@@ -4196,7 +4220,7 @@ body {
|
|
|
4196
4220
|
}
|
|
4197
4221
|
/**
|
|
4198
4222
|
* Do not edit directly
|
|
4199
|
-
* Generated on
|
|
4223
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4200
4224
|
*/
|
|
4201
4225
|
/**
|
|
4202
4226
|
* TOKENS:
|
|
@@ -4205,7 +4229,7 @@ body {
|
|
|
4205
4229
|
* MAPS:
|
|
4206
4230
|
*/
|
|
4207
4231
|
.ilo--link-list--headline {
|
|
4208
|
-
font-family: Overpass;
|
|
4232
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4209
4233
|
font-weight: 700;
|
|
4210
4234
|
font-size: 23.32px;
|
|
4211
4235
|
letter-spacing: -0.035em;
|
|
@@ -4213,7 +4237,7 @@ body {
|
|
|
4213
4237
|
margin-bottom: 1.0404340836rem;
|
|
4214
4238
|
}
|
|
4215
4239
|
.ilo--link-list--links--headline {
|
|
4216
|
-
font-family: Overpass;
|
|
4240
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4217
4241
|
font-weight: 700;
|
|
4218
4242
|
font-size: 18.66px;
|
|
4219
4243
|
letter-spacing: -0.035em;
|
|
@@ -4254,7 +4278,7 @@ body {
|
|
|
4254
4278
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
4255
4279
|
color: rgb(35, 0, 80);
|
|
4256
4280
|
display: block;
|
|
4257
|
-
font-family: Overpass;
|
|
4281
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4258
4282
|
font-weight: 500;
|
|
4259
4283
|
font-size: 16px;
|
|
4260
4284
|
letter-spacing: normal;
|
|
@@ -4354,7 +4378,7 @@ body {
|
|
|
4354
4378
|
|
|
4355
4379
|
/**
|
|
4356
4380
|
* Do not edit directly
|
|
4357
|
-
* Generated on
|
|
4381
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4358
4382
|
*/
|
|
4359
4383
|
/**
|
|
4360
4384
|
* TOKENS:
|
|
@@ -4413,7 +4437,7 @@ body {
|
|
|
4413
4437
|
letter-spacing: -0.035em;
|
|
4414
4438
|
line-height: 24.26px;
|
|
4415
4439
|
margin-bottom: 1.1254019293rem;
|
|
4416
|
-
font-family: Overpass;
|
|
4440
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4417
4441
|
font-weight: 700;
|
|
4418
4442
|
}
|
|
4419
4443
|
@media screen and (min-width: 610px) {
|
|
@@ -4428,7 +4452,7 @@ body {
|
|
|
4428
4452
|
font-size: 16px;
|
|
4429
4453
|
letter-spacing: normal;
|
|
4430
4454
|
line-height: 23.36px;
|
|
4431
|
-
font-family: Noto Sans;
|
|
4455
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4432
4456
|
margin-bottom: 1.052683199rem;
|
|
4433
4457
|
margin-left: 1.2861736334rem;
|
|
4434
4458
|
padding-left: 0.1607717042rem;
|
|
@@ -4449,7 +4473,7 @@ body {
|
|
|
4449
4473
|
|
|
4450
4474
|
/**
|
|
4451
4475
|
* Do not edit directly
|
|
4452
|
-
* Generated on
|
|
4476
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4453
4477
|
*/
|
|
4454
4478
|
/**
|
|
4455
4479
|
* TOKENS:
|
|
@@ -4459,7 +4483,7 @@ body {
|
|
|
4459
4483
|
*/
|
|
4460
4484
|
/**
|
|
4461
4485
|
* Do not edit directly
|
|
4462
|
-
* Generated on
|
|
4486
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4463
4487
|
*/
|
|
4464
4488
|
/**
|
|
4465
4489
|
* TOKENS:
|
|
@@ -4469,7 +4493,7 @@ body {
|
|
|
4469
4493
|
*/
|
|
4470
4494
|
/**
|
|
4471
4495
|
* Do not edit directly
|
|
4472
|
-
* Generated on
|
|
4496
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4473
4497
|
*/
|
|
4474
4498
|
/**
|
|
4475
4499
|
* TOKENS:
|
|
@@ -4531,7 +4555,7 @@ body {
|
|
|
4531
4555
|
}
|
|
4532
4556
|
.ilo--loading--small .ilo--loading--copy {
|
|
4533
4557
|
color: rgb(109, 109, 109);
|
|
4534
|
-
font-family: Noto Sans;
|
|
4558
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4535
4559
|
font-weight: 400;
|
|
4536
4560
|
font-size: 14.93px;
|
|
4537
4561
|
letter-spacing: -0.02em;
|
|
@@ -4602,7 +4626,7 @@ body {
|
|
|
4602
4626
|
color: var(--logo-theme-color);
|
|
4603
4627
|
font-size: var(--logo-font-size);
|
|
4604
4628
|
line-height: var(--logo-font-size);
|
|
4605
|
-
font-family: Overpass;
|
|
4629
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4606
4630
|
font-weight: 700;
|
|
4607
4631
|
display: inline-flex;
|
|
4608
4632
|
justify-content: flex-start;
|
|
@@ -4640,7 +4664,7 @@ body {
|
|
|
4640
4664
|
|
|
4641
4665
|
/**
|
|
4642
4666
|
* Do not edit directly
|
|
4643
|
-
* Generated on
|
|
4667
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4644
4668
|
*/
|
|
4645
4669
|
/**
|
|
4646
4670
|
* TOKENS:
|
|
@@ -4687,7 +4711,7 @@ body {
|
|
|
4687
4711
|
|
|
4688
4712
|
/**
|
|
4689
4713
|
* Do not edit directly
|
|
4690
|
-
* Generated on
|
|
4714
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4691
4715
|
*/
|
|
4692
4716
|
/**
|
|
4693
4717
|
* TOKENS:
|
|
@@ -4697,7 +4721,7 @@ body {
|
|
|
4697
4721
|
*/
|
|
4698
4722
|
/**
|
|
4699
4723
|
* Do not edit directly
|
|
4700
|
-
* Generated on
|
|
4724
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4701
4725
|
*/
|
|
4702
4726
|
/**
|
|
4703
4727
|
* TOKENS:
|
|
@@ -4707,7 +4731,7 @@ body {
|
|
|
4707
4731
|
*/
|
|
4708
4732
|
/**
|
|
4709
4733
|
* Do not edit directly
|
|
4710
|
-
* Generated on
|
|
4734
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4711
4735
|
*/
|
|
4712
4736
|
/**
|
|
4713
4737
|
* TOKENS:
|
|
@@ -4804,7 +4828,7 @@ body {
|
|
|
4804
4828
|
|
|
4805
4829
|
/**
|
|
4806
4830
|
* Do not edit directly
|
|
4807
|
-
* Generated on
|
|
4831
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4808
4832
|
*/
|
|
4809
4833
|
/**
|
|
4810
4834
|
* TOKENS:
|
|
@@ -4946,7 +4970,7 @@ body {
|
|
|
4946
4970
|
border: none;
|
|
4947
4971
|
color: rgb(255, 255, 255);
|
|
4948
4972
|
cursor: pointer;
|
|
4949
|
-
font-family: Overpass;
|
|
4973
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4950
4974
|
font-weight: 500;
|
|
4951
4975
|
padding: 16px 16px 16px 36px;
|
|
4952
4976
|
text-decoration: none;
|
|
@@ -5059,7 +5083,7 @@ body {
|
|
|
5059
5083
|
line-height: 24.26px;
|
|
5060
5084
|
color: rgb(255, 255, 255);
|
|
5061
5085
|
display: none;
|
|
5062
|
-
font-family: Overpass;
|
|
5086
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5063
5087
|
font-weight: 700;
|
|
5064
5088
|
padding: 16px 0;
|
|
5065
5089
|
text-align: right;
|
|
@@ -5111,7 +5135,7 @@ body {
|
|
|
5111
5135
|
font-size: 16px;
|
|
5112
5136
|
letter-spacing: -0.02em;
|
|
5113
5137
|
line-height: 21.6px;
|
|
5114
|
-
font-family: Overpass;
|
|
5138
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5115
5139
|
font-weight: 500;
|
|
5116
5140
|
}
|
|
5117
5141
|
@media screen and (min-width: 1024px) {
|
|
@@ -5163,7 +5187,7 @@ body {
|
|
|
5163
5187
|
color: rgb(35, 0, 80);
|
|
5164
5188
|
cursor: pointer;
|
|
5165
5189
|
display: block;
|
|
5166
|
-
font-family: Overpass;
|
|
5190
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5167
5191
|
font-weight: 500;
|
|
5168
5192
|
padding: 16px 36px 16px 8px;
|
|
5169
5193
|
line-height: 24px;
|
|
@@ -5275,7 +5299,7 @@ body {
|
|
|
5275
5299
|
letter-spacing: -0.02em;
|
|
5276
5300
|
line-height: 21.6px;
|
|
5277
5301
|
color: rgb(255, 255, 255);
|
|
5278
|
-
font-family: Overpass;
|
|
5302
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5279
5303
|
font-weight: 500;
|
|
5280
5304
|
}
|
|
5281
5305
|
.ilo--nav--local--link {
|
|
@@ -5335,7 +5359,7 @@ body {
|
|
|
5335
5359
|
color: rgb(35, 0, 80);
|
|
5336
5360
|
cursor: pointer;
|
|
5337
5361
|
display: block;
|
|
5338
|
-
font-family: Overpass;
|
|
5362
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5339
5363
|
font-weight: 500;
|
|
5340
5364
|
padding: 16px 36px 16px 8px;
|
|
5341
5365
|
line-height: 16px;
|
|
@@ -5352,7 +5376,13 @@ body {
|
|
|
5352
5376
|
background-position: 16px 55%;
|
|
5353
5377
|
text-align: right;
|
|
5354
5378
|
}
|
|
5355
|
-
.ilo--mobile--nav--search
|
|
5379
|
+
.ilo--mobile--nav--search {
|
|
5380
|
+
padding: 1.7148981779rem 0 1.2861736334rem;
|
|
5381
|
+
}
|
|
5382
|
+
.ilo--mobile--nav--search .ilo--searchfield,
|
|
5383
|
+
.ilo--mobile--nav--search .ilo--form,
|
|
5384
|
+
.ilo--mobile--nav--search .ilo--fieldset,
|
|
5385
|
+
.ilo--mobile--nav--search .ilo--form-control {
|
|
5356
5386
|
width: 100%;
|
|
5357
5387
|
}
|
|
5358
5388
|
.ilo--mobile--nav--search .ilo--fieldset {
|
|
@@ -5407,7 +5437,7 @@ body {
|
|
|
5407
5437
|
color: rgb(255, 255, 255);
|
|
5408
5438
|
cursor: pointer;
|
|
5409
5439
|
display: block;
|
|
5410
|
-
font-family: Overpass;
|
|
5440
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5411
5441
|
font-weight: 500;
|
|
5412
5442
|
padding: 8px 30px 8px 40px;
|
|
5413
5443
|
transition: all 150ms ease-out;
|
|
@@ -5504,7 +5534,7 @@ body {
|
|
|
5504
5534
|
background: rgb(255, 255, 255);
|
|
5505
5535
|
color: rgb(35, 0, 80);
|
|
5506
5536
|
display: flex;
|
|
5507
|
-
font-family: Overpass;
|
|
5537
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5508
5538
|
font-weight: 500;
|
|
5509
5539
|
padding: 18px 8px;
|
|
5510
5540
|
text-decoration: none;
|
|
@@ -5535,7 +5565,7 @@ body {
|
|
|
5535
5565
|
border: none;
|
|
5536
5566
|
color: rgb(35, 0, 80);
|
|
5537
5567
|
cursor: pointer;
|
|
5538
|
-
font-family: Overpass;
|
|
5568
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5539
5569
|
font-weight: 500;
|
|
5540
5570
|
padding: 16px 16px 16px 32px;
|
|
5541
5571
|
position: relative;
|
|
@@ -5593,7 +5623,7 @@ body {
|
|
|
5593
5623
|
line-height: 24.26px;
|
|
5594
5624
|
border-bottom: 3px solid rgb(237, 240, 242);
|
|
5595
5625
|
color: rgb(45, 45, 45);
|
|
5596
|
-
font-family: Overpass;
|
|
5626
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5597
5627
|
font-weight: 700;
|
|
5598
5628
|
margin-bottom: 16px;
|
|
5599
5629
|
padding: 20px 8px;
|
|
@@ -5634,11 +5664,13 @@ body {
|
|
|
5634
5664
|
justify-content: center;
|
|
5635
5665
|
padding: 80px 20px;
|
|
5636
5666
|
}
|
|
5667
|
+
.ilo--search-box .ilo--form,
|
|
5637
5668
|
.ilo--search-box .ilo--searchfield {
|
|
5638
5669
|
max-width: 618px;
|
|
5639
5670
|
width: 100%;
|
|
5640
5671
|
}
|
|
5641
|
-
.ilo--search-box .ilo--fieldset
|
|
5672
|
+
.ilo--search-box .ilo--fieldset,
|
|
5673
|
+
.ilo--search-box .ilo--form-control {
|
|
5642
5674
|
width: 100%;
|
|
5643
5675
|
}
|
|
5644
5676
|
|
|
@@ -5698,7 +5730,7 @@ body {
|
|
|
5698
5730
|
|
|
5699
5731
|
/**
|
|
5700
5732
|
* Do not edit directly
|
|
5701
|
-
* Generated on
|
|
5733
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5702
5734
|
*/
|
|
5703
5735
|
/**
|
|
5704
5736
|
* TOKENS:
|
|
@@ -5708,7 +5740,7 @@ body {
|
|
|
5708
5740
|
*/
|
|
5709
5741
|
/**
|
|
5710
5742
|
* Do not edit directly
|
|
5711
|
-
* Generated on
|
|
5743
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5712
5744
|
*/
|
|
5713
5745
|
/**
|
|
5714
5746
|
* TOKENS:
|
|
@@ -5718,7 +5750,7 @@ body {
|
|
|
5718
5750
|
*/
|
|
5719
5751
|
/**
|
|
5720
5752
|
* Do not edit directly
|
|
5721
|
-
* Generated on
|
|
5753
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5722
5754
|
*/
|
|
5723
5755
|
/**
|
|
5724
5756
|
* TOKENS:
|
|
@@ -5910,7 +5942,7 @@ body {
|
|
|
5910
5942
|
|
|
5911
5943
|
/**
|
|
5912
5944
|
* Do not edit directly
|
|
5913
|
-
* Generated on
|
|
5945
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5914
5946
|
*/
|
|
5915
5947
|
/**
|
|
5916
5948
|
* TOKENS:
|
|
@@ -5929,7 +5961,7 @@ body {
|
|
|
5929
5961
|
border-radius: 2px;
|
|
5930
5962
|
color: rgb(35, 0, 80);
|
|
5931
5963
|
display: inline-block;
|
|
5932
|
-
font-family: Overpass;
|
|
5964
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5933
5965
|
height: 2.1436227224rem;
|
|
5934
5966
|
overflow: hidden;
|
|
5935
5967
|
position: relative;
|
|
@@ -6038,7 +6070,7 @@ body {
|
|
|
6038
6070
|
font-size: 14.93px;
|
|
6039
6071
|
letter-spacing: -0.02em;
|
|
6040
6072
|
line-height: 20.16px;
|
|
6041
|
-
font-family: Noto Sans;
|
|
6073
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6042
6074
|
font-weight: 400;
|
|
6043
6075
|
line-height: 45px;
|
|
6044
6076
|
}
|
|
@@ -6050,7 +6082,7 @@ body {
|
|
|
6050
6082
|
|
|
6051
6083
|
/**
|
|
6052
6084
|
* Do not edit directly
|
|
6053
|
-
* Generated on
|
|
6085
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6054
6086
|
*/
|
|
6055
6087
|
/**
|
|
6056
6088
|
* TOKENS:
|
|
@@ -6060,7 +6092,7 @@ body {
|
|
|
6060
6092
|
*/
|
|
6061
6093
|
/**
|
|
6062
6094
|
* Do not edit directly
|
|
6063
|
-
* Generated on
|
|
6095
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6064
6096
|
*/
|
|
6065
6097
|
/**
|
|
6066
6098
|
* TOKENS:
|
|
@@ -6085,7 +6117,7 @@ body {
|
|
|
6085
6117
|
}
|
|
6086
6118
|
/**
|
|
6087
6119
|
* Do not edit directly
|
|
6088
|
-
* Generated on
|
|
6120
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6089
6121
|
*/
|
|
6090
6122
|
/**
|
|
6091
6123
|
* TOKENS:
|
|
@@ -6140,7 +6172,7 @@ body {
|
|
|
6140
6172
|
}
|
|
6141
6173
|
.ilo--profile--name {
|
|
6142
6174
|
display: block;
|
|
6143
|
-
font-family: Overpass;
|
|
6175
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6144
6176
|
font-weight: 700;
|
|
6145
6177
|
margin-left: 11px;
|
|
6146
6178
|
font-size: 16px;
|
|
@@ -6149,7 +6181,7 @@ body {
|
|
|
6149
6181
|
}
|
|
6150
6182
|
.ilo--profile--role {
|
|
6151
6183
|
display: block;
|
|
6152
|
-
font-family: Noto Sans;
|
|
6184
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6153
6185
|
margin-left: 11px;
|
|
6154
6186
|
font-size: 14.93px;
|
|
6155
6187
|
letter-spacing: normal;
|
|
@@ -6157,7 +6189,7 @@ body {
|
|
|
6157
6189
|
}
|
|
6158
6190
|
.ilo--profile--description {
|
|
6159
6191
|
clear: both;
|
|
6160
|
-
font-family: Noto Sans;
|
|
6192
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6161
6193
|
padding-top: 22px;
|
|
6162
6194
|
font-size: 14.93px;
|
|
6163
6195
|
letter-spacing: normal;
|
|
@@ -6168,7 +6200,7 @@ body {
|
|
|
6168
6200
|
clear: both;
|
|
6169
6201
|
color: rgb(35, 0, 80);
|
|
6170
6202
|
display: inline-flex;
|
|
6171
|
-
font-family: Overpass;
|
|
6203
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6172
6204
|
font-weight: 500;
|
|
6173
6205
|
height: 3.0010718114rem;
|
|
6174
6206
|
text-decoration: none;
|
|
@@ -6252,7 +6284,7 @@ body {
|
|
|
6252
6284
|
|
|
6253
6285
|
/**
|
|
6254
6286
|
* Do not edit directly
|
|
6255
|
-
* Generated on
|
|
6287
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6256
6288
|
*/
|
|
6257
6289
|
/**
|
|
6258
6290
|
* TOKENS:
|
|
@@ -6321,7 +6353,7 @@ body {
|
|
|
6321
6353
|
|
|
6322
6354
|
/**
|
|
6323
6355
|
* Do not edit directly
|
|
6324
|
-
* Generated on
|
|
6356
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6325
6357
|
*/
|
|
6326
6358
|
/**
|
|
6327
6359
|
* TOKENS:
|
|
@@ -6331,7 +6363,7 @@ body {
|
|
|
6331
6363
|
*/
|
|
6332
6364
|
/**
|
|
6333
6365
|
* Do not edit directly
|
|
6334
|
-
* Generated on
|
|
6366
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6335
6367
|
*/
|
|
6336
6368
|
/**
|
|
6337
6369
|
* TOKENS:
|
|
@@ -6356,7 +6388,7 @@ body {
|
|
|
6356
6388
|
}
|
|
6357
6389
|
/**
|
|
6358
6390
|
* Do not edit directly
|
|
6359
|
-
* Generated on
|
|
6391
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6360
6392
|
*/
|
|
6361
6393
|
/**
|
|
6362
6394
|
* TOKENS:
|
|
@@ -6371,7 +6403,7 @@ body {
|
|
|
6371
6403
|
border-right: 0rem solid rgba(0, 0, 0, 0);
|
|
6372
6404
|
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
6373
6405
|
color: rgb(35, 0, 80);
|
|
6374
|
-
font-family: Overpass;
|
|
6406
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6375
6407
|
height: 3.0010718114rem;
|
|
6376
6408
|
margin: 1.7148981779rem 0rem 0rem 0rem;
|
|
6377
6409
|
padding: 0.857449089rem 1.6077170418rem 0.857449089rem 0.1071811361rem;
|
|
@@ -6417,7 +6449,7 @@ body {
|
|
|
6417
6449
|
|
|
6418
6450
|
/**
|
|
6419
6451
|
* Do not edit directly
|
|
6420
|
-
* Generated on
|
|
6452
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6421
6453
|
*/
|
|
6422
6454
|
/**
|
|
6423
6455
|
* TOKENS:
|
|
@@ -6426,7 +6458,7 @@ body {
|
|
|
6426
6458
|
* MAPS:
|
|
6427
6459
|
*/
|
|
6428
6460
|
.ilo--richtext {
|
|
6429
|
-
font-family: Noto Sans;
|
|
6461
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6430
6462
|
font-weight: 400;
|
|
6431
6463
|
font-size: 16px;
|
|
6432
6464
|
letter-spacing: normal;
|
|
@@ -6574,7 +6606,7 @@ body {
|
|
|
6574
6606
|
.ilo--richtext h4,
|
|
6575
6607
|
.ilo--richtext h5,
|
|
6576
6608
|
.ilo--richtext h6 {
|
|
6577
|
-
font-family: Overpass;
|
|
6609
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6578
6610
|
font-weight: 700;
|
|
6579
6611
|
margin-top: 3.0010718114rem;
|
|
6580
6612
|
}
|
|
@@ -6642,7 +6674,7 @@ body {
|
|
|
6642
6674
|
background-repeat: no-repeat;
|
|
6643
6675
|
background-size: 3.8585209003rem 2.1436227224rem;
|
|
6644
6676
|
display: block;
|
|
6645
|
-
font-family: Overpass;
|
|
6677
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6646
6678
|
margin: 1.2861736334rem 0 2.1436227224rem 0;
|
|
6647
6679
|
padding: 2.8938906752rem 0 1.822079314rem 1.7148981779rem;
|
|
6648
6680
|
position: relative;
|
|
@@ -6832,7 +6864,7 @@ body {
|
|
|
6832
6864
|
|
|
6833
6865
|
/**
|
|
6834
6866
|
* Do not edit directly
|
|
6835
|
-
* Generated on
|
|
6867
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6836
6868
|
*/
|
|
6837
6869
|
/**
|
|
6838
6870
|
* TOKENS:
|
|
@@ -6886,7 +6918,7 @@ body {
|
|
|
6886
6918
|
|
|
6887
6919
|
/**
|
|
6888
6920
|
* Do not edit directly
|
|
6889
|
-
* Generated on
|
|
6921
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6890
6922
|
*/
|
|
6891
6923
|
/**
|
|
6892
6924
|
* TOKENS:
|
|
@@ -6949,7 +6981,7 @@ body {
|
|
|
6949
6981
|
background-color: rgb(237, 240, 242);
|
|
6950
6982
|
border-bottom: 0.1607717042rem solid rgb(255, 255, 255);
|
|
6951
6983
|
color: rgb(35, 0, 80);
|
|
6952
|
-
font-family: Overpass;
|
|
6984
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6953
6985
|
font-weight: 600;
|
|
6954
6986
|
display: flex;
|
|
6955
6987
|
height: 3.2154340836rem;
|
|
@@ -7044,7 +7076,7 @@ body {
|
|
|
7044
7076
|
|
|
7045
7077
|
/**
|
|
7046
7078
|
* Do not edit directly
|
|
7047
|
-
* Generated on
|
|
7079
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7048
7080
|
*/
|
|
7049
7081
|
/**
|
|
7050
7082
|
* TOKENS:
|
|
@@ -7086,7 +7118,7 @@ body {
|
|
|
7086
7118
|
background-color: rgb(255, 255, 255);
|
|
7087
7119
|
border-left: 0.0535905681rem solid rgb(237, 240, 242);
|
|
7088
7120
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7089
|
-
font-family: Overpass;
|
|
7121
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7090
7122
|
font-weight: 700;
|
|
7091
7123
|
font-size: 14.93px;
|
|
7092
7124
|
letter-spacing: normal;
|
|
@@ -7143,7 +7175,7 @@ body {
|
|
|
7143
7175
|
}
|
|
7144
7176
|
.ilo--table--body--cell {
|
|
7145
7177
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7146
|
-
font-family: Noto Sans;
|
|
7178
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7147
7179
|
font-weight: 400;
|
|
7148
7180
|
font-size: 14.93px;
|
|
7149
7181
|
letter-spacing: normal;
|
|
@@ -7267,7 +7299,7 @@ body {
|
|
|
7267
7299
|
.ilo--table--headline {
|
|
7268
7300
|
align-items: center;
|
|
7269
7301
|
display: flex;
|
|
7270
|
-
font-family: Overpass;
|
|
7302
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7271
7303
|
font-weight: 700;
|
|
7272
7304
|
margin-bottom: 0.3751339764rem;
|
|
7273
7305
|
font-size: 18.66px;
|
|
@@ -7279,7 +7311,7 @@ body {
|
|
|
7279
7311
|
}
|
|
7280
7312
|
.ilo--table--description {
|
|
7281
7313
|
color: rgb(109, 109, 109);
|
|
7282
|
-
font-family: Noto Sans;
|
|
7314
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7283
7315
|
font-weight: 400;
|
|
7284
7316
|
font-size: 11.94px;
|
|
7285
7317
|
letter-spacing: normal;
|
|
@@ -7395,7 +7427,7 @@ body {
|
|
|
7395
7427
|
|
|
7396
7428
|
/**
|
|
7397
7429
|
* Do not edit directly
|
|
7398
|
-
* Generated on
|
|
7430
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7399
7431
|
*/
|
|
7400
7432
|
/**
|
|
7401
7433
|
* TOKENS:
|
|
@@ -7429,7 +7461,7 @@ body {
|
|
|
7429
7461
|
font-size: 18.66px;
|
|
7430
7462
|
letter-spacing: normal;
|
|
7431
7463
|
line-height: 27.24px;
|
|
7432
|
-
font-family: Overpass;
|
|
7464
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7433
7465
|
font-weight: 700;
|
|
7434
7466
|
padding-bottom: 0.857449089rem;
|
|
7435
7467
|
}
|
|
@@ -7515,7 +7547,7 @@ body {
|
|
|
7515
7547
|
border-bottom: rgb(255, 255, 255) 2px solid;
|
|
7516
7548
|
color: rgb(35, 0, 80);
|
|
7517
7549
|
display: block;
|
|
7518
|
-
font-family: Overpass;
|
|
7550
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7519
7551
|
font-weight: 500;
|
|
7520
7552
|
margin: 0 8px 0 8px;
|
|
7521
7553
|
padding: 18px 10px 18px 10px;
|
|
@@ -7581,7 +7613,7 @@ body {
|
|
|
7581
7613
|
|
|
7582
7614
|
/**
|
|
7583
7615
|
* Do not edit directly
|
|
7584
|
-
* Generated on
|
|
7616
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7585
7617
|
*/
|
|
7586
7618
|
/**
|
|
7587
7619
|
* TOKENS:
|
|
@@ -7599,7 +7631,7 @@ body {
|
|
|
7599
7631
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7600
7632
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7601
7633
|
box-sizing: border-box;
|
|
7602
|
-
font-family: Noto Sans;
|
|
7634
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7603
7635
|
font-weight: 500;
|
|
7604
7636
|
font-size: 16px;
|
|
7605
7637
|
letter-spacing: -0.02em;
|
|
@@ -7639,7 +7671,7 @@ body {
|
|
|
7639
7671
|
|
|
7640
7672
|
/**
|
|
7641
7673
|
* Do not edit directly
|
|
7642
|
-
* Generated on
|
|
7674
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7643
7675
|
*/
|
|
7644
7676
|
/**
|
|
7645
7677
|
* TOKENS:
|
|
@@ -7666,7 +7698,7 @@ body {
|
|
|
7666
7698
|
border: none;
|
|
7667
7699
|
color: rgb(109, 109, 109);
|
|
7668
7700
|
display: inline-block;
|
|
7669
|
-
font-family: Overpass;
|
|
7701
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7670
7702
|
font-weight: 500;
|
|
7671
7703
|
padding: 0.3751339764rem 0.6430868167rem 0.2679528403rem 0.6430868167rem;
|
|
7672
7704
|
text-decoration: none;
|
|
@@ -7813,7 +7845,7 @@ body {
|
|
|
7813
7845
|
|
|
7814
7846
|
/**
|
|
7815
7847
|
* Do not edit directly
|
|
7816
|
-
* Generated on
|
|
7848
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7817
7849
|
*/
|
|
7818
7850
|
/**
|
|
7819
7851
|
* TOKENS:
|
|
@@ -7831,7 +7863,7 @@ body {
|
|
|
7831
7863
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7832
7864
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7833
7865
|
box-sizing: border-box;
|
|
7834
|
-
font-family: Noto Sans;
|
|
7866
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7835
7867
|
font-weight: 500;
|
|
7836
7868
|
font-size: 16px;
|
|
7837
7869
|
letter-spacing: -0.02em;
|
|
@@ -7873,7 +7905,7 @@ body {
|
|
|
7873
7905
|
|
|
7874
7906
|
/**
|
|
7875
7907
|
* Do not edit directly
|
|
7876
|
-
* Generated on
|
|
7908
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7877
7909
|
*/
|
|
7878
7910
|
/**
|
|
7879
7911
|
* TOKENS:
|
|
@@ -7883,7 +7915,7 @@ body {
|
|
|
7883
7915
|
*/
|
|
7884
7916
|
/**
|
|
7885
7917
|
* Do not edit directly
|
|
7886
|
-
* Generated on
|
|
7918
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7887
7919
|
*/
|
|
7888
7920
|
/**
|
|
7889
7921
|
* TOKENS:
|
|
@@ -7985,7 +8017,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
7985
8017
|
|
|
7986
8018
|
/**
|
|
7987
8019
|
* Do not edit directly
|
|
7988
|
-
* Generated on
|
|
8020
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7989
8021
|
*/
|
|
7990
8022
|
/**
|
|
7991
8023
|
* TOKENS:
|
|
@@ -8160,7 +8192,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8160
8192
|
|
|
8161
8193
|
/**
|
|
8162
8194
|
* Do not edit directly
|
|
8163
|
-
* Generated on
|
|
8195
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
8164
8196
|
*/
|
|
8165
8197
|
/**
|
|
8166
8198
|
* TOKENS:
|
|
@@ -9070,7 +9102,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9070
9102
|
|
|
9071
9103
|
/**
|
|
9072
9104
|
* Do not edit directly
|
|
9073
|
-
* Generated on
|
|
9105
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
9074
9106
|
*/
|
|
9075
9107
|
/**
|
|
9076
9108
|
* TOKENS:
|
|
@@ -9080,7 +9112,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9080
9112
|
*/
|
|
9081
9113
|
/**
|
|
9082
9114
|
* Do not edit directly
|
|
9083
|
-
* Generated on
|
|
9115
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
9084
9116
|
*/
|
|
9085
9117
|
/**
|
|
9086
9118
|
* TOKENS:
|
|
@@ -9105,7 +9137,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9105
9137
|
}
|
|
9106
9138
|
/**
|
|
9107
9139
|
* Do not edit directly
|
|
9108
|
-
* Generated on
|
|
9140
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
9109
9141
|
*/
|
|
9110
9142
|
/**
|
|
9111
9143
|
* TOKENS:
|
|
@@ -9129,7 +9161,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9129
9161
|
}
|
|
9130
9162
|
.ilo--social-media--headline {
|
|
9131
9163
|
color: rgb(35, 0, 80);
|
|
9132
|
-
font-family: Overpass;
|
|
9164
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
9133
9165
|
font-weight: 700;
|
|
9134
9166
|
font-size: 16px;
|
|
9135
9167
|
letter-spacing: normal;
|