添加投资机构 chain capital

This commit is contained in:
cebgcontract 2022-08-26 13:32:55 +08:00
parent 4d545a86f0
commit 9fc035ab39
2 changed files with 23 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -13,6 +13,9 @@
<a href="https://snzholding.com">
<img class="multiverse" src="@/assets/logos/snz.png" alt="snz holding"/>
</a>
<a href="http://chaincapital.group/">
<img class="multiverse" src="@/assets/logos/chain_capital.png" alt="chain capital"/>
</a>
<a href="javascript:void(0)">
<img class="initiate" src="@/assets/202202/partners/initiate-catital.png" alt="Initiate catital"/>
</a>
@ -54,14 +57,18 @@ export default class extends Vue {
margin-top: 70px;
}
.list{
display: grid;
grid-template-columns: repeat(3, 33.33%);
gap: 1px;
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
justify-content: space-between;
width: 1200px;
justify-items: center;
width: 1400px;
a:nth-child(5) {
margin-left: 100px;
}
a:nth-child(7) {
margin-right: 100px;
}
.coso{
width: 200px;
}
@ -87,10 +94,21 @@ export default class extends Vue {
margin-bottom: 10vw;
}
.list{
display: grid;
grid-template-columns: repeat(3,33.33%);
align-items: center;
margin-bottom: 5vw;
flex-wrap: unset;
justify-content: space-between;
width: 100vw;
gap: 1vw;
justify-items: center;
a:nth-child(5) {
margin-left: unset;
}
a:nth-child(7) {
margin-right: unset;
}
.coso{
width: 25vw;
height: 25vw;