Pārlūkot izejas kodu

[edit][修改ui]

zhangwei 2 gadi atpakaļ
vecāks
revīzija
b10043f76c

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

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

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

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