From e4b1bf2f82ade9dd63c3d2e8108249cc15429d21 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 28 Nov 2025 14:36:42 +0800 Subject: [PATCH] =?UTF-8?q?style(=E9=82=80=E8=AF=B7=E9=A1=B5=E9=9D=A2):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF=E6=8C=A4?= =?UTF-8?q?=E5=8E=8B=E5=85=B6=E4=BB=96=E5=86=85=E5=AE=B9=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Invitation/inviteAgency.vue | 81 ++++++++++------- src/views/Invitation/inviteBD.vue | 110 +++++++++++++++--------- src/views/Invitation/inviteBDLeader.vue | 106 ++++++++++++++--------- 3 files changed, 187 insertions(+), 110 deletions(-) diff --git a/src/views/Invitation/inviteAgency.vue b/src/views/Invitation/inviteAgency.vue index 735efbc..b4313c8 100644 --- a/src/views/Invitation/inviteAgency.vue +++ b/src/views/Invitation/inviteAgency.vue @@ -26,7 +26,12 @@ height: max-content; " > - + @@ -126,39 +123,47 @@ {{ t('success') }} - +
{{ t('information') }}:
-
-
+ +
+ +
+
-
+ + +
+ + +
- + @@ -126,50 +123,72 @@ {{ t('success') }}
- +
{{ t('information') }}:
-
-
+ +
+ +
+
- {{ user.userProfile.userNickname.charAt(0) }}
-
-
+ + +
+
{{ user.userProfile.userNickname }}
-
+
ID: {{ user.userProfile.account }}
-
+ + +
{ } }) +const defaultAvatarUrl = (e) => { + console.log('头像资源出错') + e.target.onerror = null //防止循环 + e.target.src = new URL('/src/assets/images/WeeklyStar/defaultAvatar.png', import.meta.url).href +} + // 清空关键词 const clearSearch = () => { searchQuery.value = '' @@ -336,7 +360,6 @@ onMounted(() => { input::placeholder { font-weight: bold; - font-size: 0.7em; color: rgba(0, 0, 0, 0.4); } @@ -356,7 +379,6 @@ input::placeholder { background: linear-gradient(135deg, #bb92ff 2.82%, #8b45ff 99.15%); color: white; border: none; - font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.2s; @@ -399,6 +421,12 @@ input::placeholder { } } +@media screen and (min-width: 1024px) { + * { + font-size: 32px; + } +} + /* RTL支持 */ [dir='rtl'] .avatar { margin-right: 0; diff --git a/src/views/Invitation/inviteBDLeader.vue b/src/views/Invitation/inviteBDLeader.vue index e181f43..4913202 100644 --- a/src/views/Invitation/inviteBDLeader.vue +++ b/src/views/Invitation/inviteBDLeader.vue @@ -26,7 +26,12 @@ height: max-content; " > - + @@ -126,50 +123,71 @@ {{ t('success') }}
- +
{{ t('information') }}:
+
-
+ +
- {{ user.userProfile.userNickname.charAt(0) }}
-
-
+ + +
+
{{ user.userProfile.userNickname }}
-
+
ID: {{ user.userProfile.account }}
-
+ + +