diff --git a/pages/getuserinfo/index.wxml b/pages/getuserinfo/index.wxml index cd9c8c8..a2e4a28 100755 --- a/pages/getuserinfo/index.wxml +++ b/pages/getuserinfo/index.wxml @@ -1,7 +1,19 @@ - - + 请升级微信版本 + --> + + + + + + + + 请升级微信版本 + \ No newline at end of file diff --git a/pages/getuserinfo/index.wxss b/pages/getuserinfo/index.wxss index 08e2b08..e4c5d9b 100755 --- a/pages/getuserinfo/index.wxss +++ b/pages/getuserinfo/index.wxss @@ -1,19 +1,35 @@ -.userinfo image { - display: block; - width: 100%; +.login-body { + padding-top: 200rpx; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; } -.userinfo button { - background: #00c0ff; - border-radius: 10rpx; - color: #fff; - height: 84rpx; - line-height: 84rpx; - margin: 30rpx auto 0; - width: 93%; - font-size: 28rpx; +.login-logo { + width: 283rpx; + height: 326rpx; } -.bg_color { - opacity: 0.6; +.login-logo>image { + width: 100%; + height: 100%; } + +.login-btn { + padding-top: 120rpx; + width: 504rpx; +} + +.login-btn .login-btn-login { + background: #00C0FF !important; + border-radius: 10rpx !important; + height: 88rpx !important; + margin: 0 !important; + padding: 0 !important; + font-family: PingFangSC-Semibold !important; + font-size: 36rpx !important; + color: #FFFFFF !important; + letter-spacing: 0.75rpx !important; + text-align: center; +} \ No newline at end of file diff --git a/pages/user/index.js b/pages/user/index.js index d978115..172e899 100644 --- a/pages/user/index.js +++ b/pages/user/index.js @@ -11,7 +11,7 @@ Page({ navigateTo() { console.log("object"); wx.navigateTo({ - url: `../login/index` + url: `/pages/login/index` }); }, /**