From b62c62040736c418ad13bf739cdcd7123944cf92 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 25 Jan 2022 16:46:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2nftid=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/market/NftInfo.vue | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/components/market/NftInfo.vue b/src/components/market/NftInfo.vue index 93c7aa8..c81f617 100644 --- a/src/components/market/NftInfo.vue +++ b/src/components/market/NftInfo.vue @@ -7,7 +7,7 @@ Back to MarketPlace
-
#1233222
+
#1233222
Aoi @@ -29,7 +29,7 @@
-
+
#123123123123
Basic Data @@ -144,6 +144,9 @@ export default class extends Vue { padding-top: 20px; z-index: 2; .base-info { + .nft-id-mobile{ + display: none; + } img{ width: 55px; height: 55px; @@ -204,6 +207,10 @@ export default class extends Vue { width: 35%; font-family: 'zitic',serif; z-index: 2; + .nft-id-desktop{ + color: #46E0F4; + font-size: 26px; + } .border { display: flex; flex-direction: column; @@ -344,6 +351,11 @@ export default class extends Vue { } .base-info{ margin-top: 100px; + .nft-id-mobile{ + color: #46E0F4; + font-size: 20px; + display: block; + } .class-info{ img{ height: 30px; @@ -366,6 +378,9 @@ export default class extends Vue { align-items: center; display: flex; flex-direction: column; + .nft-id-desktop{ + display: none; + } .border{ width: 91%; .title {