...
|
...
|
@@ -12,6 +12,8 @@ |
|
|
html,body {
|
|
|
display: flex;
|
|
|
flex-flow: column;
|
|
|
background: #69A0D6 url("__TMPL__/public/mobile/images/login_bg.png") center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.container {
|
|
|
display: flex;
|
...
|
...
|
@@ -80,6 +82,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 wid_height = $(window).height();
|
|
|
$(body).css("background-size","100%" + wid_height);
|
|
|
|
|
|
$('.to_register').click(function(){
|
|
|
window.location.href = "{:url('user/Register/index')}";
|
|
|
});
|
...
|
...
|
|