From d664d74f026b09c7c919325c9cb16be7e43f9b7c Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 28 Nov 2025 16:43:46 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=8B=9B=E5=8B=9F=E9=87=91=E5=B8=81?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E9=A1=B5=E9=9D=A2):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF=E6=8C=A4=E5=8E=8B=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E5=86=85=E5=AE=B9=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/RechargeAgency/Recruit.vue | 51 +++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/src/views/RechargeAgency/Recruit.vue b/src/views/RechargeAgency/Recruit.vue index 1f31048..6a76e94 100644 --- a/src/views/RechargeAgency/Recruit.vue +++ b/src/views/RechargeAgency/Recruit.vue @@ -23,10 +23,10 @@ >
-
Want To Become A Recharge Agency?
+
Want To Become A Recharge Agency?
-
+ +
+ +
+
+ -
{{ FreightAgency.userBaseInfo.userNickname }}
+ +
+ {{ FreightAgency.userBaseInfo.userNickname }} +
+ +
+
+ +
+
@@ -179,6 +213,7 @@ {{ FreightAgency.contactInfo || '' }}
+
@@ -545,13 +580,13 @@ onMounted(() => { @media screen and (max-width: 360px) { * { - font-size: 12px; + font-size: 10px; } } @media screen and (min-width: 360px) { * { - font-size: 16px; + font-size: 12px; } }