From e685383581398d28b34636e7d24f80dfa16c9508 Mon Sep 17 00:00:00 2001 From: kron Date: Mon, 14 Jul 2025 14:25:37 +0800 Subject: [PATCH] =?UTF-8?q?UI=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/be-vip.vue | 108 +++++++++++++++++++----------------- src/pages/friend-battle.vue | 2 +- 2 files changed, 57 insertions(+), 53 deletions(-) diff --git a/src/pages/be-vip.vue b/src/pages/be-vip.vue index 3e49ff5..6484610 100644 --- a/src/pages/be-vip.vue +++ b/src/pages/be-vip.vue @@ -53,61 +53,66 @@ const onPay = async () => { @@ -138,7 +143,7 @@ const onPay = async () => { .container { width: 100%; height: 100%; - background-color: #e4e4e4; + background-color: #f5f5f5; padding-top: 10px; } .content { @@ -153,7 +158,6 @@ const onPay = async () => { width: 100%; display: flex; align-items: center; - font-weight: bold; } .title-bar > view:first-child { width: 5px; @@ -169,7 +173,7 @@ const onPay = async () => { .content > view:nth-child(2) > text { display: block; margin-top: 10px; - color: #000; + color: #333; } .vip-items { width: 100%; diff --git a/src/pages/friend-battle.vue b/src/pages/friend-battle.vue index eb17a08..c1c5525 100644 --- a/src/pages/friend-battle.vue +++ b/src/pages/friend-battle.vue @@ -148,7 +148,6 @@ const onCreateRoom = async () => { .create-room > image:first-of-type { position: absolute; width: 100%; - border-radius: 50%; } .create-room > view { margin: 0 30px; @@ -160,6 +159,7 @@ const onCreateRoom = async () => { .create-room > view > image:first-child { width: 18vw; transform: translateX(40%); + border-radius: 50%; } .create-room > view > image:nth-child(2) { width: 36vw;