From 0e3689a2d1e730c89fc91e8b2c0c8ed68c346eda Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:26:54 +0800 Subject: [PATCH] =?UTF-8?q?wallet=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=93=BE=E5=88=87=E6=8D=A2=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/market/TopMenu.vue | 8 ++--- src/components/market/wallet/WalletPanel.vue | 32 +++++++++++++++++++- 2 files changed, 35 insertions(+), 5 deletions(-) diff --git a/src/components/market/TopMenu.vue b/src/components/market/TopMenu.vue index 731e1b6..7731cf1 100644 --- a/src/components/market/TopMenu.vue +++ b/src/components/market/TopMenu.vue @@ -13,13 +13,13 @@
Home
- +
Official Shop
- +
Marketplace
@@ -63,8 +63,8 @@
+
+
KCC
+
BSC
+
@@ -115,7 +119,33 @@ export default class WalletPanel extends Vue { box-sizing: border-box; color: white; width: 1440px; - + .tab-bar-net { + display: flex; + flex-direction: row; + margin-bottom: 5px; + .tab-item{ + display: flex; + justify-content: center; + align-items: center; + flex: none; + cursor: pointer; + font-weight: bold; + font-size: 1em; + line-height: 1.5em; + padding: 0.5em 2.125em; + height: 2em; + color: #bcadf2; + background: transparent; + clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%); + &:not(:first-child) { + margin-left: -0.5em; + } + &.active { + color: #ffffff; + background: #413482; + } + } + } .code { display: flex; align-self: flex-start;