...
|
...
|
@@ -12,7 +12,7 @@ |
|
|
html,body {
|
|
|
display: flex;
|
|
|
flex-flow: column;
|
|
|
background: #5995cf url("__TMPL__/public/mobile/images/login_bg.png") center no-repeat;
|
|
|
background: url("__TMPL__/public/mobile/images/login_bg.png") center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
overflow: hidden;
|
|
|
margin: 0;
|
...
|
...
|
|