|
@@ -933,7 +933,7 @@ li{list-style:none;}
|
|
|
/*优质供应商*/
|
|
|
.section-shop-content{
|
|
|
width: 100%;
|
|
|
- height: 344px;
|
|
|
+ height: 358px;
|
|
|
box-sizing: border-box;
|
|
|
padding:0 12px;
|
|
|
background-color: #FFFFFF;
|
|
@@ -963,9 +963,9 @@ li{list-style:none;}
|
|
|
}
|
|
|
.section-shop-content .section-shop-main{
|
|
|
width: 100%;
|
|
|
- height: 288px;
|
|
|
+ height: 300px;
|
|
|
box-sizing: border-box;
|
|
|
- padding: 20px 0;
|
|
|
+ padding: 10px 0;
|
|
|
}
|
|
|
.section-shop-content .section-shop-main .supplier-list{
|
|
|
padding: 0;
|
|
@@ -976,14 +976,14 @@ li{list-style:none;}
|
|
|
.section-shop-content .section-shop-main .supplier-list-item{
|
|
|
display: flex;
|
|
|
width: 284px;
|
|
|
- height: 258px;
|
|
|
+ height: 280px;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
border-radius: 8px;
|
|
|
margin: 0 15px 0 0;
|
|
|
box-sizing: border-box;
|
|
|
- padding: 15px 0;
|
|
|
- border: 1px solid #F1F1F1;
|
|
|
+ padding: 20px 0;
|
|
|
+ background-color: #F7F7F7;
|
|
|
}
|
|
|
.section-shop-content .section-shop-main .supplier-list-item:last-child{
|
|
|
margin-right: 0;
|
|
@@ -991,7 +991,7 @@ li{list-style:none;}
|
|
|
.section-shop-content .section-shop-main .supplier-list-top{
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
+ flex-direction: column;
|
|
|
align-items: center;
|
|
|
box-sizing: border-box;
|
|
|
padding: 0 10px;
|
|
@@ -1000,13 +1000,15 @@ li{list-style:none;}
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+ width: 146px;
|
|
|
+ height: 64px;
|
|
|
margin-right: 10px;
|
|
|
- border-radius: 8px;
|
|
|
+ border-radius: 4px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.section-shop-content .section-shop-main .supplier-top-logo img{
|
|
|
- width: 80px;
|
|
|
- height: 80px;
|
|
|
+ width: 146px;
|
|
|
+ height: 64px;
|
|
|
display: block;
|
|
|
}
|
|
|
.section-shop-content .section-shop-main .supplier-top-name{
|
|
@@ -1022,7 +1024,7 @@ li{list-style:none;}
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- margin: 10px 0 15px 0;
|
|
|
+ margin: 0 0 15px 0;
|
|
|
box-sizing: border-box;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
@@ -1049,6 +1051,7 @@ li{list-style:none;}
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
.section-shop-content .section-shop-main .supplier-list-bot a{
|
|
|
width: 80px;
|