替换合作伙伴图片
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
@ -106,31 +106,6 @@
|
||||
<img src="/partnerlogos/ptn20.png"/>
|
||||
</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>
|
||||
</template>
|
||||
@ -152,7 +127,7 @@ export default {
|
||||
margin-top: 24px;
|
||||
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-rows: repeat(9, 1fr);
|
||||
grid-template-rows: repeat(7, 1fr);
|
||||
}
|
||||
@include media-breakpoint-between(md,xl){
|
||||
width: 610px;
|
||||
@ -162,7 +137,7 @@ export default {
|
||||
margin-right: 100px;
|
||||
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-rows: repeat(5, 1fr);
|
||||
grid-template-rows: repeat(4, 1fr);
|
||||
}
|
||||
@include media-breakpoint-up(xl){
|
||||
margin-left: 289px;
|
||||
@ -170,7 +145,7 @@ export default {
|
||||
margin-top: 95px;
|
||||
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-rows: repeat(5, 1fr);
|
||||
grid-template-rows: repeat(4, 1fr);
|
||||
}
|
||||
}
|
||||
#partnersroot{
|
||||
|
||||