合并分支 'lihong' 到 'master'
Lihong 查看合并请求 !38
正在显示
3 个修改的文件
包含
8 行增加
和
3 行删除
85.0 KB
@@ -12,9 +12,9 @@ | @@ -12,9 +12,9 @@ | ||
12 | html,body { | 12 | html,body { |
13 | display: flex; | 13 | display: flex; |
14 | flex-flow: column; | 14 | flex-flow: column; |
15 | - background: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: cover; | 16 | background-size: cover; |
17 | - background-attachment: fixed; | 17 | + /*background-attachment: fixed;*/ |
18 | 18 | ||
19 | } | 19 | } |
20 | .container { | 20 | .container { |
@@ -38,6 +38,10 @@ | @@ -38,6 +38,10 @@ | ||
38 | line-height: 1rem; | 38 | line-height: 1rem; |
39 | right: 1rem; | 39 | right: 1rem; |
40 | } | 40 | } |
41 | + .footbac{ | ||
42 | + background: url(__TMPL__/public/mobile/images/footbac.png) repeat-x; | ||
43 | + background-size: 100% 100%; | ||
44 | + } | ||
41 | </style> | 45 | </style> |
42 | </head> | 46 | </head> |
43 | 47 | ||
@@ -80,6 +84,7 @@ | @@ -80,6 +84,7 @@ | ||
80 | <p class="bottom_text">{$site_info.site_name}</p> | 84 | <p class="bottom_text">{$site_info.site_name}</p> |
81 | </div> | 85 | </div> |
82 | </div> | 86 | </div> |
87 | +<div class="footbac"></div> | ||
83 | <script src="__TMPL__/public/mobile/js/jquery-2.1.0.js" type="text/javascript" charset="utf-8"></script> | 88 | <script src="__TMPL__/public/mobile/js/jquery-2.1.0.js" type="text/javascript" charset="utf-8"></script> |
84 | <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/swiper-4.3.5.min.js" type="text/javascript" charset="utf-8"></script> |
85 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> | 90 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> |
-
请 注册 或 登录 后发表评论