提交 284e69fa 编写于 作者: DCloud_JSON's avatar DCloud_JSON

微调样式

上级 d409b1d6
......@@ -9,11 +9,11 @@ let mixin = {
},
onUnload() {
// #ifdef H5
document.onkeydown = false
document.onkeydown = false
// #endif
},
mounted() {
this.isMounted = true;
this.isMounted = true;
},
onLoad(e) {
if (e.is_weixin_redirect) {
......
......@@ -15,13 +15,14 @@
margin-left: calc(50% - 200px);
/* #endif */
/* #ifdef H5 */
margin: 100px auto 0;
margin: 0 auto;
position: relative;
top: 100px;
padding: 30px 40px 80px 40px;
max-width: 450px;
max-height: 450px;
border-radius: 25px;
border: 1px #f3f3f3 solid;
box-shadow: 5px 5px 5px #888888;
border-radius: 10px;
box-shadow: 0 0 20px #efefef;
background-color: #FFF;
/* #endif */
}
......@@ -94,7 +95,12 @@
margin: 15px 0 0 0;
color: #FFF !important;
border-radius: 5px;
}
}
.uni-body.uni_modules-uni-id-pages-pages-login-login-withoutpwd{
height: auto !important;
}
/*
.uni-btn::after{
display: none;
......
......@@ -181,7 +181,7 @@
}
.quickLogin {
width: 650rpx;
// width: 650rpx;
height: 350px;
align-items: center;
justify-content: center;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册