Commit 5bec80d3 authored by 李晓兵's avatar 李晓兵

'登录修改'

parent f1ef908f
......@@ -156,6 +156,8 @@ export default {
background: #fff;
.search-box {
position: relative;
z-index: 50;
width: 93.6%;
height: 36px;
font-size: 14px;
......@@ -172,7 +174,8 @@ export default {
input {
width: 90%;height: 100%;
opacity: 0.4;
border: none
border: none;
line-height: 34px;
}
}
}
......
......@@ -109,6 +109,8 @@ export default {
}
.hinput {
position: relative;
z-index: 50;
width: 100%;
height: 68px;
border-bottom: 1px solid #cccccc70;
......@@ -137,7 +139,8 @@ export default {
width: 90%;
height: 100%;
opacity: 0.4;
border: none
border: none;
line-height: 34px;
}
}
}
......
......@@ -104,6 +104,8 @@ export default {
}
.hinput {
position: relative;
z-index: 50;
width: 100%;
height: 68px;
border-bottom:1px solid #ccc;
......@@ -128,7 +130,8 @@ export default {
input {
width: 90%;height: 100%;
opacity: 0.4;
border: none
border: none;
line-height: 34px;
}
}
}
......
......@@ -35,6 +35,11 @@ export default {
routeName: this.$route.params.routeName || '',
}
},
mounted () {
window.addEventListener('native.keyboardhide', function () {
document.activeElement.blur()
})
},
methods: {
changeType () {
this.pwdType = this.pwdType === 'password' ? 'text' : 'password'
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment