正在显示
1 个修改的文件
包含
9 行增加
和
3 行删除
@@ -17,6 +17,12 @@ | @@ -17,6 +17,12 @@ | ||
17 | overflow: hidden; | 17 | overflow: hidden; |
18 | margin: 0; | 18 | margin: 0; |
19 | /*background-attachment: fixed;*/ | 19 | /*background-attachment: fixed;*/ |
20 | + position: relative; | ||
21 | + width: 100%; | ||
22 | + /* height: 100%; */ | ||
23 | + padding: 0; | ||
24 | + margin: 0; | ||
25 | + background-color: #F8F8F8; | ||
20 | } | 26 | } |
21 | .container { | 27 | .container { |
22 | display: flex; | 28 | display: flex; |
@@ -90,9 +96,9 @@ | @@ -90,9 +96,9 @@ | ||
90 | <script src="__TMPL__/public/mobile/js/swiper-4.3.5.min.js" type="text/javascript" charset="utf-8"></script> | 96 | <script src="__TMPL__/public/mobile/js/swiper-4.3.5.min.js" type="text/javascript" charset="utf-8"></script> |
91 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> | 97 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> |
92 | <script type="text/javascript"> | 98 | <script type="text/javascript"> |
93 | - // var h=$(window).height(); | ||
94 | - // | ||
95 | - // $("body").height(h+"px") | 99 | + var h=$(window).height(); |
100 | + | ||
101 | + $("body").height(h+"px") | ||
96 | 102 | ||
97 | $('.to_register').click(function(){ | 103 | $('.to_register').click(function(){ |
98 | window.location.href = "{:url('user/Register/index')}"; | 104 | window.location.href = "{:url('user/Register/index')}"; |
-
请 注册 或 登录 后发表评论