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