Просмотр исходного кода

Merge branch 'yuan' of panhui/lasuo_nft_front into dev

yuanyuan 3 лет назад
Родитель
Сommit
d9e3ce1c27

+ 3 - 1
src/components/CollectionList.vue

@@ -151,6 +151,8 @@ export default {
         box-sizing: border-box;
         margin-top: 8px;
         margin-bottom: 8px;
+        height: 24px;
+        align-items: center;
         .current_recommendation_price {
             font-family: PingFangSC-Semibold, PingFang SC;
             font-weight: 600;
@@ -172,6 +174,7 @@ export default {
                 font-family: PingFangSC-Regular, PingFang SC;
                 font-weight: 400;
                 color: #939599;
+                line-height: 24px;
             }
         }
         .information_display_con{
@@ -182,7 +185,6 @@ export default {
             color: #FFFFFF;
             opacity: 0.5;
             line-height: 18px;
-            margin-top: 3px;
         }
     }
     .current_recommendation_bottom {

+ 2 - 2
src/components/LikeButton.vue

@@ -48,8 +48,8 @@ export default {
         display: inline-block;
     }
 
-    span {
-        padding-top: 2px;
+    span { 
+        // padding-top: 2px;
         box-sizing: border-box;
         vertical-align: middle;
         font-size: @font1;

+ 3 - 1
src/components/product/ProductBanner.vue

@@ -256,7 +256,7 @@ export default {
         vertical-align: middle;
     }
     span {
-        padding-top: 2px;
+        // padding-top: 2px;
         box-sizing: border-box;
         font-size: @font1;
         color: #949699;
@@ -267,6 +267,8 @@ export default {
 
     &.shareLeft {
         margin-left: 42px;
+        display: inline-flex;
+        align-items: center;
     }
 }