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

'登录修改'

parent f1ef908f
...@@ -156,6 +156,8 @@ export default { ...@@ -156,6 +156,8 @@ export default {
background: #fff; background: #fff;
.search-box { .search-box {
position: relative;
z-index: 50;
width: 93.6%; width: 93.6%;
height: 36px; height: 36px;
font-size: 14px; font-size: 14px;
...@@ -172,7 +174,8 @@ export default { ...@@ -172,7 +174,8 @@ export default {
input { input {
width: 90%;height: 100%; width: 90%;height: 100%;
opacity: 0.4; opacity: 0.4;
border: none border: none;
line-height: 34px;
} }
} }
} }
......
...@@ -109,6 +109,8 @@ export default { ...@@ -109,6 +109,8 @@ export default {
} }
.hinput { .hinput {
position: relative;
z-index: 50;
width: 100%; width: 100%;
height: 68px; height: 68px;
border-bottom: 1px solid #cccccc70; border-bottom: 1px solid #cccccc70;
...@@ -137,7 +139,8 @@ export default { ...@@ -137,7 +139,8 @@ export default {
width: 90%; width: 90%;
height: 100%; height: 100%;
opacity: 0.4; opacity: 0.4;
border: none border: none;
line-height: 34px;
} }
} }
} }
......
...@@ -104,6 +104,8 @@ export default { ...@@ -104,6 +104,8 @@ export default {
} }
.hinput { .hinput {
position: relative;
z-index: 50;
width: 100%; width: 100%;
height: 68px; height: 68px;
border-bottom:1px solid #ccc; border-bottom:1px solid #ccc;
...@@ -128,7 +130,8 @@ export default { ...@@ -128,7 +130,8 @@ export default {
input { input {
width: 90%;height: 100%; width: 90%;height: 100%;
opacity: 0.4; opacity: 0.4;
border: none border: none;
line-height: 34px;
} }
} }
} }
......
...@@ -35,6 +35,11 @@ export default { ...@@ -35,6 +35,11 @@ export default {
routeName: this.$route.params.routeName || '', routeName: this.$route.params.routeName || '',
} }
}, },
mounted () {
window.addEventListener('native.keyboardhide', function () {
document.activeElement.blur()
})
},
methods: { methods: {
changeType () { changeType () {
this.pwdType = this.pwdType === 'password' ? 'text' : 'password' this.pwdType = this.pwdType === 'password' ? 'text' : 'password'
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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