nieyuge 2 years ago
parent
commit
96f6b21929
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pages/nft.vue

+ 4 - 1
pages/nft.vue

@@ -27,7 +27,7 @@
                         </div>
                         </div>
                         <div class="info">
                         <div class="info">
                             <template v-if="isChrome">
                             <template v-if="isChrome">
-                                <div class="title">Install DeNet Plugin to Buy NFT</div>
+                                <div class="title">Install DeNet Plugin<br/>to Buy NFT</div>
                                 <img class="buy" @click="installExtension" src="../static/img/icon-install-plugin.svg" />
                                 <img class="buy" @click="installExtension" src="../static/img/icon-install-plugin.svg" />
                             </template>
                             </template>
                             <template v-else>
                             <template v-else>
@@ -269,6 +269,7 @@ body,
                     margin-bottom: 6px;
                     margin-bottom: 6px;
                 }
                 }
                 .title {
                 .title {
+                    color: #3A4B56;
                     font-size: 2.2vw;
                     font-size: 2.2vw;
                     font-family: 'SF Pro Display';
                     font-family: 'SF Pro Display';
                     font-weight: bold;
                     font-weight: bold;
@@ -277,6 +278,8 @@ body,
                 }
                 }
                 .buy {
                 .buy {
                     width: 75%;
                     width: 75%;
+                    max-width: 263px;
+                    max-height: 64px;
                     cursor: pointer;
                     cursor: pointer;
                 }
                 }
             }
             }