...
|
...
|
@@ -12,8 +12,10 @@ |
|
|
html,body {
|
|
|
display: flex;
|
|
|
flex-flow: column;
|
|
|
background: #5995cf url("__TMPL__/public/mobile/images/footbei.png") center repeat-x;
|
|
|
background-size: cover;
|
|
|
background: #5995cf url("__TMPL__/public/mobile/images/login_bg.png") center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
overflow: hidden;
|
|
|
margin: 0;
|
|
|
/*background-attachment: fixed;*/
|
|
|
}
|
|
|
.container {
|
...
|
...
|
@@ -37,10 +39,10 @@ |
|
|
line-height: 1rem;
|
|
|
right: 1rem;
|
|
|
}
|
|
|
.footbac{
|
|
|
background: url(__TMPL__/public/mobile/images/footbac.png) repeat-x;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
/*.footbac{*/
|
|
|
/*background: url(__TMPL__/public/mobile/images/footbac.png) repeat-x;*/
|
|
|
/*background-size: 100% 100%;*/
|
|
|
/*}*/
|
|
|
</style>
|
|
|
</head>
|
|
|
|
...
|
...
|
@@ -88,7 +90,9 @@ |
|
|
<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>
|
|
|
<script type="text/javascript">
|
|
|
var h=$(window).height();
|
|
|
|
|
|
$("body").height(h+"px")
|
|
|
|
|
|
$('.to_register').click(function(){
|
|
|
window.location.href = "{:url('user/Register/index')}";
|
...
|
...
|
|