添加投资机构 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">
|
||||
<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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user