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