@@ -90,6 +90,7 @@
<div class="plate06 container">
<h1 class="common-title">合作伙伴</h1>
+ <div class="cooperation-img"></div>
</div>
@@ -339,5 +339,15 @@
.plate06 {
padding-bottom: 100px;
+ .cooperation-img {
+ width: 100%;
+ height: 534px;
+ margin-top: 90px;;
+ background: url(~@/assets/images/refactor/cooperation.png) no-repeat center center;
+ background-image: image-set(
+ url(~@/assets/images/refactor/cooperation.png) 1x,
+ url(~@/assets/images/refactor/cooperation@2x.png) 2x,
+ )
+ }
}