Commit 1e07b33d by Chao Sun

高度padding

parent 018f1d95
...@@ -38,22 +38,21 @@ ul li,ol li{ ...@@ -38,22 +38,21 @@ ul li,ol li{
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin: 6% auto; padding:20px 0px;
} }
.footer{ .footer{
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-size: 20px; font-size: 20px;
height: 60px; padding: 30px 0;
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
background: #ec2d37; background: #ec2d37;
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;
...@@ -135,7 +134,8 @@ ul li,ol li{ ...@@ -135,7 +134,8 @@ ul li,ol li{
.cityContent{ .cityContent{
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 15%; margin-top: 10%;
margin-bottom: 0px;
} }
.income{ .income{
......
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