From 214f4c559d7651a2529580bcc2b0a0bff1bebaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=BF=E5=92=8Csa0ChunLuyu?= Date: Fri, 27 May 2022 11:57:23 +0800 Subject: [PATCH] no message --- App.vue | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/App.vue b/App.vue index 00ec838..c6260ff 100644 --- a/App.vue +++ b/App.vue @@ -17,7 +17,7 @@ /*每个页面公共css */ @import '@/uni_modules/uni-scss/index.scss'; @import '@/common/uni.css'; - @import '@/static/customicons.css'; + @import '@/static/customicons.css'; @import "./static/css/animate.min.css"; page { @@ -39,7 +39,6 @@ opacity: 0; } - .primary_button_wrapper { position: relative; width: 580rpx; @@ -57,19 +56,19 @@ .blank_wrapper { height: calc(20rpx + var(--safe-area-inset-bottom)); - } - - .top_blank_wrapper::after { - content: "."; - } - - .top_blank_wrapper { - height: 0; - width: 100%; - opacity: 0; + } + + .top_blank_wrapper::after { + content: "."; + } + + .top_blank_wrapper { + height: 0; + width: 100%; + opacity: 0; } .navbar_wrapper { height: calc(100rpx + var(--safe-area-inset-top)); } - +