修改BUG:iPhone5登陆窗口过宽
This commit is contained in:
parent
abf62de0cc
commit
89484ad677
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
/*Login*/
|
/*Login*/
|
||||||
.form-signin {
|
.form-signin {
|
||||||
width: 330px;
|
width: 300px;
|
||||||
max-width: 330px;
|
max-width: 300px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in New Issue