Commit 74c10f3055f3a84271f3553be9af11e45f2500b7
1 parent
a2138d2c
登录 login
Showing
1 changed file
with
6 additions
and
2 deletions
css/login.css
1 | 1 | html,body{ |
2 | 2 | height: 100%; |
3 | 3 | width: 100%; |
4 | - | |
4 | +} | |
5 | +body{ | |
6 | + min-width: 580px; | |
7 | + overflow: scroll; | |
5 | 8 | } |
6 | 9 | .login-model { |
7 | 10 | height: 100%; |
8 | 11 | min-height: 700px; |
9 | 12 | width: 100%; |
10 | - min-width: 814px; | |
13 | + overflow: scroll; | |
14 | + /*min-width: 814px;*/ | |
11 | 15 | background: url("../image/syslogin_bgIcon.png") no-repeat; |
12 | 16 | background-size: 100% 100%; |
13 | 17 | position: relative; | ... | ... |