@kne/system-layout 0.2.0-alpha.2 → 0.2.0-alpha.20

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/dist/index.css CHANGED
@@ -247,30 +247,60 @@
247
247
  content: '\e616';
248
248
  }
249
249
 
250
+ .kne-system-layout_VtEb1 {
251
+ position: relative;
252
+ transform: translateZ(0);
253
+ }
254
+
255
+ .kne-system-layout_UMzfg {
256
+ overflow: auto;
257
+ }
258
+
259
+ :root {
260
+ --kne-viewport-width: 100vw;
261
+ --kne-viewport-height: 100vh;
262
+ --kne-viewport-inline-size: 100vw;
263
+ --kne-viewport-block-size: 100vh;
264
+ }
265
+
266
+ .kne-system-layout_VtEb1 {
267
+ --kne-viewport-width: 100vw;
268
+ --kne-viewport-height: 100vh;
269
+ --kne-viewport-inline-size: 100vw;
270
+ --kne-viewport-block-size: 100vh;
271
+ }
272
+
250
273
  @media (max-width: 768px) {
251
- ._sK89O {
274
+ .kne-system-layout_sK89O {
252
275
  width: 100%;
253
276
  padding: 0;
254
277
  overflow: hidden;
255
- --page-height: 100vh;
256
- --page-content-height: var(--page-height - 2px);
278
+ height: unset;
279
+ min-height: var(--window-height);
280
+ --page-height: 100dvh;
281
+ --page-content-height: var(--page-height);
282
+ --page-inner-height: calc(var(--page-height) - var(--nav-height) - var(--toolbar-height));
257
283
  }
258
- ._sK89O._gyKfI {
259
- --page-content-height: calc(var(--page-height) - 60px - 2px);
284
+ .kne-system-layout_sK89O.kne-system-layout_gyKfI {
285
+ --toolbar-height: 72px;
260
286
  }
261
- ._sK89O ._-LpWn {
262
- position: absolute;
287
+ .kne-system-layout_sK89O.kne-system-layout_X1wZG {
288
+ --nav-height: 48px;
289
+ }
290
+ .kne-system-layout_sK89O .kne-system-layout_-LpWn {
291
+ position: fixed;
292
+ top: 0;
263
293
  left: calc(var(--menu-min-width) * -1);
264
294
  z-index: 900;
265
295
  background: var(--background);
266
296
  height: 100%;
267
297
  }
268
- ._sK89O ._-LpWn._G-zuN {
298
+ .kne-system-layout_sK89O .kne-system-layout_-LpWn.kne-system-layout_G-zuN {
269
299
  left: 0;
270
300
  box-shadow: 0 -2px 22.9px 0 rgba(78, 96, 139, 0.13);
271
301
  }
272
- ._sK89O ._6TCwG {
273
- position: absolute;
302
+ .kne-system-layout_sK89O .kne-system-layout_6TCwG {
303
+ position: fixed;
274
304
  top: 0;
275
305
  left: 0;
276
306
  right: 0;
@@ -281,59 +311,192 @@
281
311
  pointer-events: none;
282
312
  transition: opacity 300ms;
283
313
  }
284
- ._sK89O ._6TCwG._G-zuN {
314
+ .kne-system-layout_sK89O .kne-system-layout_6TCwG.kne-system-layout_G-zuN {
285
315
  opacity: 1;
286
316
  pointer-events: auto;
287
317
  }
288
- ._sK89O ._5qnw5 {
318
+ .kne-system-layout_sK89O .kne-system-layout_5qnw5 {
289
319
  display: none;
290
320
  }
291
- ._sK89O ._HnwkM {
321
+ .kne-system-layout_sK89O .kne-system-layout_HnwkM {
292
322
  border-radius: 0;
323
+ border: 0;
324
+ backdrop-filter: none;
325
+ -webkit-backdrop-filter: none;
326
+ flex: 1;
327
+ min-height: 0;
328
+ }
329
+ .kne-system-layout_sK89O .kne-system-layout_nyAa2 {
330
+ flex: 1;
331
+ min-height: 0;
332
+ height: 100%;
333
+ }
334
+ .kne-system-layout_sK89O .kne-system-layout_nyAa2 .ant-col {
335
+ height: 100%;
293
336
  }
294
- ._sK89O ._h8PAW {
337
+ .kne-system-layout_sK89O .kne-system-layout_h8PAW {
295
338
  display: block;
296
339
  }
297
- ._sK89O ._OM1Q2 {
340
+ .kne-system-layout_sK89O .kne-system-layout_OM1Q2 {
298
341
  padding: 0;
299
342
  overflow: visible !important;
343
+ height: unset;
344
+ }
345
+ .kne-system-layout_sK89O .kne-system-layout_OM1Q2.kne-system-layout_6gjkS {
346
+ overflow: visible !important;
300
347
  }
301
348
  }
302
- ._sK89O {
303
- --window-width: calc(100vw);
304
- --window-height: calc(100vh);
305
- --page-height: var(--window-height);
349
+ .kne-system-layout_sK89O {
350
+ --window-width: var(--kne-viewport-width, 100vw);
351
+ --window-height: 100dvh;
352
+ --multiple: var(--safe-area-multiple, 1);
353
+ --safe-area-inset-top: calc(env(safe-area-inset-top) * var(--multiple));
354
+ --safe-area-inset-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
355
+ --nav-height: 0px;
356
+ --toolbar-height: 0px;
357
+ --page-height: calc(var(--window-height) - 48px);
306
358
  --page-content-height: calc(var(--page-height) - 48px);
359
+ --page-inner-height: calc(var(--page-height) - 48px - 60px);
307
360
  width: var(--window-width);
308
361
  height: var(--window-height);
309
362
  background: var(--background);
310
363
  box-sizing: border-box;
311
364
  padding: 24px 24px 24px 0;
312
365
  position: relative;
366
+ line-height: 1.4;
367
+ display: flex;
368
+ flex-direction: column;
313
369
  }
314
- ._sK89O._udBgQ {
370
+ .kne-system-layout_sK89O .system-max-width-900 {
371
+ max-width: 900px;
372
+ width: 100%;
373
+ margin: 0 auto;
374
+ }
375
+ .kne-system-layout_sK89O .system-font-title {
376
+ font-size: 16px;
377
+ font-weight: bold;
378
+ }
379
+ .kne-system-layout_sK89O .system-font-title-primary {
380
+ font-size: 16px;
381
+ font-weight: bold;
382
+ color: var(--primary-color);
383
+ }
384
+ .kne-system-layout_sK89O .system-font-sub-title {
385
+ font-weight: bold;
386
+ }
387
+ .kne-system-layout_sK89O .system-font-bold {
388
+ font-weight: bold;
389
+ }
390
+ .kne-system-layout_sK89O .system-font-description {
391
+ color: var(--font-color-grey);
392
+ }
393
+ .kne-system-layout_sK89O .scroller-bar {
394
+ background: transparent !important;
395
+ border-color: transparent !important;
396
+ }
397
+ .kne-system-layout_sK89O .scroller-bar .scroller-bar-inner {
398
+ background: #999 !important;
399
+ height: 40%;
400
+ }
401
+ .kne-system-layout_sK89O .ant-tag {
402
+ background: var(--primary-color-1);
403
+ border-radius: 11px;
404
+ color: var(--font-color-grey);
405
+ }
406
+ .kne-system-layout_sK89O .ant-segmented {
407
+ border: 1px solid #d1d5db;
408
+ border-radius: 17px;
409
+ background: transparent !important;
410
+ }
411
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-item,
412
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-thumb {
413
+ border-radius: 14px;
414
+ }
415
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-item.ant-segmented-item-selected,
416
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-thumb {
417
+ background: var(--primary-color) !important;
418
+ color: #fff !important;
419
+ }
420
+ .kne-system-layout_sK89O .ant-segmented .ant-segmented-item:after {
421
+ background: transparent !important;
422
+ }
423
+ .kne-system-layout_sK89O .filter .filter-title {
424
+ border-bottom: none;
425
+ }
426
+ .kne-system-layout_sK89O .react-form .ant-card {
427
+ max-width: 900px;
428
+ margin: 0 auto;
429
+ width: 100%;
430
+ }
431
+ .kne-system-layout_sK89O .max-width-info-page {
432
+ max-width: 900px;
433
+ margin: 0 auto;
434
+ width: 100%;
435
+ }
436
+ .kne-system-layout_sK89O .part.bordered {
437
+ background: rgba(255, 255, 255, 0.4392156863) !important;
438
+ }
439
+ .kne-system-layout_sK89O .part.bordered .part-title {
440
+ font-size: 16px;
441
+ }
442
+ .kne-system-layout_sK89O .ant-pagination-options-size-changer {
443
+ background: rgba(255, 255, 255, 0.4392156863) !important;
444
+ }
445
+ .kne-system-layout_sK89O .ant-tree {
446
+ background: rgba(255, 255, 255, 0.4392156863) !important;
447
+ }
448
+ .kne-system-layout_sK89O .ant-table,
449
+ .kne-system-layout_sK89O .ant-table-placeholder {
450
+ background: rgba(255, 255, 255, 0.4392156863) !important;
451
+ }
452
+ .kne-system-layout_sK89O .ant-table-cell,
453
+ .kne-system-layout_sK89O .ant-table-wrapper .ant-table-tbody > tr > td.ant-table-cell {
454
+ padding: 4px 8px;
455
+ }
456
+ .kne-system-layout_sK89O .ant-table-wrapper .ant-table-thead > tr > th.ant-table-cell {
457
+ padding: 6px 16px;
458
+ font-weight: 400 !important;
459
+ color: var(--font-color-grey);
460
+ }
461
+ .kne-system-layout_sK89O .ant-table-wrapper .ant-table-cell-fix {
462
+ background: transparent;
463
+ }
464
+ .kne-system-layout_sK89O .ant-table-wrapper .ant-table-cell-fix.ant-table-cell-fix-end-shadow-show, .kne-system-layout_sK89O .ant-table-wrapper .ant-table-cell-fix.ant-table-cell-fix-start-shadow-show {
465
+ background: var(--bg-color-grey);
466
+ }
467
+ .kne-system-layout_sK89O .ant-tooltip-container {
468
+ max-width: 400px;
469
+ }
470
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ {
315
471
  width: 100%;
316
472
  padding: 0;
317
473
  overflow: hidden;
318
- --page-height: 100vh;
319
- --page-content-height: var(--page-height - 2px);
474
+ height: unset;
475
+ min-height: var(--window-height);
476
+ --page-height: 100dvh;
477
+ --page-content-height: var(--page-height);
478
+ --page-inner-height: calc(var(--page-height) - var(--nav-height) - var(--toolbar-height));
320
479
  }
321
- ._sK89O._udBgQ._gyKfI {
322
- --page-content-height: calc(var(--page-height) - 60px - 2px);
480
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ.kne-system-layout_gyKfI {
481
+ --toolbar-height: 72px;
323
482
  }
324
- ._sK89O._udBgQ ._-LpWn {
325
- position: absolute;
483
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ.kne-system-layout_X1wZG {
484
+ --nav-height: 48px;
485
+ }
486
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_-LpWn {
487
+ position: fixed;
488
+ top: 0;
326
489
  left: calc(var(--menu-min-width) * -1);
327
490
  z-index: 900;
328
491
  background: var(--background);
329
492
  height: 100%;
330
493
  }
331
- ._sK89O._udBgQ ._-LpWn._G-zuN {
494
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_-LpWn.kne-system-layout_G-zuN {
332
495
  left: 0;
333
496
  box-shadow: 0 -2px 22.9px 0 rgba(78, 96, 139, 0.13);
334
497
  }
335
- ._sK89O._udBgQ ._6TCwG {
336
- position: absolute;
498
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_6TCwG {
499
+ position: fixed;
337
500
  top: 0;
338
501
  left: 0;
339
502
  right: 0;
@@ -344,103 +507,167 @@
344
507
  pointer-events: none;
345
508
  transition: opacity 300ms;
346
509
  }
347
- ._sK89O._udBgQ ._6TCwG._G-zuN {
510
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_6TCwG.kne-system-layout_G-zuN {
348
511
  opacity: 1;
349
512
  pointer-events: auto;
350
513
  }
351
- ._sK89O._udBgQ ._5qnw5 {
514
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_5qnw5 {
352
515
  display: none;
353
516
  }
354
- ._sK89O._udBgQ ._HnwkM {
517
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_HnwkM {
355
518
  border-radius: 0;
519
+ border: 0;
520
+ backdrop-filter: none;
521
+ -webkit-backdrop-filter: none;
522
+ flex: 1;
523
+ min-height: 0;
524
+ }
525
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_nyAa2 {
526
+ flex: 1;
527
+ min-height: 0;
528
+ height: 100%;
529
+ }
530
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_nyAa2 .ant-col {
531
+ height: 100%;
356
532
  }
357
- ._sK89O._udBgQ ._h8PAW {
533
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_h8PAW {
358
534
  display: block;
359
535
  }
360
- ._sK89O._udBgQ ._OM1Q2 {
536
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_OM1Q2 {
361
537
  padding: 0;
362
538
  overflow: visible !important;
539
+ height: unset;
540
+ }
541
+ .kne-system-layout_sK89O.kne-system-layout_udBgQ .kne-system-layout_OM1Q2.kne-system-layout_6gjkS {
542
+ overflow: visible !important;
363
543
  }
364
- ._sK89O ._h8PAW {
544
+ .kne-system-layout_sK89O .kne-system-layout_h8PAW {
365
545
  display: none;
366
546
  }
367
- ._sK89O .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled) {
547
+ .kne-system-layout_sK89O .ant-btn:not(.ant-btn-primary):not(.ant-btn-dangerous):not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled) {
368
548
  background: var(--primary-color-2);
369
549
  color: var(--primary-color);
370
550
  }
371
- ._sK89O .ant-btn:not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled) {
551
+ .kne-system-layout_sK89O .ant-btn:not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled) {
372
552
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
373
553
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08);
374
554
  backdrop-filter: blur(10px);
375
555
  }
376
- ._sK89O .ant-btn:not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled):hover:not(:disabled):not(.ant-btn-loading) {
556
+ .kne-system-layout_sK89O .ant-btn:not(.ant-btn-link):not(.ant-btn-dashed):not(.ant-btn-text):not(:disabled):hover:not(:disabled):not(.ant-btn-loading) {
377
557
  backdrop-filter: blur(40px) saturate(1.5) brightness(1.2);
378
558
  transform: scale(1.04);
379
559
  }
380
- ._sK89O .ant-btn:active:not(.ant-btn-loading) {
560
+ .kne-system-layout_sK89O .ant-btn:active:not(.ant-btn-loading) {
381
561
  box-shadow: none !important;
382
562
  transform: scale(1);
383
563
  }
384
- ._sK89O .ant-btn:disabled {
564
+ .kne-system-layout_sK89O .ant-btn:disabled {
385
565
  box-shadow: none;
386
566
  color: var(--font-color-disabled);
387
567
  background: rgba(17, 24, 39, 0.2);
388
568
  }
389
- ._sK89O .ant-btn.ant-btn-primary:not(:disabled) {
569
+ .kne-system-layout_sK89O .ant-btn.ant-btn-primary:not(:disabled) {
390
570
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08);
391
571
  }
392
- ._sK89O .ant-btn.ant-btn-loading {
572
+ .kne-system-layout_sK89O .ant-btn.ant-btn-loading {
393
573
  opacity: 0.6;
394
574
  }
395
- ._sK89O .ant-btn {
575
+ .kne-system-layout_sK89O .ant-btn {
396
576
  position: relative;
397
577
  }
398
- ._sK89O .ant-btn .ant-btn-loading-icon {
578
+ .kne-system-layout_sK89O .ant-btn .ant-btn-loading-icon {
399
579
  position: absolute;
400
580
  }
401
581
 
402
- ._-LpWn {
582
+ .kne-system-layout_-LpWn {
403
583
  flex: none;
404
584
  transition: width 0.3s;
405
585
  position: relative;
586
+ height: 100%;
587
+ display: flex;
588
+ flex-direction: column;
406
589
  }
407
- ._-LpWn._G-zuN {
590
+ .kne-system-layout_-LpWn.kne-system-layout_G-zuN {
408
591
  width: var(--menu-max-width);
409
592
  }
410
- ._-LpWn:not(._G-zuN) {
593
+ .kne-system-layout_-LpWn:not(.kne-system-layout_G-zuN) {
411
594
  width: var(--menu-min-width);
412
595
  }
413
- ._-LpWn:not(._G-zuN) ._7wq3X {
414
- padding: 0 16px;
415
- }
416
- ._-LpWn:not(._G-zuN) ._-T-Dc {
596
+ .kne-system-layout_-LpWn:not(.kne-system-layout_G-zuN) .kne-system-layout_-T-Dc {
417
597
  padding: 8px 16px;
418
598
  justify-content: center;
419
599
  }
420
- ._-LpWn:not(._G-zuN) ._LOrmu {
600
+ .kne-system-layout_-LpWn:not(.kne-system-layout_G-zuN) .kne-system-layout_LOrmu {
421
601
  padding: 12px 0;
602
+ margin: 0;
422
603
  border: none;
423
604
  background: none;
424
605
  justify-content: center;
425
606
  }
426
607
 
427
- ._-T-Dc {
608
+ .kne-system-layout_-cMpV {
609
+ position: absolute;
610
+ top: 0;
611
+ left: 0;
612
+ width: 100%;
613
+ height: var(--kne-viewport-height, 100dvh);
614
+ overflow: hidden;
615
+ pointer-events: none;
616
+ z-index: 700;
617
+ }
618
+
619
+ .kne-system-layout_-LpWn.kne-system-layout_leFsD {
620
+ position: absolute;
621
+ flex: none;
622
+ top: 0;
623
+ left: calc(var(--menu-min-width, 84px) * -1);
624
+ z-index: 900;
625
+ height: 100%;
626
+ background: var(--background);
627
+ display: flex;
628
+ flex-direction: column;
629
+ pointer-events: auto;
630
+ transition: left 0.3s, width 0.3s;
631
+ }
632
+ .kne-system-layout_-LpWn.kne-system-layout_leFsD.kne-system-layout_G-zuN {
633
+ left: 0;
634
+ box-shadow: 0 -2px 22.9px 0 rgba(78, 96, 139, 0.13);
635
+ }
636
+
637
+ .kne-system-layout_6TCwG.kne-system-layout_leFsD {
638
+ position: absolute;
639
+ top: 0;
640
+ left: 0;
641
+ right: 0;
642
+ bottom: 0;
643
+ z-index: 800;
644
+ backdrop-filter: blur(10px);
645
+ opacity: 0;
646
+ pointer-events: none;
647
+ transition: opacity 300ms;
648
+ }
649
+ .kne-system-layout_6TCwG.kne-system-layout_leFsD.kne-system-layout_G-zuN {
650
+ opacity: 1;
651
+ pointer-events: auto;
652
+ }
653
+
654
+ .kne-system-layout_-T-Dc {
428
655
  padding: 8px 24px;
429
656
  display: flex;
430
657
  justify-content: flex-start;
431
658
  }
432
- ._-T-Dc img {
659
+ .kne-system-layout_-T-Dc img {
433
660
  height: 24px !important;
434
661
  object-fit: contain;
435
662
  max-width: 100%;
436
663
  }
437
664
 
438
- ._2cRWf {
665
+ .kne-system-layout_2cRWf {
439
666
  display: flex;
440
667
  align-items: center;
441
668
  }
442
669
 
443
- ._5D-Oq {
670
+ .kne-system-layout_5D-Oq {
444
671
  position: absolute;
445
672
  right: -10px;
446
673
  top: 20px;
@@ -453,11 +680,11 @@
453
680
  justify-content: center;
454
681
  transition: transform 0.3s;
455
682
  }
456
- ._5D-Oq:hover {
683
+ .kne-system-layout_5D-Oq:hover {
457
684
  transform: scale(1.2);
458
685
  }
459
686
 
460
- ._p4eOE {
687
+ .kne-system-layout_p4eOE {
461
688
  position: absolute;
462
689
  width: 100%;
463
690
  height: 100%;
@@ -466,40 +693,49 @@
466
693
  transition: opacity 0.5s;
467
694
  }
468
695
 
469
- ._8dzE7 {
696
+ .kne-system-layout_8dzE7 {
470
697
  transition: transform 0.3s;
471
698
  }
472
- ._8dzE7.is-closed {
699
+ .kne-system-layout_8dzE7.is-closed {
473
700
  transform: scaleX(-1);
474
701
  }
475
702
 
476
- ._7wq3X {
477
- padding: 0 8px 0 16px;
703
+ .kne-system-layout_7wq3X {
478
704
  margin-top: 12px;
705
+ flex: 1;
706
+ min-height: 0;
707
+ display: flex;
708
+ flex-direction: column;
709
+ overflow: hidden;
710
+ position: relative;
711
+ }
712
+ .kne-system-layout_7wq3X:has(.kne-system-layout_5qnw5) .kne-system-layout_8gqbZ {
713
+ padding-bottom: 56px;
479
714
  }
480
715
 
481
- ._LOrmu {
716
+ .kne-system-layout_LOrmu {
482
717
  border-radius: 8px;
483
718
  border: 1px solid rgba(255, 255, 255, 0.3);
484
719
  background: rgba(255, 255, 255, 0.12);
485
720
  backdrop-filter: blur(10px);
486
721
  min-height: 40px;
487
722
  padding: 12px 16px;
723
+ margin: 0 8px 0 16px;
488
724
  display: flex;
489
725
  justify-content: flex-start;
490
726
  overflow: hidden;
491
727
  }
492
728
 
493
- ._b7XeQ {
729
+ .kne-system-layout_b7XeQ {
494
730
  font-weight: 500;
495
731
  }
496
732
 
497
- ._U0YTk {
733
+ .kne-system-layout_U0YTk {
498
734
  font-size: 12px;
499
735
  color: var(--font-color-grey);
500
736
  }
501
737
 
502
- ._HnwkM {
738
+ .kne-system-layout_HnwkM {
503
739
  border-radius: 12px;
504
740
  border: 1px solid rgba(255, 255, 255, 0.1);
505
741
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.72) 100%);
@@ -508,11 +744,13 @@
508
744
  min-width: 0;
509
745
  }
510
746
 
511
- ._8gqbZ {
747
+ .kne-system-layout_8gqbZ {
512
748
  margin-top: 16px;
749
+ flex: 1;
750
+ min-height: 0;
513
751
  }
514
752
 
515
- ._5qnw5 {
753
+ .kne-system-layout_5qnw5 {
516
754
  display: flex;
517
755
  justify-content: center;
518
756
  align-items: center;
@@ -528,13 +766,13 @@
528
766
  cursor: pointer;
529
767
  transition: all 0.3s;
530
768
  }
531
- ._5qnw5:hover {
769
+ .kne-system-layout_5qnw5:hover {
532
770
  background: rgba(255, 255, 255, 0.6);
533
771
  backdrop-filter: blur(40px) saturate(1.5);
534
772
  transform: scale(1.1);
535
773
  }
536
774
 
537
- ._UAJc- {
775
+ .kne-system-layout_UAJc- {
538
776
  --container-width: 400px;
539
777
  --container-height: 400px;
540
778
  --container-base-width: var(--container-width);
@@ -550,7 +788,7 @@
550
788
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08);
551
789
  transition: box-shadow 0.3s;
552
790
  }
553
- @keyframes _VjIWn {
791
+ @keyframes kne-system-layout_VjIWn {
554
792
  0%, 100% {
555
793
  transform: scale(1);
556
794
  }
@@ -558,24 +796,24 @@
558
796
  transform: scale(1.02, 0.98);
559
797
  }
560
798
  }
561
- ._UAJc-:hover {
562
- animation: _VjIWn 0.4s ease-out;
799
+ .kne-system-layout_UAJc-:hover {
800
+ animation: kne-system-layout_VjIWn 0.4s ease-out;
563
801
  background: rgba(255, 255, 255, 0.6);
564
802
  backdrop-filter: blur(10px) saturate(1.5);
565
803
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08), 0 20px 40px 0 rgba(0, 0, 0, 0.08);
566
804
  }
567
805
 
568
- ._I7Anv {
806
+ .kne-system-layout_I7Anv {
569
807
  padding: 24px 0 24px 24px;
570
808
  }
571
809
 
572
- ._UhsFd {
810
+ .kne-system-layout_UhsFd {
573
811
  background: rgba(255, 255, 255, 0.4);
574
812
  border-radius: 8px;
575
813
  height: 100%;
576
814
  transition: box-shadow 0.3s;
577
815
  }
578
- @keyframes _H7slV {
816
+ @keyframes kne-system-layout_H7slV {
579
817
  0%, 100% {
580
818
  transform: scale(1, 1);
581
819
  }
@@ -583,58 +821,85 @@
583
821
  transform: scale(1.01, 0.99);
584
822
  }
585
823
  }
586
- ._UhsFd:hover {
824
+ .kne-system-layout_UhsFd:hover {
587
825
  backdrop-filter: blur(40px) saturate(1.2);
588
- animation: _H7slV 0.4s ease-out;
826
+ animation: kne-system-layout_H7slV 0.4s ease-out;
589
827
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 15px 30px 0 rgba(0, 0, 0, 0.08), 0 20px 40px 0 rgba(0, 0, 0, 0.08);
590
828
  }
591
829
 
592
- ._2mdNn {
830
+ .kne-system-layout_2mdNn {
593
831
  --container-height: calc(var(--page-content-height) - 58px);
594
832
  height: var(--container-height);
595
833
  }
596
834
 
597
- ._OM1Q2 {
598
- --container-height: var(--page-content-height);
599
- height: var(--container-height);
835
+ .kne-system-layout_OM1Q2 {
836
+ --container-height: calc(var(--page-content-height) - 48px);
600
837
  padding: 24px;
838
+ box-sizing: border-box;
839
+ height: var(--page-height);
840
+ width: 100%;
841
+ max-width: 100%;
601
842
  }
602
- ._OM1Q2._6gjkS {
843
+ .kne-system-layout_OM1Q2.kne-system-layout_6gjkS {
603
844
  overflow-y: auto;
604
845
  }
605
846
 
606
- ._nyAa2 {
847
+ .kne-system-layout_nyAa2 {
848
+ width: 100%;
849
+ }
850
+ .kne-system-layout_nyAa2 .kne-responsive-container {
851
+ container-type: inline-size;
852
+ container-name: kne-responsive;
607
853
  width: 100%;
854
+ max-width: 100%;
855
+ min-width: 0;
856
+ box-sizing: border-box;
608
857
  }
609
858
 
610
- ._33Tja {
859
+ .kne-system-layout_33Tja {
611
860
  height: 58px;
612
861
  align-items: center;
613
862
  justify-content: space-between;
614
863
  padding: 0 16px;
615
864
  }
616
- ._33Tja .btn {
865
+ .kne-system-layout_33Tja .btn {
617
866
  font-size: 24px;
618
867
  color: var(--font-color-grey);
619
868
  cursor: pointer;
620
869
  }
621
870
 
622
- ._YmBhl {
871
+ .kne-system-layout_YmBhl {
623
872
  --container-height: calc(var(--container-base-height) - 58px);
624
873
  height: var(--container-height);
625
874
  }
626
- ._Rfzv4 {
875
+ .kne-system-layout_dVWvr {
876
+ flex: 1;
877
+ min-height: 0;
878
+ overflow: hidden;
879
+ padding: 4px 0;
880
+ }
881
+ .kne-system-layout_dVWvr .rc-virtual-list-holder-inner {
882
+ padding: 0 8px 0 16px;
883
+ }
884
+ .kne-system-layout_dVWvr .rc-virtual-list-scrollbar {
885
+ width: 4px !important;
886
+ }
887
+ .kne-system-layout_dVWvr .rc-virtual-list-scrollbar-thumb {
888
+ background: rgba(0, 0, 0, 0.15) !important;
889
+ }
890
+
891
+ .kne-system-layout_Rfzv4 {
627
892
  font-size: 12px;
628
893
  color: var(--font-color-grey);
629
894
  line-height: 24px;
630
895
  padding: 12px;
631
896
  }
632
897
 
633
- ._qoDtD {
898
+ .kne-system-layout_qoDtD {
634
899
  color: var(--font-color-grey);
635
900
  }
636
901
 
637
- ._socoO {
902
+ .kne-system-layout_socoO {
638
903
  opacity: 0.6;
639
904
  background: var(--font-color-grey-3);
640
905
  height: 1px;
@@ -642,133 +907,454 @@
642
907
  margin: 8px auto;
643
908
  }
644
909
 
645
- ._Xa-2h {
910
+ .kne-system-layout_Xa-2h {
646
911
  line-height: 24px;
647
912
  padding: 12px;
648
913
  margin: 2px 0;
649
914
  border-radius: 8px;
650
915
  cursor: pointer;
651
916
  transition: all 0.3s;
917
+ white-space: nowrap;
918
+ overflow: hidden;
919
+ text-overflow: ellipsis;
652
920
  }
653
- ._Xa-2h:hover {
921
+ .kne-system-layout_Xa-2h:hover {
654
922
  backdrop-filter: brightness(1.1);
655
923
  transform: scale(1.02);
656
924
  }
657
- ._Xa-2h.is-active {
925
+ .kne-system-layout_Xa-2h.is-active {
658
926
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -4%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.3) 100%);
659
927
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
660
928
  }
661
- ._Xa-2h.is-active ._qoDtD {
929
+ .kne-system-layout_Xa-2h.is-active .kne-system-layout_qoDtD {
662
930
  color: var(--primary-color);
663
931
  }
664
- ._Xa-2h.is-closed {
932
+ .kne-system-layout_Xa-2h.is-closed {
665
933
  display: flex;
666
934
  justify-content: center;
667
935
  }
668
- ._Xa-2h.is-closed.is-active {
936
+ .kne-system-layout_Xa-2h.is-closed.is-active {
669
937
  background: rgba(255, 255, 255, 0.6);
670
938
  backdrop-filter: blur(40px) saturate(1.5);
671
939
  }
672
- ._Xa-2h.is-closed ._qoDtD {
940
+ .kne-system-layout_Xa-2h.is-closed .kne-system-layout_qoDtD {
673
941
  font-size: 24px;
674
942
  }
675
- ._SLK-0 {
676
- height: 60px;
677
- background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.72) 100%);
678
- backdrop-filter: blur(10px);
943
+ .kne-system-layout_SLK-0 {
944
+ background: transparent;
679
945
  }
680
946
 
681
- ._GTQvM {
682
- height: 60px;
683
- position: fixed;
684
- z-index: 600;
685
- bottom: 0;
947
+ .kne-system-layout_RgKpk {
948
+ position: static;
949
+ pointer-events: none;
950
+ }
951
+
952
+ .kne-system-layout_VEMgn {
953
+ position: absolute;
954
+ top: 0;
686
955
  left: 0;
687
- right: 0;
688
- border-radius: 8px 8px 0 0;
689
- background: rgba(249, 249, 249, 0.75);
690
- box-shadow: 0 -2px 22.9px 0 rgba(78, 96, 139, 0.13);
691
- backdrop-filter: blur(10px);
956
+ width: 100%;
957
+ height: var(--kne-viewport-height, 100dvh);
958
+ pointer-events: none;
959
+ z-index: 600;
692
960
  }
693
961
 
694
- ._fAZ3n {
962
+ .kne-system-layout_GTQvM {
963
+ height: 72px;
964
+ z-index: 600;
965
+ border-radius: 999px;
966
+ border: 1px solid rgba(255, 255, 255, 0.5);
967
+ box-shadow: 0 4px 16px 0 rgba(78, 96, 139, 0.18), 0 2px 6px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
968
+ background: rgba(255, 255, 255, 0.25);
969
+ backdrop-filter: blur(20px);
970
+ -webkit-backdrop-filter: blur(20px);
971
+ padding: 6px 8px;
972
+ box-sizing: border-box;
973
+ transition: transform 0.3s ease, width 0.3s ease, background 0.3s ease, padding 0.3s ease;
974
+ }
975
+ .kne-system-layout_GTQvM.kne-system-layout_c6f0m {
976
+ position: fixed;
977
+ bottom: calc(16px + var(--safe-area-inset-bottom, 0px));
978
+ left: 16px;
979
+ right: 16px;
980
+ pointer-events: auto;
981
+ }
982
+ .kne-system-layout_GTQvM.kne-system-layout_3ctCY {
983
+ position: absolute;
984
+ bottom: calc(16px + var(--safe-area-inset-bottom, 0px));
985
+ left: 16px;
986
+ right: 16px;
987
+ pointer-events: auto;
988
+ }
989
+ .kne-system-layout_GTQvM.is-scrolling {
990
+ width: calc((var(--kne-viewport-width, 100vw) - 32px) / var(--toolbar-count, 4));
991
+ right: auto;
992
+ transform: scale(0.65);
993
+ transform-origin: left bottom;
994
+ padding: 8px;
995
+ backdrop-filter: blur(2px);
996
+ -webkit-backdrop-filter: blur(2px);
997
+ background: rgba(255, 255, 255, 0.1);
998
+ }
999
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_fAZ3n {
1000
+ padding: 0 !important;
1001
+ flex: none !important;
1002
+ width: 100%;
1003
+ height: 100%;
1004
+ gap: 0 !important;
1005
+ order: 2;
1006
+ }
1007
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_fAZ3n .kne-system-layout_qOB9o {
1008
+ line-height: 1;
1009
+ display: flex;
1010
+ align-items: center;
1011
+ justify-content: center;
1012
+ }
1013
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_fAZ3n:not(.kne-system-layout_ss5zk) {
1014
+ order: 1;
1015
+ }
1016
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_h48es {
1017
+ display: none;
1018
+ }
1019
+ .kne-system-layout_GTQvM.is-scrolling .kne-system-layout_1s-bc {
1020
+ left: 8px !important;
1021
+ right: 8px;
1022
+ width: auto !important;
1023
+ }
1024
+ .kne-system-layout_GTQvM.is-clicked {
1025
+ animation: kne-system-layout_Ys3yu 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
1026
+ }
1027
+
1028
+ @keyframes kne-system-layout_Ys3yu {
1029
+ 0% {
1030
+ transform: scaleX(1) scaleY(1);
1031
+ filter: brightness(1);
1032
+ }
1033
+ 25% {
1034
+ transform: scaleX(0.98) scaleY(1.015);
1035
+ filter: brightness(1.15);
1036
+ }
1037
+ 55% {
1038
+ transform: scaleX(1.008) scaleY(0.995);
1039
+ filter: brightness(1.05);
1040
+ }
1041
+ 100% {
1042
+ transform: scale(1);
1043
+ filter: brightness(1);
1044
+ }
1045
+ }
1046
+ .kne-system-layout_fAZ3n {
695
1047
  cursor: pointer;
1048
+ border-radius: 999px;
1049
+ padding: 4px 12px;
1050
+ box-sizing: border-box;
1051
+ min-width: 0;
1052
+ position: relative;
1053
+ z-index: 1;
1054
+ transition: opacity 0.2s ease;
1055
+ overflow: hidden;
1056
+ }
1057
+ .kne-system-layout_fAZ3n .kne-system-layout_qOB9o,
1058
+ .kne-system-layout_fAZ3n .kne-system-layout_h48es {
1059
+ color: #333;
1060
+ transition: color 0.5s ease;
696
1061
  }
697
- ._fAZ3n.is-active ._qOB9o,
698
- ._fAZ3n.is-active ._h48es {
1062
+ .kne-system-layout_fAZ3n.is-active .kne-system-layout_qOB9o,
1063
+ .kne-system-layout_fAZ3n.is-active .kne-system-layout_h48es {
699
1064
  color: var(--primary-color);
700
1065
  }
1066
+ .kne-system-layout_fAZ3n.kne-system-layout_ss5zk {
1067
+ opacity: 0;
1068
+ pointer-events: none;
1069
+ flex: 0 !important;
1070
+ width: 0;
1071
+ overflow: hidden;
1072
+ padding: 0;
1073
+ }
1074
+
1075
+ .kne-system-layout_1s-bc {
1076
+ position: absolute;
1077
+ top: 6px;
1078
+ bottom: 6px;
1079
+ border-radius: 999px;
1080
+ background: rgba(120, 120, 120, 0.22);
1081
+ transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s ease;
1082
+ z-index: 0;
1083
+ pointer-events: none;
1084
+ will-change: left, width, transform;
1085
+ }
701
1086
 
702
- ._fAZ3n ._qOB9o {
1087
+ .kne-system-layout_fAZ3n .kne-system-layout_qOB9o {
703
1088
  width: 24px;
704
1089
  height: 24px;
705
1090
  font-size: 24px;
706
- margin-bottom: 8px;
1091
+ line-height: 1;
707
1092
  }
708
1093
 
709
- ._h48es {
1094
+ .kne-system-layout_h48es {
710
1095
  font-size: 12px;
1096
+ white-space: nowrap;
1097
+ overflow: hidden;
1098
+ text-overflow: ellipsis;
1099
+ max-width: 100%;
711
1100
  }
712
1101
  @media (max-width: 768px) {
713
- ._c1kXt {
1102
+ .kne-system-layout_c1kXt {
714
1103
  gap: 0 !important;
715
1104
  }
716
- ._c1kXt ._h-YXH {
1105
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH {
717
1106
  height: 48px;
718
1107
  padding: 0 16px;
719
1108
  background: #ffffff;
1109
+ margin-bottom: 0;
1110
+ position: fixed;
1111
+ top: var(--safe-area-inset-top, 0px);
1112
+ left: 0;
1113
+ right: 0;
1114
+ z-index: 600;
1115
+ transition: height 0.3s ease, padding 0.3s ease, background 0.3s ease, margin 0.3s ease, top 0.3s ease;
720
1116
  }
721
- ._c1kXt ._IOVGr {
1117
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy {
1118
+ height: 36px;
1119
+ padding: 0;
1120
+ background: transparent;
1121
+ margin: 8px 16px;
1122
+ top: calc(8px + var(--safe-area-inset-top, 0px));
1123
+ }
1124
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_jhcGo {
1125
+ border-radius: 999px;
1126
+ padding: 0 12px;
1127
+ height: 36px;
1128
+ border: 1px solid rgba(255, 255, 255, 0.5);
1129
+ box-shadow: 0 8px 32px 0 rgba(78, 96, 139, 0.18), 0 2px 8px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
1130
+ background: rgba(255, 255, 255, 0.25);
1131
+ backdrop-filter: blur(10px);
1132
+ -webkit-backdrop-filter: blur(10px);
1133
+ }
1134
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_jhcGo:active {
1135
+ animation: kne-system-layout_Ps1FA 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
1136
+ }
1137
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_mKsLu {
1138
+ border-radius: 999px;
1139
+ padding: 0 8px;
1140
+ height: 36px;
1141
+ border: 1px solid rgba(255, 255, 255, 0.5);
1142
+ box-shadow: 0 8px 32px 0 rgba(78, 96, 139, 0.18), 0 2px 8px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
1143
+ background: rgba(255, 255, 255, 0.25);
1144
+ backdrop-filter: blur(10px);
1145
+ -webkit-backdrop-filter: blur(10px);
1146
+ }
1147
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_mKsLu:active {
1148
+ animation: kne-system-layout_Ps1FA 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
1149
+ }
1150
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_IOVGr {
1151
+ font-size: 14px;
1152
+ color: #333;
1153
+ }
1154
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .ant-btn {
1155
+ color: #333 !important;
1156
+ }
1157
+ .kne-system-layout_c1kXt .kne-system-layout_h-YXH.kne-system-layout_dEXMy .ant-btn:hover {
1158
+ color: #555 !important;
1159
+ }
1160
+ @keyframes kne-system-layout_Ps1FA {
1161
+ 0% {
1162
+ transform: scaleX(1) scaleY(1);
1163
+ filter: brightness(1);
1164
+ }
1165
+ 25% {
1166
+ transform: scaleX(0.97) scaleY(1.03);
1167
+ filter: brightness(1.2);
1168
+ }
1169
+ 55% {
1170
+ transform: scaleX(1.015) scaleY(0.99);
1171
+ filter: brightness(1.08);
1172
+ }
1173
+ 100% {
1174
+ transform: scale(1);
1175
+ filter: brightness(1);
1176
+ }
1177
+ }
1178
+ .kne-system-layout_c1kXt .kne-system-layout_IOVGr {
722
1179
  font-size: 16px;
723
1180
  flex: 1;
724
1181
  color: var(--primary-color);
1182
+ transition: font-size 0.3s ease, color 0.3s ease;
725
1183
  }
726
- ._c1kXt ._mKsLu {
1184
+ .kne-system-layout_c1kXt .kne-system-layout_mKsLu {
727
1185
  flex: none;
728
1186
  }
729
- ._c1kXt ._wHWje {
1187
+ .kne-system-layout_c1kXt .kne-system-layout_Y1y7o {
1188
+ padding-top: calc(52px + var(--safe-area-inset-top, 0px));
1189
+ }
1190
+ .kne-system-layout_c1kXt .kne-system-layout_wHWje {
1191
+ box-sizing: border-box;
1192
+ --content-height: calc(var(--page-inner-height) - 24px);
730
1193
  padding: 12px;
731
- --content-height: calc(var(--page-content-height) - 48px - 24px);
1194
+ }
1195
+ .kne-system-layout_c1kXt .kne-system-layout_wHWje:after {
1196
+ content: "";
1197
+ display: block;
1198
+ height: calc(var(--toolbar-height) + 48px + var(--safe-area-inset-bottom));
1199
+ }
1200
+ .kne-system-layout_c1kXt .kne-system-layout_wHWje.kne-system-layout_tBnAD {
1201
+ --content-height: var(--page-inner-height);
1202
+ padding: 0;
732
1203
  }
733
1204
  }
734
- ._c1kXt._yRZMx {
1205
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx {
735
1206
  gap: 0 !important;
736
1207
  }
737
- ._c1kXt._yRZMx ._h-YXH {
1208
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH {
738
1209
  height: 48px;
739
1210
  padding: 0 16px;
740
1211
  background: #ffffff;
1212
+ margin-bottom: 0;
1213
+ position: fixed;
1214
+ top: var(--safe-area-inset-top, 0px);
1215
+ left: 0;
1216
+ right: 0;
1217
+ z-index: 600;
1218
+ transition: height 0.3s ease, padding 0.3s ease, background 0.3s ease, margin 0.3s ease, top 0.3s ease;
1219
+ }
1220
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy {
1221
+ height: 36px;
1222
+ padding: 0;
1223
+ background: transparent;
1224
+ margin: 8px 16px;
1225
+ top: calc(8px + var(--safe-area-inset-top, 0px));
1226
+ }
1227
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_jhcGo {
1228
+ border-radius: 999px;
1229
+ padding: 0 12px;
1230
+ height: 36px;
1231
+ border: 1px solid rgba(255, 255, 255, 0.5);
1232
+ box-shadow: 0 8px 32px 0 rgba(78, 96, 139, 0.18), 0 2px 8px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
1233
+ background: rgba(255, 255, 255, 0.25);
1234
+ backdrop-filter: blur(10px);
1235
+ -webkit-backdrop-filter: blur(10px);
1236
+ }
1237
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_jhcGo:active {
1238
+ animation: kne-system-layout_Ps1FA 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
1239
+ }
1240
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_mKsLu {
1241
+ border-radius: 999px;
1242
+ padding: 0 8px;
1243
+ height: 36px;
1244
+ border: 1px solid rgba(255, 255, 255, 0.5);
1245
+ box-shadow: 0 8px 32px 0 rgba(78, 96, 139, 0.18), 0 2px 8px 0 rgba(78, 96, 139, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
1246
+ background: rgba(255, 255, 255, 0.25);
1247
+ backdrop-filter: blur(10px);
1248
+ -webkit-backdrop-filter: blur(10px);
1249
+ }
1250
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_mKsLu:active {
1251
+ animation: kne-system-layout_Ps1FA 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
1252
+ }
1253
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .kne-system-layout_IOVGr {
1254
+ font-size: 14px;
1255
+ color: #333;
1256
+ }
1257
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .ant-btn {
1258
+ color: #333 !important;
741
1259
  }
742
- ._c1kXt._yRZMx ._IOVGr {
1260
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_h-YXH.kne-system-layout_dEXMy .ant-btn:hover {
1261
+ color: #555 !important;
1262
+ }
1263
+ @keyframes kne-system-layout_Ps1FA {
1264
+ 0% {
1265
+ transform: scaleX(1) scaleY(1);
1266
+ filter: brightness(1);
1267
+ }
1268
+ 25% {
1269
+ transform: scaleX(0.97) scaleY(1.03);
1270
+ filter: brightness(1.2);
1271
+ }
1272
+ 55% {
1273
+ transform: scaleX(1.015) scaleY(0.99);
1274
+ filter: brightness(1.08);
1275
+ }
1276
+ 100% {
1277
+ transform: scale(1);
1278
+ filter: brightness(1);
1279
+ }
1280
+ }
1281
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_IOVGr {
743
1282
  font-size: 16px;
744
1283
  flex: 1;
745
1284
  color: var(--primary-color);
1285
+ transition: font-size 0.3s ease, color 0.3s ease;
746
1286
  }
747
- ._c1kXt._yRZMx ._mKsLu {
1287
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_mKsLu {
748
1288
  flex: none;
749
1289
  }
750
- ._c1kXt._yRZMx ._wHWje {
1290
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_Y1y7o {
1291
+ padding-top: calc(52px + var(--safe-area-inset-top, 0px));
1292
+ }
1293
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_wHWje {
1294
+ box-sizing: border-box;
1295
+ --content-height: calc(var(--page-inner-height) - 24px);
751
1296
  padding: 12px;
752
- --content-height: calc(var(--page-content-height) - 48px - 24px);
1297
+ }
1298
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_wHWje:after {
1299
+ content: "";
1300
+ display: block;
1301
+ height: calc(var(--toolbar-height) + 48px + var(--safe-area-inset-bottom));
1302
+ }
1303
+ .kne-system-layout_c1kXt.kne-system-layout_yRZMx .kne-system-layout_wHWje.kne-system-layout_tBnAD {
1304
+ --content-height: var(--page-inner-height);
1305
+ padding: 0;
753
1306
  }
754
1307
 
755
- ._IOVGr {
1308
+ .kne-system-layout_jhcGo {
1309
+ white-space: nowrap;
1310
+ overflow: hidden;
1311
+ text-overflow: ellipsis;
1312
+ }
1313
+
1314
+ .kne-system-layout_h-YXH {
1315
+ margin-bottom: 12px;
1316
+ }
1317
+
1318
+ .kne-system-layout_IOVGr {
756
1319
  font-size: 20px;
757
1320
  font-weight: 500;
758
1321
  }
759
1322
 
760
- ._wHWje {
761
- --content-height: calc(var(--page-content-height) - 48px - 56px);
762
- min-height: var(--content-height);
1323
+ .kne-system-layout_wHWje {
1324
+ --content-height: var(--page-inner-height);
1325
+ min-height: calc(var(--page-inner-height) + var(--toolbar-height));
1326
+ display: flex;
1327
+ flex-direction: column;
1328
+ flex: 1;
763
1329
  }
764
1330
 
765
- ._mKsLu {
1331
+ .kne-system-layout_mKsLu {
766
1332
  display: flex;
767
1333
  justify-content: flex-end;
768
1334
  flex: 1;
1335
+ max-width: 50%;
1336
+ }
1337
+
1338
+ .kne-system-layout_vcf3J {
1339
+ width: 100%;
1340
+ background: #fff;
1341
+ padding: 12px;
1342
+ border-radius: 12px;
1343
+ }
1344
+
1345
+ .kne-system-layout_Y1y7o {
1346
+ display: block;
1347
+ width: 100%;
1348
+ padding-top: var(--safe-area-inset-top);
1349
+ }
1350
+
1351
+ .kne-system-layout_vXk1s {
1352
+ display: block;
1353
+ width: 100%;
1354
+ padding-bottom: var(--safe-area-inset-bottom);
769
1355
  }
770
1356
 
771
- ._07Mna {
1357
+ .kne-system-layout_07Mna {
772
1358
  display: block;
773
1359
  transform: rotate(180deg);
774
1360
  }