diff --git a/src/assets/img/marketplace/hero/Aoi.png b/src/assets/img/marketplace/hero/Aoi.png index 2b7bf4a..910439d 100644 Binary files a/src/assets/img/marketplace/hero/Aoi.png and b/src/assets/img/marketplace/hero/Aoi.png differ diff --git a/src/assets/img/marketplace/hero/Astral.png b/src/assets/img/marketplace/hero/Astral.png index 649fc19..9ca252f 100644 Binary files a/src/assets/img/marketplace/hero/Astral.png and b/src/assets/img/marketplace/hero/Astral.png differ diff --git a/src/assets/img/marketplace/hero/Canoe.png b/src/assets/img/marketplace/hero/Canoe.png index 5369577..e694fc7 100644 Binary files a/src/assets/img/marketplace/hero/Canoe.png and b/src/assets/img/marketplace/hero/Canoe.png differ diff --git a/src/assets/img/marketplace/hero/Dragonscale.png b/src/assets/img/marketplace/hero/Dragonscale.png index 31f6d68..ef762c4 100644 Binary files a/src/assets/img/marketplace/hero/Dragonscale.png and b/src/assets/img/marketplace/hero/Dragonscale.png differ diff --git a/src/assets/img/marketplace/hero/Hill.png b/src/assets/img/marketplace/hero/Hill.png index 7a657f4..5a16745 100644 Binary files a/src/assets/img/marketplace/hero/Hill.png and b/src/assets/img/marketplace/hero/Hill.png differ diff --git a/src/assets/img/marketplace/hero/Kurosawa.png b/src/assets/img/marketplace/hero/Kurosawa.png index 5dcacbf..5ceceb9 100644 Binary files a/src/assets/img/marketplace/hero/Kurosawa.png and b/src/assets/img/marketplace/hero/Kurosawa.png differ diff --git a/src/assets/img/marketplace/hero/Lazar.png b/src/assets/img/marketplace/hero/Lazar.png index 7ddb11d..d9ee053 100644 Binary files a/src/assets/img/marketplace/hero/Lazar.png and b/src/assets/img/marketplace/hero/Lazar.png differ diff --git a/src/assets/img/marketplace/hero/Mariana.png b/src/assets/img/marketplace/hero/Mariana.png index f631140..ce361d7 100644 Binary files a/src/assets/img/marketplace/hero/Mariana.png and b/src/assets/img/marketplace/hero/Mariana.png differ diff --git a/src/assets/img/marketplace/hero/Miffy.png b/src/assets/img/marketplace/hero/Miffy.png index fdb2fa9..fae6d67 100644 Binary files a/src/assets/img/marketplace/hero/Miffy.png and b/src/assets/img/marketplace/hero/Miffy.png differ diff --git a/src/assets/img/marketplace/hero/Yamada.png b/src/assets/img/marketplace/hero/Yamada.png index b2ed588..06f112b 100644 Binary files a/src/assets/img/marketplace/hero/Yamada.png and b/src/assets/img/marketplace/hero/Yamada.png differ diff --git a/src/components/assets/assetsContent.vue b/src/components/assets/assetsContent.vue index 20e3645..a852185 100644 --- a/src/components/assets/assetsContent.vue +++ b/src/components/assets/assetsContent.vue @@ -6,15 +6,16 @@
No NFT yet
@@ -214,7 +217,21 @@ onUnmounted(() => { .pages-no { position: relative; margin-top: 256px; - div { + .no-data-tips { + position: absolute; + left: 50%; + transform: translateX(-50%); + width: 100%; + text-align: center; + color: #fff; + margin-bottom: 20px; + font-size: 28px; + } + .no-data-img { + position: absolute; + top: 50px; + left: 50%; + transform: translateX(-50%); margin: 0 auto; width: 401px; height: 322px; @@ -225,7 +242,7 @@ onUnmounted(() => { } p { position: absolute; - top: 260px; + top: 310px; left: 52%; transform: translateX(-50%); font-family: 'Poppins'; diff --git a/src/components/assets/founder.vue b/src/components/assets/founder.vue new file mode 100644 index 0000000..dd69d23 --- /dev/null +++ b/src/components/assets/founder.vue @@ -0,0 +1,260 @@ + +No NFT yet
+No NFT yet
@@ -41,7 +44,7 @@ const nftList = ref([]) // console.log('localWalletStore', localWalletStore.token) const overviewValue = ref() const statusValue = ref('0') - +console.log(localWalletStore.walletType) const overviewChild = (val) => { overviewValue.value = val next_cursor.value = '' @@ -198,7 +201,21 @@ onUnmounted(() => { .pages-no { position: relative; margin-top: 256px; - div { + .no-data-tips { + position: absolute; + left: 50%; + transform: translateX(-50%); + width: 100%; + text-align: center; + color: #fff; + margin-bottom: 20px; + font-size: 28px; + } + .no-data-img { + position: absolute; + top: 50px; + left: 50%; + transform: translateX(-50%); margin: 0 auto; width: 401px; height: 322px; @@ -209,7 +226,7 @@ onUnmounted(() => { } p { position: absolute; - top: 260px; + top: 310px; left: 52%; transform: translateX(-50%); font-family: 'Poppins';