Commit f27d611529eb06b0cfcc2e217df48adf38b9117e
1 parent
d3b1cd66
登录
Showing
3 changed files
with
6 additions
and
4 deletions
resource/js/unit.js
topages/login/login.css
... | ... | @@ -2,6 +2,7 @@ html,body{ |
2 | 2 | width: 100%; |
3 | 3 | height: 100%; |
4 | 4 | overflow: hidden; |
5 | + background-color: #fff; | |
5 | 6 | } |
6 | 7 | .login-wrap{ |
7 | 8 | width:calc(100% - 800px); |
... | ... | @@ -48,7 +49,7 @@ html,body{ |
48 | 49 | height: 48px; |
49 | 50 | line-height: 48px; |
50 | 51 | padding-left: 20px; |
51 | - background-color: #f2f3f4; | |
52 | + background-color: #f2f3f4!important; | |
52 | 53 | font-size: 14px; |
53 | 54 | color: rgba(0,0,0,.4); |
54 | 55 | border: 0; |
... | ... | @@ -56,7 +57,8 @@ html,body{ |
56 | 57 | } |
57 | 58 | input:focus {outline: none;} |
58 | 59 | input:-webkit-autofill { |
59 | - -webkit-box-shadow: 0 0 0px 1000px white inset !important; | |
60 | + background-color: #f2f3f4!important; | |
61 | + -webkit-box-shadow: 0 0 0px 1000px #f2f3f4 inset !important; | |
60 | 62 | } |
61 | 63 | .login-username{ |
62 | 64 | margin: 64px 0 40px; | ... | ... |
topages/workfill/workfill.js