作者 李洪娟

合并分支 'lihong' 到 'master'

Lihong



查看合并请求 !34
@@ -12,8 +12,9 @@ @@ -12,8 +12,9 @@
12 html,body { 12 html,body {
13 display: flex; 13 display: flex;
14 flex-flow: column; 14 flex-flow: column;
15 - background: #69A0D6 url(__TMPL__/public/mobile/images/login_bg.png) center no-repeat; 15 + background: #4789CA url("__TMPL__/public/mobile/images/login_bg.png") center no-repeat;
16 background-size: 100% 100%; 16 background-size: 100% 100%;
  17 +
17 } 18 }
18 .container { 19 .container {
19 display: flex; 20 display: flex;
@@ -83,7 +84,7 @@ @@ -83,7 +84,7 @@
83 <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> 84 <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script>
84 <script type="text/javascript"> 85 <script type="text/javascript">
85 var wid_height = $(window).height(); 86 var wid_height = $(window).height();
86 - $(body).css("background-size","100%" + wid_height); 87 + $("body").css("background-size","100%" + wid_height);
87 88
88 $('.to_register').click(function(){ 89 $('.to_register').click(function(){
89 window.location.href = "{:url('user/Register/index')}"; 90 window.location.href = "{:url('user/Register/index')}";