From 743d7f236bc096077df310f3a0cdb367c6e5e51a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 29 Nov 2023 20:21:25 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 6 ++++-- src/App.vue | 27 ++++++++++++++++++++++++++- src/views/Home.vue | 4 +++- src/views/exception/NoMobile.vue | 29 ++++++++--------------------- 4 files changed, 41 insertions(+), 25 deletions(-) diff --git a/public/index.html b/public/index.html index 7785147..e731511 100644 --- a/public/index.html +++ b/public/index.html @@ -7,8 +7,10 @@ <%= htmlWebpackPlugin.options.title %> diff --git a/src/App.vue b/src/App.vue index 342dcac..efada0f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -78,5 +78,30 @@ export default { } - diff --git a/src/views/Home.vue b/src/views/Home.vue index 9a1c633..e0e9d14 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -11,5 +11,7 @@ export default { diff --git a/src/views/exception/NoMobile.vue b/src/views/exception/NoMobile.vue index 8207bbf..cd8956d 100644 --- a/src/views/exception/NoMobile.vue +++ b/src/views/exception/NoMobile.vue @@ -22,40 +22,27 @@ export default { font-family: PingFang SC-Medium, PingFang SC, sans-serif; margin: 20vh auto 0; text-align: center; + .error { font-size: 0; margin: 0 auto; - width: 1.6rem; + width: 1.2rem; + img { width: 100%; } } + p { - font-size: 0.427rem; - line-height: 0.607rem; + font-size: 0.32rem; + line-height: 0.38rem; font-weight: 500; margin: 0; padding: 0; } + .error + p { - margin-top: 0.773rem; - } -} - - -