pages/public/quick.vue
@@ -1,7 +1,7 @@ <template> <view class="container"> <view class="logo-container"> <img src="/static/login/logo.png" alt="" /> <image src="/static/login/logo.png" mode=""></image> </view> <view class="login-container"> <button class="login-button" @click="toLogin">账号登陆</button> @@ -42,8 +42,9 @@ .logo-container{ padding-bottom: 160upx; text-align: center; img{ width: 50vw; image{ width: 334upx; height: 233upx; } } .login-container{