Forráskód Böngészése

fix: 修复我的店铺收藏列表样式问题

周玉环 1 hete
szülő
commit
000f4047a0
1 módosított fájl, 9 hozzáadás és 4 törlés
  1. 9 4
      xinkeaboard-web/assets/style/member/collect.scss

+ 9 - 4
xinkeaboard-web/assets/style/member/collect.scss

@@ -376,7 +376,7 @@ i {
 
             .sld_vendor_item {
                 width: 100%;
-                height: 300px;
+                height: 320px;
                 margin-top: 10px;
                 background-color: #fff;
                 border: 1px solid #eeeeee;
@@ -384,7 +384,7 @@ i {
                 .sld_vendor {
                     position: relative;
                     width: 25%;
-                    height: 298px;
+                    height: 100%;
                     padding: 46px 60px 0 60px;
                     box-sizing: border-box;
                     border-right: 1px solid #eee;
@@ -470,9 +470,12 @@ i {
                 }
 
                 .main_lbbox {
+                    display: flex;
+                    flex-direction: column;
+                    height: 100%;
                     position: relative;
                     width: 75%;
-                    height: 298px;
+                    // height: 298px;
 
                     overflow: hidden;
 
@@ -505,6 +508,8 @@ i {
                     }
 
                     .sld_vendor_goods {
+                        flex: 1;
+                        height: 100%;
                         position: relative;
                         padding: 0 48px;
                         overflow: hidden;
@@ -572,7 +577,7 @@ i {
 
                         .slide_wrap {
                             width: 100%;
-                            height: 213px;
+                            // height: 213px;
                             overflow: hidden;
 
                             .bd {