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; - } -} - - -