添加投资机构 chain capital
This commit is contained in:
parent
4d545a86f0
commit
9fc035ab39
BIN
src/assets/logos/chain_capital.png
Executable file
BIN
src/assets/logos/chain_capital.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@ -13,6 +13,9 @@
|
|||||||
<a href="https://snzholding.com">
|
<a href="https://snzholding.com">
|
||||||
<img class="multiverse" src="@/assets/logos/snz.png" alt="snz holding"/>
|
<img class="multiverse" src="@/assets/logos/snz.png" alt="snz holding"/>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="http://chaincapital.group/">
|
||||||
|
<img class="multiverse" src="@/assets/logos/chain_capital.png" alt="chain capital"/>
|
||||||
|
</a>
|
||||||
<a href="javascript:void(0)">
|
<a href="javascript:void(0)">
|
||||||
<img class="initiate" src="@/assets/202202/partners/initiate-catital.png" alt="Initiate catital"/>
|
<img class="initiate" src="@/assets/202202/partners/initiate-catital.png" alt="Initiate catital"/>
|
||||||
</a>
|
</a>
|
||||||
@ -54,14 +57,18 @@ export default class extends Vue {
|
|||||||
margin-top: 70px;
|
margin-top: 70px;
|
||||||
}
|
}
|
||||||
.list{
|
.list{
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(3, 33.33%);
|
|
||||||
gap: 1px;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 1200px;
|
width: 1400px;
|
||||||
justify-items: center;
|
a:nth-child(5) {
|
||||||
|
margin-left: 100px;
|
||||||
|
}
|
||||||
|
a:nth-child(7) {
|
||||||
|
margin-right: 100px;
|
||||||
|
}
|
||||||
.coso{
|
.coso{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
@ -87,10 +94,21 @@ export default class extends Vue {
|
|||||||
margin-bottom: 10vw;
|
margin-bottom: 10vw;
|
||||||
}
|
}
|
||||||
.list{
|
.list{
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3,33.33%);
|
||||||
|
align-items: center;
|
||||||
margin-bottom: 5vw;
|
margin-bottom: 5vw;
|
||||||
|
flex-wrap: unset;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
gap: 1vw;
|
gap: 1vw;
|
||||||
|
justify-items: center;
|
||||||
|
a:nth-child(5) {
|
||||||
|
margin-left: unset;
|
||||||
|
}
|
||||||
|
a:nth-child(7) {
|
||||||
|
margin-right: unset;
|
||||||
|
}
|
||||||
.coso{
|
.coso{
|
||||||
width: 25vw;
|
width: 25vw;
|
||||||
height: 25vw;
|
height: 25vw;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user