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