diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue index 5886818..7cf722f 100644 --- a/pages/auth/auth.vue +++ b/pages/auth/auth.vue @@ -179,8 +179,10 @@ } .logo-stack { - position: relative; - width: 88rpx; + display: flex; + align-items: center; + gap: 10rpx; + width: 140rpx; height: 88rpx; margin-top: 12rpx; flex-shrink: 0; @@ -188,17 +190,15 @@ } .carrier-logo { - width: 100%; - height: 100%; + width: 88rpx; + height: 88rpx; + flex-shrink: 0; } .slot-badge { - position: absolute; - right: -8rpx; - bottom: -8rpx; - z-index: 2; width: 42rpx; height: 42rpx; + flex-shrink: 0; } .carrier-details { diff --git a/pages/switch/switch.vue b/pages/switch/switch.vue index af7e41d..86d56fc 100644 --- a/pages/switch/switch.vue +++ b/pages/switch/switch.vue @@ -270,8 +270,10 @@ } .logo-stack { - position: relative; - width: 88rpx; + display: flex; + align-items: center; + gap: 10rpx; + width: 140rpx; height: 88rpx; margin-top: 12rpx; flex-shrink: 0; @@ -279,17 +281,15 @@ } .carrier-logo { - width: 100%; - height: 100%; + width: 88rpx; + height: 88rpx; + flex-shrink: 0; } .slot-badge { - position: absolute; - right: -8rpx; - bottom: -8rpx; - z-index: 2; width: 42rpx; height: 42rpx; + flex-shrink: 0; } .carrier-details { diff --git a/static/13d5ded1-07af-493d-b95e-adf282ea1a21.png b/static/13d5ded1-07af-493d-b95e-adf282ea1a21.png new file mode 100644 index 0000000..29cd9a0 Binary files /dev/null and b/static/13d5ded1-07af-493d-b95e-adf282ea1a21.png differ diff --git a/static/asset-package-history.png b/static/asset-package-history.png index fba094f..dc31aa6 100644 Binary files a/static/asset-package-history.png and b/static/asset-package-history.png differ diff --git a/static/authentication.png b/static/authentication.png index 2e257b0..9ec1092 100644 Binary files a/static/authentication.png and b/static/authentication.png differ diff --git a/static/back.png b/static/back.png index 36358e5..13e806b 100644 Binary files a/static/back.png and b/static/back.png differ diff --git a/static/change-phone.png b/static/change-phone.png index 0b53d1b..da329d6 100644 Binary files a/static/change-phone.png and b/static/change-phone.png differ diff --git a/static/change-shop.png b/static/change-shop.png index 3bfd76c..54e085a 100644 Binary files a/static/change-shop.png and b/static/change-shop.png differ diff --git a/static/change.png b/static/change.png index b69727a..dbe3836 100644 Binary files a/static/change.png and b/static/change.png differ diff --git a/static/data.png b/static/data.png index 189b474..d060e70 100644 Binary files a/static/data.png and b/static/data.png differ diff --git a/static/notification.png b/static/notification.png index efa3280..ccd062a 100644 Binary files a/static/notification.png and b/static/notification.png differ diff --git a/static/order.png b/static/order.png index 0482b9b..39d9126 100644 Binary files a/static/order.png and b/static/order.png differ diff --git a/static/out.png b/static/out.png index a3cedd7..8be454f 100644 Binary files a/static/out.png and b/static/out.png differ diff --git a/static/recover.png b/static/recover.png index f336bf2..bcec8ea 100644 Binary files a/static/recover.png and b/static/recover.png differ diff --git a/static/restart.png b/static/restart.png index ac1f814..0860e1d 100644 Binary files a/static/restart.png and b/static/restart.png differ diff --git a/static/shop.png b/static/shop.png index 2fbf40d..2515d7f 100644 Binary files a/static/shop.png and b/static/shop.png differ diff --git a/static/wallet-home.png b/static/wallet-home.png index 548f273..88c64f1 100644 Binary files a/static/wallet-home.png and b/static/wallet-home.png differ