...
|
...
|
@@ -12,11 +12,11 @@ |
|
|
<style type="text/css">
|
|
|
.container {
|
|
|
height: 100%;
|
|
|
background: url(../../images/login_bg.png) center no-repeat;
|
|
|
background: url(__TMPL__/public/mobile/images/login_bg.png) center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
padding-top: 1rem;
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.input_num {
|
|
|
position: relative;
|
...
|
...
|
|