...
|
...
|
@@ -12,9 +12,9 @@ |
|
|
html,body {
|
|
|
display: flex;
|
|
|
flex-flow: column;
|
|
|
background:url("__TMPL__/public/mobile/images/login_bg.png") center no-repeat;
|
|
|
background: #4789CA url("__TMPL__/public/mobile/images/login_bg.png") center no-repeat;
|
|
|
background-size: cover;
|
|
|
background-attachment: fixed;
|
|
|
/*background-attachment: fixed;*/
|
|
|
|
|
|
}
|
|
|
.container {
|
...
|
...
|
@@ -38,6 +38,10 @@ |
|
|
line-height: 1rem;
|
|
|
right: 1rem;
|
|
|
}
|
|
|
.footbac{
|
|
|
background: url(__TMPL__/public/mobile/images/footbac.png) repeat-x;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
|
...
|
...
|
@@ -80,6 +84,7 @@ |
|
|
<p class="bottom_text">{$site_info.site_name}</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="footbac"></div>
|
|
|
<script src="__TMPL__/public/mobile/js/jquery-2.1.0.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="__TMPL__/public/mobile/js/swiper-4.3.5.min.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script>
|
...
|
...
|
|