增加新的轮播图, 修改部分区域的显示, 以适配chromium

This commit is contained in:
cebgcontract 2022-05-14 12:00:44 +08:00
parent 10eb0a0d97
commit bb9b587083
7 changed files with 13 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@ -88,7 +88,11 @@ export default class extends Vue {
}
.icon-list{
display: flex;
gap: 64px;
a {
&:not(:last-child) {
margin-right: 64px;
}
}
}
}
}

View File

@ -100,12 +100,14 @@ h1{
.menu-list{
list-style: none;
display: flex;
gap: 60px;
li{
color: #5B5B5B;
padding-top: 8px;
cursor: pointer;
font-size: 16px;
&:not(:last-child) {
margin-right: 60px;
}
a {
color: unset;
text-decoration: unset;
@ -133,10 +135,10 @@ h1{
display: flex;
flex-direction: row;
align-items: center;
gap: 44px;
.login-btn{
cursor: pointer;
color: #5B5B5B;
margin-right: 44px;
}
.market-btn{
cursor: pointer;

View File

@ -50,8 +50,8 @@ export default class extends Vue {
href: 'javascript:void(0)',
img: require('@/assets/202202/banner-b-0.jpg')
}, {
href: 'https://www.kucoin.com/spot-nft/project/6263eed0c94d5b000108c972',
img: require('@/assets/202202/banner-b-2.jpg')
href: 'https://app.mojitoswap.finance/nfts/collections/0x0EB362BD40F2288fF25A6Ee1b487cB0cb4638e0D#items',
img: require('@/assets/202202/banner-b-3.jpg')
}
]
}

View File

@ -50,8 +50,8 @@ export default class MobileTopSection extends Vue {
href: 'javascript:void(0)',
img: require('@/assets/mobile/index/banner-s-0.jpg')
}, {
href: 'https://www.kucoin.com/spot-nft/project/6263eed0c94d5b000108c972',
img: require('@/assets/mobile/index/banner-s-2.jpg')
href: 'https://app.mojitoswap.finance/nfts/collections/0x0EB362BD40F2288fF25A6Ee1b487cB0cb4638e0D#items',
img: require('@/assets/mobile/index/banner-s-3.jpg')
}
]
}