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 @@ Home - Official Shop - Marketplace + Official Shop + Marketplace Connect Wallet Connect Wallet diff --git a/src/components/market/wallet/WalletPanel.vue b/src/components/market/wallet/WalletPanel.vue index f693703..57994d0 100644 --- a/src/components/market/wallet/WalletPanel.vue +++ b/src/components/market/wallet/WalletPanel.vue @@ -13,6 +13,10 @@ alt="icCopy" src="data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 9H11C9.89543 9 9 9.89543 9 11V20C9 21.1046 9.89543 22 11 22H20C21.1046 22 22 21.1046 22 20V11C22 9.89543 21.1046 9 20 9Z' stroke='%23BCADF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e %3cpath d='M5 15H4C3.46957 15 2.96086 14.7893 2.58579 14.4142C2.21071 14.0391 2 13.5304 2 13V4C2 3.46957 2.21071 2.96086 2.58579 2.58579C2.96086 2.21071 3.46957 2 4 2H13C13.5304 2 14.0391 2.21071 14.4142 2.58579C14.7893 2.96086 15 3.46957 15 4V5' stroke='%23BCADF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e %3c/svg%3e"> + + 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;