提交 10beec16 编写于 作者: C chenruilong

修复 在 Edge 浏览器下 input[type="password"] 会出现浏览器自带的密码查看按钮

上级 91c42b55
// 隐藏 edge 浏览器的密码查看按钮
.input-box ::v-deep{
.uni-input-input[type="password"] {
&::-ms-reveal {
display: none;
}
}
}
.uni-content { .uni-content {
padding: 0 60rpx; padding: 0 60rpx;
} }
...@@ -15,13 +24,13 @@ ...@@ -15,13 +24,13 @@
margin-left: calc(50% - 200px); margin-left: calc(50% - 200px);
/* #endif */ /* #endif */
/* #ifdef H5 */ /* #ifdef H5 */
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
top: 100px; top: 100px;
padding: 30px 40px 80px 40px; padding: 30px 40px 80px 40px;
max-width: 450px; max-width: 450px;
max-height: 450px; max-height: 450px;
border-radius: 10px; border-radius: 10px;
box-shadow: 0 0 20px #efefef; box-shadow: 0 0 20px #efefef;
background-color: #FFF; background-color: #FFF;
/* #endif */ /* #endif */
...@@ -31,12 +40,12 @@ ...@@ -31,12 +40,12 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.login-logo image { .login-logo image {
width: 60px; width: 60px;
height: 60px; height: 60px;
} }
.register-back{ .register-back{
display: none; display: none;
} }
...@@ -95,9 +104,8 @@ ...@@ -95,9 +104,8 @@
margin: 15px 0 0 0; margin: 15px 0 0 0;
color: #FFF !important; color: #FFF !important;
border-radius: 5px; border-radius: 5px;
} }
.uni-body.uni_modules-uni-id-pages-pages-login-login-withoutpwd{ .uni-body.uni_modules-uni-id-pages-pages-login-login-withoutpwd{
height: auto !important; height: auto !important;
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册