From e36c9849a8b128f4dbacbe67ff21c9faa6069e25 Mon Sep 17 00:00:00 2001 From: kerwincui <164770707@qq.com> Date: Wed, 1 Jun 2022 14:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/login.vue | 21 +++++++++++---------- vue/src/views/register.vue | 19 ++++++++++++------- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/vue/src/views/login.vue b/vue/src/views/login.vue index 4f26096b..93b1de12 100644 --- a/vue/src/views/login.vue +++ b/vue/src/views/login.vue @@ -6,15 +6,15 @@

- 物美智能 + 物美智能 - - 开源生活物联网平台 + 物联美好生活

-

wumei smart open source living iot platform

+

wumei smart open source living iot platform

- 登录方式 + 登录方式 微信 @@ -33,7 +33,7 @@ 查看文档 - 注册账号 + 注册账号
@@ -301,11 +301,11 @@ export default { .login-top { color: #fff; text-align: center; - padding: 30px; + padding-top: 30px; @media screen and (min-width:992px) { h1 { - font-size: 32px; + font-size: 36px; } h2 { @@ -316,7 +316,7 @@ export default { @media screen and (min-width:1200px) { h1 { - font-size: 42px; + font-size: 46px; } h2 { @@ -326,12 +326,13 @@ export default { } @media screen and (min-width:1920px) { + padding:0px; h1 { - font-size: 48px; + font-size: 62px; } h2 { - font-size: 30px; + font-size: 35px; margin-top: -15px; } } diff --git a/vue/src/views/register.vue b/vue/src/views/register.vue index a3dba17c..cdf8d088 100644 --- a/vue/src/views/register.vue +++ b/vue/src/views/register.vue @@ -8,7 +8,7 @@

物美智能 - - 开源生活物联网平台 + 物联美好生活

wumei smart open source living iot platform

@@ -33,7 +33,7 @@ 查看文档 - 账号登录 + 账号登录
@@ -293,11 +293,13 @@ export default { .login-top { color: #fff; text-align: center; - padding: 30px; + padding-top: 30px; + @media screen and (min-width:992px) { h1 { - font-size: 32px; + font-size: 36px; } + h2 { font-size: 20px; margin-top: -15px; @@ -306,8 +308,9 @@ export default { @media screen and (min-width:1200px) { h1 { - font-size: 42px; + font-size: 46px; } + h2 { font-size: 26px; margin-top: -15px; @@ -315,11 +318,13 @@ export default { } @media screen and (min-width:1920px) { + padding-top:0px; h1 { - font-size: 48px; + font-size: 62px; } + h2 { - font-size: 30px; + font-size: 35px; margin-top: -15px; } }