作者 李洪娟

合并分支 'lihong' 到 'master'

Lihong



查看合并请求 !41
@@ -12,8 +12,10 @@ @@ -12,8 +12,10 @@
12 html,body { 12 html,body {
13 display: flex; 13 display: flex;
14 flex-flow: column; 14 flex-flow: column;
15 - background: #5995cf url("__TMPL__/public/mobile/images/footbei.png") center repeat-x;  
16 - background-size: cover; 15 + background: #5995cf url("__TMPL__/public/mobile/images/login_bg.png") center no-repeat;
  16 + background-size: 100% 100%;
  17 + overflow: hidden;
  18 + margin: 0;
17 /*background-attachment: fixed;*/ 19 /*background-attachment: fixed;*/
18 } 20 }
19 .container { 21 .container {
@@ -37,10 +39,10 @@ @@ -37,10 +39,10 @@
37 line-height: 1rem; 39 line-height: 1rem;
38 right: 1rem; 40 right: 1rem;
39 } 41 }
40 - .footbac{  
41 - background: url(__TMPL__/public/mobile/images/footbac.png) repeat-x;  
42 - background-size: 100% 100%;  
43 - } 42 + /*.footbac{*/
  43 + /*background: url(__TMPL__/public/mobile/images/footbac.png) repeat-x;*/
  44 + /*background-size: 100% 100%;*/
  45 + /*}*/
44 </style> 46 </style>
45 </head> 47 </head>
46 48
@@ -88,7 +90,9 @@ @@ -88,7 +90,9 @@
88 <script src="__TMPL__/public/mobile/js/swiper-4.3.5.min.js" type="text/javascript" charset="utf-8"></script> 90 <script src="__TMPL__/public/mobile/js/swiper-4.3.5.min.js" type="text/javascript" charset="utf-8"></script>
89 <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> 91 <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script>
90 <script type="text/javascript"> 92 <script type="text/javascript">
  93 + var h=$(window).height();
91 94
  95 + $("body").height(h+"px")
92 96
93 $('.to_register').click(function(){ 97 $('.to_register').click(function(){
94 window.location.href = "{:url('user/Register/index')}"; 98 window.location.href = "{:url('user/Register/index')}";