正在显示
1 个修改的文件
包含
38 行增加
和
35 行删除
@@ -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,40 +53,41 @@ | @@ -51,40 +53,41 @@ | ||
51 | </div> | 53 | </div> |
52 | 选择宝宝年龄 | 54 | 选择宝宝年龄 |
53 | </div> | 55 | </div> |
54 | -<div class="container"> | ||
55 | - <!--<div class="header_wrap"></div>--> | ||
56 | - <!--banner--> | ||
57 | - <div class="login_img" style="margin-top: 2.9rem;"> | ||
58 | - <div class="baby_img"> | ||
59 | - <img src="__TMPL__/public/mobile/images/login_pic2.png" class="img_detail" /> | 56 | +<div class="content_height"> |
57 | + <div class="container"> | ||
58 | + <!--<div class="header_wrap"></div>--> | ||
59 | + <!--banner--> | ||
60 | + <div class="login_img" style="margin-top: 2.9rem;"> | ||
61 | + <div class="baby_img"> | ||
62 | + <img src="__TMPL__/public/mobile/images/login_pic2.png" class="img_detail" /> | ||
63 | + </div> | ||
64 | + <div class="login_text"> | ||
65 | + <p style="font-weight: bold;">选择宝宝年龄</p> | ||
66 | + <span style="color: #CCCCCC;">Choose age</span> | ||
67 | + </div> | ||
60 | </div> | 68 | </div> |
61 | - <div class="login_text"> | ||
62 | - <p style="font-weight: bold;">选择宝宝年龄</p> | ||
63 | - <span style="color: #CCCCCC;">Choose age</span> | 69 | + <div class="input_num"> |
70 | + <p>宝宝年龄</p> | ||
71 | + <input type="text" name="baby_age" id="age" value="" readonly class="input_text" placeholder="请选择宝宝年龄" /> | ||
72 | + <img src="__TMPL__/public/mobile/images/youjiantou.png" class="jiantou" /> | ||
73 | + <!--<select name="baby_age" class="input_text">--> | ||
74 | + <!--<volist name="babyList" id="vo">--> | ||
75 | + <!--<option value="{$vo.id}">{$vo.age}</option>--> | ||
76 | + <!--</volist>--> | ||
77 | + <!--</select>--> | ||
78 | + <!--<input type="text" name="" id="age" value="" class="input_text" placeholder="7~35月龄" />--> | ||
79 | + <!--<img src="__TMPL__/public/mobile/images/youjiantou.png" class="jiantou" />--> | ||
64 | </div> | 80 | </div> |
65 | - </div> | ||
66 | - <div class="input_num"> | ||
67 | - <p>宝宝年龄</p> | ||
68 | - <input type="text" name="baby_age" id="age" value="" readonly class="input_text" placeholder="请选择宝宝年龄" /> | ||
69 | - <img src="__TMPL__/public/mobile/images/youjiantou.png" class="jiantou" /> | ||
70 | - <!--<select name="baby_age" class="input_text">--> | ||
71 | - <!--<volist name="babyList" id="vo">--> | ||
72 | - <!--<option value="{$vo.id}">{$vo.age}</option>--> | ||
73 | - <!--</volist>--> | ||
74 | - <!--</select>--> | ||
75 | - <!--<input type="text" name="" id="age" value="" class="input_text" placeholder="7~35月龄" />--> | ||
76 | - <!--<img src="__TMPL__/public/mobile/images/youjiantou.png" class="jiantou" />--> | ||
77 | - </div> | ||
78 | - | ||
79 | - <div class="btn"> | ||
80 | - 确定 | ||
81 | - </div> | ||
82 | 81 | ||
83 | - <div class="bottom_icon"> | ||
84 | - <img src="__TMPL__/public/mobile/images/biglogo@2x.png" class="bottom_img" /> | ||
85 | - <p class="bottom_text">{$site_info.site_name}</p> | 82 | + <div class="btn"> |
83 | + 确定 | ||
84 | + </div> | ||
86 | </div> | 85 | </div> |
87 | </div> | 86 | </div> |
87 | +<div class="bottom_icon"> | ||
88 | + <img src="__TMPL__/public/mobile/images/biglogo@2x.png" class="bottom_img" /> | ||
89 | + <p class="bottom_text">{$site_info.site_name}</p> | ||
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> |
90 | <script src="__TMPL__/public/mobile/js/myweui.js" type="text/javascript" charset="utf-8"></script> | 93 | <script src="__TMPL__/public/mobile/js/myweui.js" type="text/javascript" charset="utf-8"></script> |
-
请 注册 或 登录 后发表评论