替换合作伙伴图片

This commit is contained in:
zhcnyuyang 2025-05-06 18:42:13 +08:00
parent b1ef92d882
commit fa56c4bd8d
26 changed files with 3 additions and 28 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -106,31 +106,6 @@
<img src="/partnerlogos/ptn20.png"/> <img src="/partnerlogos/ptn20.png"/>
</div> </div>
</div> </div>
<div class="partneritempanel" id="ptn21">
<div class="partnerlogodiv">
<img src="/partnerlogos/ptn21.png"/>
</div>
</div>
<div class="partneritempanel" id="ptn22">
<div class="partnerlogodiv">
<img src="/partnerlogos/ptn22.png"/>
</div>
</div>
<div class="partneritempanel" id="ptn23">
<div class="partnerlogodiv">
<img src="/partnerlogos/ptn23.png"/>
</div>
</div>
<div class="partneritempanel" id="ptn24">
<div class="partnerlogodiv">
<img src="/partnerlogos/ptn24.png"/>
</div>
</div>
<div class="partneritempanel" id="ptn25">
<div class="partnerlogodiv">
<img src="/partnerlogos/ptn25.png"/>
</div>
</div>
</div> </div>
</div> </div>
</template> </template>
@ -152,7 +127,7 @@ export default {
margin-top: 24px; margin-top: 24px;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(9, 1fr); grid-template-rows: repeat(7, 1fr);
} }
@include media-breakpoint-between(md,xl){ @include media-breakpoint-between(md,xl){
width: 610px; width: 610px;
@ -162,7 +137,7 @@ export default {
margin-right: 100px; margin-right: 100px;
grid-template-columns: repeat(5, 1fr); grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr); grid-template-rows: repeat(4, 1fr);
} }
@include media-breakpoint-up(xl){ @include media-breakpoint-up(xl){
margin-left: 289px; margin-left: 289px;
@ -170,7 +145,7 @@ export default {
margin-top: 95px; margin-top: 95px;
grid-template-columns: repeat(5, 1fr); grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr); grid-template-rows: repeat(4, 1fr);
} }
} }
#partnersroot{ #partnersroot{