...
|
...
|
@@ -12,7 +12,7 @@ |
|
|
html,body {
|
|
|
display: flex;
|
|
|
flex-flow: column;
|
|
|
background: #69A0D6 url("__TMPL__/public/mobile/images/login_bg.png") center no-repeat;
|
|
|
background: #69A0D6 url(__TMPL__/public/mobile/images/login_bg.png) center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.container {
|
...
|
...
|
|