Commit c0b32615 by Chao Sun

样式修改

parent 0c506e88
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
</div> </div>
<div class="tips"> <div class="tips">
<span style="color:red;">*</span> <span style="color:red;">*</span>
<span>本测试仅需三分钟</span> <span>本测试大约需要1分钟</span>
</div> </div>
<!-- <div class="footer" routerLink="/question1"> <!-- <div class="footer" routerLink="/question1">
<div>获取家庭分析报告</div> <div>获取家庭分析报告</div>
......
...@@ -110,5 +110,7 @@ export class Page16Component implements OnInit { ...@@ -110,5 +110,7 @@ export class Page16Component implements OnInit {
this.selectedProvinceObj = option this.selectedProvinceObj = option
} }
}) })
console.log(this.selectedProvinceObj)
} }
} }
...@@ -9,7 +9,7 @@ html, body { ...@@ -9,7 +9,7 @@ html, body {
height:100%; height:100%;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
overflow: hidden; /* overflow: hidden; */
} }
img{ img{
max-width: 100%; max-width: 100%;
...@@ -38,7 +38,7 @@ ul li,ol li{ ...@@ -38,7 +38,7 @@ ul li,ol li{
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin: 5%; margin: 6% auto;
} }
.footer{ .footer{
display: flex; display: flex;
...@@ -52,14 +52,17 @@ ul li,ol li{ ...@@ -52,14 +52,17 @@ ul li,ol li{
color: #fff; color: #fff;
border-radius: 10px; border-radius: 10px;
box-shadow: 0px 15px 16px -8px #f4bbbe; box-shadow: 0px 15px 16px -8px #f4bbbe;
position: relative;
bottom: 10px;
} }
/* .layout.cityLayout{ /* .layout.cityLayout{
padding:10px 0; padding:10px 0;
} */ } */
.content{ .content{
max-height: 510px; /* max-height: 525px; */
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
padding-bottom: 75px;
} }
/* .layout.cityLayout .questionTitle{ /* .layout.cityLayout .questionTitle{
margin:0 10px; margin:0 10px;
...@@ -67,8 +70,8 @@ ul li,ol li{ ...@@ -67,8 +70,8 @@ ul li,ol li{
.questionTitle{ .questionTitle{
color:#ec2d37; color:#ec2d37;
font-size: 26px; font-size: 26px;
height: 70px; height: 60px;
line-height: 70px; line-height: 60px;
width: 100%; width: 100%;
display: flex; display: flex;
} }
...@@ -86,10 +89,10 @@ ul li,ol li{ ...@@ -86,10 +89,10 @@ ul li,ol li{
.content_footer{ .content_footer{
display: flex; display: flex;
width: 100%; width: 100%;
position: absolute; position: fixed;
bottom: 10px; bottom: 0;
background-color: #fff; background-color: #fff;
padding-bottom:15px;
} }
.content_footer div{ .content_footer div{
text-align: center; text-align: center;
...@@ -138,6 +141,7 @@ ul li,ol li{ ...@@ -138,6 +141,7 @@ ul li,ol li{
.income{ .income{
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
margin-bottom: 0;
} }
.income li{ .income li{
width: 49%; width: 49%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment