Commit f34c3e91 by 贾新

fix

parent ac1e2ad4
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
background: #f4f4f4; background: #f4f4f4;
display: flex; display: flex;
justify-content: center; justify-content: center;
padding-top: 60px; padding: 60px 0;
} }
#wp5 > div { #wp5 > div {
width: 940px; width: 940px;
......
.template { .template {
margin-top: 130px; margin-top: 132px;
height: auto; height: auto;
} }
...@@ -158,11 +158,11 @@ ...@@ -158,11 +158,11 @@
display: flex display: flex
} }
.plate5 span { .plate5 {
float: left; display: flex;
} }
.plate5 span p { .plate5 > div p {
font-size: .28rem; font-size: .28rem;
color: #ffff; color: #ffff;
position: relative; position: relative;
...@@ -170,8 +170,10 @@ ...@@ -170,8 +170,10 @@
display: inline-block; display: inline-block;
} }
.plate5 span img { .plate5 > div img {
width: 100% width: 100%;
height: 100%;
vertical-align: bottom;
} }
.tab { .tab {
......
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