作者 李洪娟

合并分支 'lihong' 到 'master'

Lihong



查看合并请求 !34
... ... @@ -12,8 +12,9 @@
html,body {
display: flex;
flex-flow: column;
background: #69A0D6 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: 100% 100%;
}
.container {
display: flex;
... ... @@ -83,7 +84,7 @@
<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);
$("body").css("background-size","100%" + wid_height);
$('.to_register').click(function(){
window.location.href = "{:url('user/Register/index')}";
... ...