...
|
...
|
@@ -10,16 +10,14 @@ |
|
|
<link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/augly.css" />
|
|
|
<title>选择年龄</title>
|
|
|
<style type="text/css">
|
|
|
body,html{
|
|
|
height:100%;
|
|
|
}
|
|
|
.container {
|
|
|
height: 100%;
|
|
|
.content_height {
|
|
|
background: url(__TMPL__/public/mobile/images/login_bg.png) center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
padding-top: 1rem;
|
|
|
}
|
|
|
|
|
|
.container {
|
|
|
padding-top: 0;
|
|
|
}
|
|
|
|
|
|
.input_num {
|
|
|
position: relative;
|
...
|
...
|
@@ -38,6 +36,10 @@ |
|
|
transform: translateY(-0.15rem);
|
|
|
right: 0.3rem;
|
|
|
}
|
|
|
.bottom_icon {
|
|
|
margin-bottom: 0;
|
|
|
margin-top: -0.7rem;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
|
...
|
...
|
@@ -51,7 +53,8 @@ |
|
|
</div>
|
|
|
选择宝宝年龄
|
|
|
</div>
|
|
|
<div class="container">
|
|
|
<div class="content_height">
|
|
|
<div class="container">
|
|
|
<!--<div class="header_wrap"></div>-->
|
|
|
<!--banner-->
|
|
|
<div class="login_img" style="margin-top: 2.9rem;">
|
...
|
...
|
@@ -79,11 +82,11 @@ |
|
|
<div class="btn">
|
|
|
确定
|
|
|
</div>
|
|
|
|
|
|
<div class="bottom_icon">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="bottom_icon">
|
|
|
<img src="__TMPL__/public/mobile/images/biglogo@2x.png" class="bottom_img" />
|
|
|
<p class="bottom_text">{$site_info.site_name}</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<script src="__TMPL__/public/mobile/js/jquery-2.1.0.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="__TMPL__/public/mobile/js/weui.js" type="text/javascript" charset="utf-8"></script>
|
...
|
...
|
|