增加新的轮播图, 修改部分区域的显示, 以适配chromium
This commit is contained in:
parent
10eb0a0d97
commit
bb9b587083
BIN
src/assets/202202/banner-b-3.jpg
Normal file
BIN
src/assets/202202/banner-b-3.jpg
Normal file
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 |
BIN
src/assets/mobile/index/banner-s-3.jpg
Normal file
BIN
src/assets/mobile/index/banner-s-3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
@ -88,7 +88,11 @@ export default class extends Vue {
|
||||
}
|
||||
.icon-list{
|
||||
display: flex;
|
||||
gap: 64px;
|
||||
a {
|
||||
&:not(:last-child) {
|
||||
margin-right: 64px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user