@atooyu/uxto-ui 1.1.41 → 1.1.42
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +16 -14
- package/package.json +1 -1
- package/src/components/u-tabbar/u-tabbar.vue +3 -0
package/dist/style.css
CHANGED
|
@@ -2380,7 +2380,7 @@ to {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
.u-read-more__toggle-icon[data-v-b31720eb] {
|
|
2382
2382
|
font-size: 12px;
|
|
2383
|
-
}.u-tabbar[data-v-
|
|
2383
|
+
}.u-tabbar[data-v-9b76f6cf] {
|
|
2384
2384
|
position: fixed;
|
|
2385
2385
|
left: 0;
|
|
2386
2386
|
right: 0;
|
|
@@ -2388,8 +2388,10 @@ to {
|
|
|
2388
2388
|
z-index: 999;
|
|
2389
2389
|
width: 100%;
|
|
2390
2390
|
pointer-events: none;
|
|
2391
|
+
padding-bottom: constant(safe-area-inset-bottom);
|
|
2392
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
2391
2393
|
}
|
|
2392
|
-
.u-tabbar__nav-wrap[data-v-
|
|
2394
|
+
.u-tabbar__nav-wrap[data-v-9b76f6cf] {
|
|
2393
2395
|
pointer-events: auto;
|
|
2394
2396
|
position: absolute;
|
|
2395
2397
|
left: 14px;
|
|
@@ -2406,7 +2408,7 @@ to {
|
|
|
2406
2408
|
padding: 0 8px;
|
|
2407
2409
|
box-sizing: border-box;
|
|
2408
2410
|
}
|
|
2409
|
-
.u-tabbar__tab-btn[data-v-
|
|
2411
|
+
.u-tabbar__tab-btn[data-v-9b76f6cf] {
|
|
2410
2412
|
height: 40px;
|
|
2411
2413
|
border-radius: 20px;
|
|
2412
2414
|
background: transparent;
|
|
@@ -2421,23 +2423,23 @@ to {
|
|
|
2421
2423
|
padding: 0 16px;
|
|
2422
2424
|
margin: 0 20px;
|
|
2423
2425
|
}
|
|
2424
|
-
.u-tabbar__tab-btn--active[data-v-
|
|
2426
|
+
.u-tabbar__tab-btn--active[data-v-9b76f6cf] {
|
|
2425
2427
|
background: #ffffff;
|
|
2426
2428
|
box-shadow: inset 0 0 0 1px rgba(17, 135, 128, 0.14);
|
|
2427
2429
|
}
|
|
2428
|
-
.u-tabbar__tab-text[data-v-
|
|
2430
|
+
.u-tabbar__tab-text[data-v-9b76f6cf] {
|
|
2429
2431
|
font-weight: 600;
|
|
2430
2432
|
font-size: 14px;
|
|
2431
2433
|
overflow: hidden;
|
|
2432
2434
|
text-overflow: ellipsis;
|
|
2433
2435
|
}
|
|
2434
|
-
.u-tabbar__center[data-v-
|
|
2436
|
+
.u-tabbar__center[data-v-9b76f6cf] {
|
|
2435
2437
|
position: relative;
|
|
2436
2438
|
width: 72px;
|
|
2437
2439
|
height: 56px;
|
|
2438
2440
|
flex-shrink: 0;
|
|
2439
2441
|
}
|
|
2440
|
-
.u-tabbar__center-btn[data-v-
|
|
2442
|
+
.u-tabbar__center-btn[data-v-9b76f6cf] {
|
|
2441
2443
|
position: absolute;
|
|
2442
2444
|
left: 50%;
|
|
2443
2445
|
top: -22px;
|
|
@@ -2455,29 +2457,29 @@ to {
|
|
|
2455
2457
|
box-shadow: 0 8px 20px rgba(8, 112, 106, 0.25);
|
|
2456
2458
|
transition: all 200ms ease;
|
|
2457
2459
|
}
|
|
2458
|
-
.u-tabbar__center-btn[data-v-
|
|
2460
|
+
.u-tabbar__center-btn[data-v-9b76f6cf]:active {
|
|
2459
2461
|
transform: translateX(-50%) scale(0.95);
|
|
2460
2462
|
}
|
|
2461
|
-
.u-tabbar__center-btn--active[data-v-
|
|
2463
|
+
.u-tabbar__center-btn--active[data-v-9b76f6cf] {
|
|
2462
2464
|
border-color: #12b6af;
|
|
2463
2465
|
box-shadow: 0 8px 24px rgba(8, 112, 106, 0.35);
|
|
2464
2466
|
}
|
|
2465
|
-
.u-tabbar__center-btn--side-active[data-v-
|
|
2467
|
+
.u-tabbar__center-btn--side-active[data-v-9b76f6cf] {
|
|
2466
2468
|
background: linear-gradient(135deg, #12b6af 0%, #65d8d1 100%);
|
|
2467
2469
|
border-color: #9fe4dd;
|
|
2468
2470
|
}
|
|
2469
|
-
.u-tabbar__center-btn--side-active .u-tabbar__center-brand[data-v-
|
|
2470
|
-
.u-tabbar__center-btn--side-active .u-tabbar__center-text[data-v-
|
|
2471
|
+
.u-tabbar__center-btn--side-active .u-tabbar__center-brand[data-v-9b76f6cf],
|
|
2472
|
+
.u-tabbar__center-btn--side-active .u-tabbar__center-text[data-v-9b76f6cf] {
|
|
2471
2473
|
color: #ffffff;
|
|
2472
2474
|
}
|
|
2473
|
-
.u-tabbar__center-brand[data-v-
|
|
2475
|
+
.u-tabbar__center-brand[data-v-9b76f6cf] {
|
|
2474
2476
|
font-size: 22px;
|
|
2475
2477
|
line-height: 1;
|
|
2476
2478
|
font-weight: 700;
|
|
2477
2479
|
color: #12b6af;
|
|
2478
2480
|
letter-spacing: 1px;
|
|
2479
2481
|
}
|
|
2480
|
-
.u-tabbar__center-text[data-v-
|
|
2482
|
+
.u-tabbar__center-text[data-v-9b76f6cf] {
|
|
2481
2483
|
font-size: 12px;
|
|
2482
2484
|
letter-spacing: 0.5px;
|
|
2483
2485
|
color: #12b6af;
|
package/package.json
CHANGED