增加新的轮播图, 修改部分区域的显示, 以适配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{ .icon-list{
display: flex; display: flex;
gap: 64px; a {
&:not(:last-child) {
margin-right: 64px;
}
}
} }
} }
} }

View File

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

View File

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

View File

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