xuqiang 4 years ago
parent
commit
b7868ac3f5
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/main/pc-space/src/components/CollectionInfo.vue

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

@@ -169,17 +169,17 @@ export default {
         .price2 {
             font-size: 12px;
             font-family: PingFangSC-Regular, PingFang SC;
-            font-weight: 400;
+            font-weight: normal;
             color: #939599;
             line-height: 22px;
-            width: 220px;
+            width: 267px;
             text-align: right;
             margin-right: 16px;
         }
     }
     .init {
         font-size: 16px;
-        font-weight: 400;
+        font-weight: normal;
         color: #939599;
         line-height: 24px;
         padding: 0 16px 1px;
@@ -207,13 +207,13 @@ export default {
             margin-left: 24px;
             .time1 {
                 font-size: 14px;
-                font-weight: 400;
+                font-weight: normal;
                 color: #939599;
                 line-height: 24px;
             }
             span {
                 font-size: 14px;
-                font-weight: 400;
+                font-weight: normal;
                 color: @prim;
                 line-height: 24px;
                 margin-left: 6px;
@@ -250,7 +250,7 @@ export default {
                 }
                 .text3 {
                     font-size: 14px;
-                    font-weight: 400;
+                    font-weight: normal;
                     width: 60px;
                     .ellipsis();
                     color: #939599;