浏览代码

[edit][修改ui]

zhangwei 2 年之前
父节点
当前提交
b10043f76c
共有 2 个文件被更改,包括 9 次插入5 次删除
  1. 6 4
      src/view/iframe/buy-nft/buy/home.vue
  2. 3 1
      src/view/iframe/buy-nft/buy/pay.vue

+ 6 - 4
src/view/iframe/buy-nft/buy/home.vue

@@ -149,9 +149,9 @@ onMounted(() => {
     background: #fff;
     border-radius: 25px;
     max-width: 1000px;
-    min-width: 800px;
+    min-width: 1000px;
     max-height: 90%;
-    min-height: 90%;
+    min-height: 800px;
     z-index: 23;
     display: flex;
     flex-direction: column;
@@ -202,7 +202,9 @@ onMounted(() => {
         .mark {
             margin-left: 20px;
 
-            .sold {}
+            .sold {
+                margin-bottom: 7px;
+            }
 
             .limit {
                 color: #AF934E;
@@ -251,7 +253,7 @@ onMounted(() => {
                 .off {
                     color: #AF934E;
                     font-weight: 700;
-                    font-size: 14px;
+                    font-size: 12px;
 
                     letter-spacing: 0.3px;
                 }

+ 3 - 1
src/view/iframe/buy-nft/buy/pay.vue

@@ -209,7 +209,8 @@ onMounted(() => {
     border-radius: 25px;
     max-width: 1000px;
     min-width: 800px;
-    height: 90%;
+    max-height: 90%;
+    min-height: 800px;
     z-index: 23;
     display: flex;
     flex-direction: column;
@@ -259,6 +260,7 @@ onMounted(() => {
 
             .tip {
                 margin-top: 15px;
+                font-size: 16px;    
                 display: flex;
                 justify-content: space-between;