diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue index 15ce1f2..5886818 100644 --- a/pages/auth/auth.vue +++ b/pages/auth/auth.vue @@ -46,9 +46,9 @@ import { ref, reactive, onMounted } from 'vue'; import { assetApi, realnameApi } from '@/api/index.js'; import { useUserStore } from '@/store/index.js'; - import slot1Icon from '@/static/卡槽1.png'; - import slot2Icon from '@/static/卡槽2.png'; - import slot3Icon from '@/static/卡槽3.png'; + import slot1Icon from '@/static/卡槽1.jpeg'; + import slot2Icon from '@/static/卡槽2.jpeg'; + import slot3Icon from '@/static/卡槽3.jpeg'; import cmccLogo from '@/static/中国移动.png'; import cuccLogo from '@/static/中国联通.png'; import ctccLogo from '@/static/中国电信.png'; @@ -180,8 +180,9 @@ .logo-stack { position: relative; - width: 112rpx; - height: 112rpx; + width: 88rpx; + height: 88rpx; + margin-top: 12rpx; flex-shrink: 0; box-sizing: border-box; } @@ -193,11 +194,11 @@ .slot-badge { position: absolute; - right: -6rpx; - bottom: -6rpx; + right: -8rpx; + bottom: -8rpx; z-index: 2; - width: 48rpx; - height: 48rpx; + width: 42rpx; + height: 42rpx; } .carrier-details { diff --git a/pages/switch/switch.vue b/pages/switch/switch.vue index c661113..af7e41d 100644 --- a/pages/switch/switch.vue +++ b/pages/switch/switch.vue @@ -59,9 +59,9 @@ import { reactive, ref, onMounted } from 'vue'; import { assetApi, deviceApi, hasActiveOrPendingPackage, realnameApi } from '@/api/index.js'; import { useUserStore } from '@/store/index.js'; - import slot1Icon from '@/static/卡槽1.png'; - import slot2Icon from '@/static/卡槽2.png'; - import slot3Icon from '@/static/卡槽3.png'; + import slot1Icon from '@/static/卡槽1.jpeg'; + import slot2Icon from '@/static/卡槽2.jpeg'; + import slot3Icon from '@/static/卡槽3.jpeg'; import cmccLogo from '@/static/中国移动.png'; import cuccLogo from '@/static/中国联通.png'; import ctccLogo from '@/static/中国电信.png'; @@ -271,8 +271,9 @@ .logo-stack { position: relative; - width: 112rpx; - height: 112rpx; + width: 88rpx; + height: 88rpx; + margin-top: 12rpx; flex-shrink: 0; box-sizing: border-box; } @@ -284,11 +285,11 @@ .slot-badge { position: absolute; - right: -6rpx; - bottom: -6rpx; + right: -8rpx; + bottom: -8rpx; z-index: 2; - width: 48rpx; - height: 48rpx; + width: 42rpx; + height: 42rpx; } .carrier-details { @@ -362,12 +363,14 @@ width: 100%; margin-top: 20rpx; display: flex; - flex-direction: column; + flex-direction: row; gap: 12rpx; } .action-button { - width: 100%; + flex: 1 1 0; + width: auto; + min-width: 0; height: 64rpx; padding: 0 12rpx; font-size: 24rpx; diff --git a/static/卡槽1.jpeg b/static/卡槽1.jpeg new file mode 100644 index 0000000..cf9be98 Binary files /dev/null and b/static/卡槽1.jpeg differ diff --git a/static/卡槽1.png b/static/卡槽1.png deleted file mode 100644 index 606f7a6..0000000 Binary files a/static/卡槽1.png and /dev/null differ diff --git a/static/卡槽2.jpeg b/static/卡槽2.jpeg new file mode 100644 index 0000000..894b984 Binary files /dev/null and b/static/卡槽2.jpeg differ diff --git a/static/卡槽2.png b/static/卡槽2.png deleted file mode 100644 index 089ff34..0000000 Binary files a/static/卡槽2.png and /dev/null differ diff --git a/static/卡槽3.jpeg b/static/卡槽3.jpeg new file mode 100644 index 0000000..00f3490 Binary files /dev/null and b/static/卡槽3.jpeg differ diff --git a/static/卡槽3.png b/static/卡槽3.png deleted file mode 100644 index ba7d247..0000000 Binary files a/static/卡槽3.png and /dev/null differ