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;