From 08a80eaa8df690c05839f78b16c72ba5add32694 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Mon, 9 Dec 2024 14:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AE=A2=E6=9C=8D=E7=94=B5=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pages/login/login.vue b/pages/login/login.vue index aa24075..1d0e09b 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -110,6 +110,9 @@ :loading="showDownload" color="#000" :loading-text="`下载中,请稍后...${percent}%`"> + + {{"客服电话:055162573713"}} + @@ -453,6 +456,14 @@ color: #3c87f3; } } + .phoneType { + position: absolute; + top: 650px; /* 距离页面顶部100像素的位置 */ + left: 140px; + font-weight: bold; + color:blueviolet; + text-decoration: underline; + } .switch-log { width: 80%;