clay commit : 新闻中心对接完成

This commit is contained in:
clay
2022-10-05 23:35:21 +08:00
parent 256e4ab2ea
commit fe4dd98a58
12 changed files with 648 additions and 286 deletions

View File

@@ -198,39 +198,39 @@ export default {
}
}
.one {
.five {
z-index: 98;
left: 1%;
transform: scale(0.8);
}
.two {
.six {
z-index: 99;
left: 21%;
transform: scale(0.9);
}
.three {
.one {
left: 37%;
z-index: 100;
transform: scale(1);
border: 1px solid #DA2D2D;
}
.four {
.two {
z-index: 99;
left: 53%;
transform: scale(0.9);
}
.five {
.three {
left: 73%;
z-index: 98;
transform: scale(0.8);
}
.six {
left: 70%;
.four {
left: 37%;
z-index: 96;
transform: scale(0.7);
}
@@ -271,33 +271,34 @@ export default {
}
.one {
.five {
left: -1%;
}
.two {
.six {
left: 15%;
}
.three {
.one {
left: 31%;
}
.four {
.two {
left: 47%;
}
.five {
.three {
left: 63%;
}
.six {
.four {
left: 31%;
}
}
}
@media screen and (max-width: 1100px) {
.banner-card {
height: 26rem;
@@ -314,27 +315,28 @@ export default {
-webkit-line-clamp: 2; //显示的行
}
}
.one {
.five {
left: 4%;
}
.two {
.six {
left: 17%;
}
.three {
.one {
left: 30%;
}
.four {
.two {
left: 43%;
}
.five {
.three {
left: 56%;
}
.six {
.four {
left: 10%;
}
}