作者 刘朕
1 个管道 的构建 通过 耗费 2 秒

选择年龄页面底部公司名称位置调整

@@ -10,16 +10,14 @@ @@ -10,16 +10,14 @@
10 <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/augly.css" /> 10 <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/augly.css" />
11 <title>选择年龄</title> 11 <title>选择年龄</title>
12 <style type="text/css"> 12 <style type="text/css">
13 - body,html{  
14 - height:100%;  
15 - }  
16 - .container {  
17 - height: 100%; 13 + .content_height {
18 background: url(__TMPL__/public/mobile/images/login_bg.png) center no-repeat; 14 background: url(__TMPL__/public/mobile/images/login_bg.png) center no-repeat;
19 background-size: 100% 100%; 15 background-size: 100% 100%;
20 padding-top: 1rem; 16 padding-top: 1rem;
21 } 17 }
22 - 18 + .container {
  19 + padding-top: 0;
  20 + }
23 21
24 .input_num { 22 .input_num {
25 position: relative; 23 position: relative;
@@ -38,6 +36,10 @@ @@ -38,6 +36,10 @@
38 transform: translateY(-0.15rem); 36 transform: translateY(-0.15rem);
39 right: 0.3rem; 37 right: 0.3rem;
40 } 38 }
  39 + .bottom_icon {
  40 + margin-bottom: 0;
  41 + margin-top: -0.7rem;
  42 + }
41 </style> 43 </style>
42 </head> 44 </head>
43 45
@@ -51,7 +53,8 @@ @@ -51,7 +53,8 @@
51 </div> 53 </div>
52 选择宝宝年龄 54 选择宝宝年龄
53 </div> 55 </div>
54 -<div class="container"> 56 +<div class="content_height">
  57 + <div class="container">
55 <!--<div class="header_wrap"></div>--> 58 <!--<div class="header_wrap"></div>-->
56 <!--banner--> 59 <!--banner-->
57 <div class="login_img" style="margin-top: 2.9rem;"> 60 <div class="login_img" style="margin-top: 2.9rem;">
@@ -79,11 +82,11 @@ @@ -79,11 +82,11 @@
79 <div class="btn"> 82 <div class="btn">
80 确定 83 确定
81 </div> 84 </div>
82 -  
83 - <div class="bottom_icon"> 85 + </div>
  86 +</div>
  87 +<div class="bottom_icon">
84 <img src="__TMPL__/public/mobile/images/biglogo@2x.png" class="bottom_img" /> 88 <img src="__TMPL__/public/mobile/images/biglogo@2x.png" class="bottom_img" />
85 <p class="bottom_text">{$site_info.site_name}</p> 89 <p class="bottom_text">{$site_info.site_name}</p>
86 - </div>  
87 </div> 90 </div>
88 <script src="__TMPL__/public/mobile/js/jquery-2.1.0.js" type="text/javascript" charset="utf-8"></script> 91 <script src="__TMPL__/public/mobile/js/jquery-2.1.0.js" type="text/javascript" charset="utf-8"></script>
89 <script src="__TMPL__/public/mobile/js/weui.js" type="text/javascript" charset="utf-8"></script> 92 <script src="__TMPL__/public/mobile/js/weui.js" type="text/javascript" charset="utf-8"></script>