作者 李洪娟
1 个管道 的构建 通过 耗费 0 秒

修改

@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 html,body { 10 html,body {
11 display: flex; 11 display: flex;
12 flex-flow: column; 12 flex-flow: column;
13 - background:#5DA8EB; 13 + background:#70b7ef;
14 /*height: 100%;*/ 14 /*height: 100%;*/
15 overflow-y: scroll; 15 overflow-y: scroll;
16 } 16 }
@@ -10,6 +10,9 @@ @@ -10,6 +10,9 @@
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 + }
13 .container { 16 .container {
14 height: 100%; 17 height: 100%;
15 background: url(__TMPL__/public/mobile/images/login_bg.png) center no-repeat; 18 background: url(__TMPL__/public/mobile/images/login_bg.png) center no-repeat;