Commit 893f11b0 by 贾新

fix

parent 45c73143
...@@ -35,7 +35,11 @@ ...@@ -35,7 +35,11 @@
.card-item>div>div>img { .card-item>div>div>img {
width: 100%; width: 100%;
} }
.plate{
width: 100%;
height: 588px;
background: url("../image/板块1.png") no-repeat center/1920px 588px;
}
.plate>img { .plate>img {
width: 100%; width: 100%;
height: auto; height: auto;
...@@ -119,6 +123,10 @@ ...@@ -119,6 +123,10 @@
color: #838383; color: #838383;
font-size: 15px; font-size: 15px;
} }
.card1 h4{
font-size: 24px;
margin-bottom: 20px
}
.card1:hover .icon { .card1:hover .icon {
...@@ -159,10 +167,6 @@ ...@@ -159,10 +167,6 @@
display: flex display: flex
} }
.plate5 {
display: flex;
}
.plate5 > div p { .plate5 > div p {
font-size: .28rem; font-size: .28rem;
color: #ffff; color: #ffff;
...@@ -172,8 +176,8 @@ ...@@ -172,8 +176,8 @@
} }
.plate5 > div img { .plate5 > div img {
width: 100%; width: 480px;
height: 100%; height: 400px;
vertical-align: bottom; vertical-align: bottom;
} }
......
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