xuqiang 4 лет назад
Родитель
Сommit
0b00f19f45

+ 3 - 3
src/main/pc-space/src/components/CollectionInfo.vue

@@ -96,7 +96,7 @@ export default {
     .imgBox {
         height: 266px;
         width: 100%;
-        border-radius: 8px 8px 0px 0px;
+        border-radius: 7px 7px 0px 0px;
     }
 
     &:hover {
@@ -130,7 +130,7 @@ export default {
     }
 
     .introduce {
-        padding: 10px 16px 6px;
+        padding: 10px 16px 12px;
         font-size: 14px;
         font-weight: 400;
         color: #939599;
@@ -148,7 +148,7 @@ export default {
         display: flex;
         align-items: center;
         // justify-content: space-between;
-        padding: 0 16px 16px;
+        padding: 0 16px 12px;
         .img1 {
             width: 10px;
             height: 11px;

+ 1 - 0
src/main/pc-space/src/components/PageHeader.vue

@@ -287,6 +287,7 @@ export default {
         padding: 0 25px;
         color: #939599;
         font-size: 18px;
+        // font-weight: bold;
         &.is-active {
             color: #fff;
             font-weight: bold;

+ 3 - 1
src/main/pc-space/src/views/AssetDetail.vue

@@ -813,10 +813,12 @@ export default {
             border-radius: 0px 0px 8px 8px;
             .name {
                 font-size: 14px;
+                width: 123px;
                 font-weight: 400;
                 color: #ffffff;
                 line-height: 24px;
                 padding-left: 16px;
+                margin-right: 0;
             }
             .bor {
                 width: 1px;
@@ -825,7 +827,7 @@ export default {
                 border-radius: 1px;
             }
             .box {
-                width: 220px;
+                width: 218px;
             }
             .del {
                 font-size: 14px;

+ 1 - 1
src/main/pc-space/src/views/Collection.vue

@@ -1,6 +1,6 @@
 <template>
     <div class="container">
-        <div class="title" ref="anchor">{{ type === 'BLIND_BOX' ? '欢迎来到 NFT 盲盒市场' : '欢迎来到 NFT 市场' }}</div>
+        <div class="title" ref="anchor">{{ type === 'BLIND_BOX' ? '欢迎来到藏品盲盒市场' : '欢迎来到藏品市场' }}</div>
         <el-radio-group v-if="type !== 'BLIND_BOX'" class="menu" v-model="select" size="normal">
             <el-radio-button v-for="(item, index) in typeList" :key="index" :label="item.value">
                 <div class="radio-item">

+ 5 - 2
src/main/pc-space/src/views/CollectionDetail.vue

@@ -80,7 +80,7 @@
                     </div>
                     <div class="price1 num">
                         <div class="num1">
-                            <div class="price2 num2">限购</div>
+                            <div class="price2 num2">数量</div>
                             <span class="span">{{ info.total }}</span>
                         </div>
                         <div class="price2 num2">已售 {{ info.sale }} / 剩余 {{ info.stock }}</div>
@@ -656,6 +656,7 @@ export default {
                 }
                 .price4 {
                     font-size: 40px;
+                    font-family: OSP-DIN, OSP;
                     font-weight: normal;
                     color: @prim;
                     line-height: 36px;
@@ -715,11 +716,13 @@ export default {
             background: #1f2230;
             border-radius: 0px 0px 8px 8px;
             .name {
+                width: 128px;
                 font-size: 14px;
                 font-weight: 400;
                 color: #ffffff;
                 line-height: 24px;
                 padding-left: 16px;
+                margin-right: 0;
             }
             .bor {
                 width: 1px;
@@ -728,7 +731,7 @@ export default {
                 border-radius: 1px;
             }
             .box {
-                width: 220px;
+                width: 235px;
             }
             .del {
                 font-size: 14px;

+ 2 - 1
src/main/pc-space/src/views/Submit.vue

@@ -131,7 +131,7 @@ export default {
             payMethods: 'WEIXIN',
             minters: 0,
             seconds: 0,
-            allTime: 5 * 60 - 1,
+            allTime: 1 * 60 - 1,
             closeTime: '',
             list2: [],
             list3: [],
@@ -232,6 +232,7 @@ export default {
                     _this.closeTime = setInterval(() => {
                         _this.seconds--;
                         if (_this.seconds <= 0) {
+                            console.log(222);
                             this.show = false;
                             _this.seconds = 0;
                             clearInterval(_this.closeTime);