作者 李洪娟

合并分支 'lihong' 到 'master'

Lihong



查看合并请求 !38
... ... @@ -43,7 +43,7 @@ a {
html,
body {
position: relative;
/*position: relative;*/
width: 100%;
/*height: 100%;*/
padding: 0;
... ...
... ... @@ -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>
... ...