nieyuge 2 年之前
父節點
當前提交
96f6b21929
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      pages/nft.vue

+ 4 - 1
pages/nft.vue

@@ -27,7 +27,7 @@
                         </div>
                         <div class="info">
                             <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" />
                             </template>
                             <template v-else>
@@ -269,6 +269,7 @@ body,
                     margin-bottom: 6px;
                 }
                 .title {
+                    color: #3A4B56;
                     font-size: 2.2vw;
                     font-family: 'SF Pro Display';
                     font-weight: bold;
@@ -277,6 +278,8 @@ body,
                 }
                 .buy {
                     width: 75%;
+                    max-width: 263px;
+                    max-height: 64px;
                     cursor: pointer;
                 }
             }