Commit f34c3e91 by 贾新

fix

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