|
@@ -186,7 +186,7 @@
|
|
|
|
|
|
.store_goods_search_nav {
|
|
.store_goods_search_nav {
|
|
position: relative;
|
|
position: relative;
|
|
- height: 36px;
|
|
|
|
|
|
+ height: 40px;
|
|
background-color: #f7f5f5;
|
|
background-color: #f7f5f5;
|
|
padding: 5px 0;
|
|
padding: 5px 0;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -224,10 +224,15 @@
|
|
.sld_store_goods_total_num {
|
|
.sld_store_goods_total_num {
|
|
float: right;
|
|
float: right;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ color: #282E30;
|
|
}
|
|
}
|
|
|
|
|
|
span {
|
|
span {
|
|
&.active {
|
|
&.active {
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 20px;
|
|
color: $colorMain;
|
|
color: $colorMain;
|
|
|
|
|
|
i {
|
|
i {
|
|
@@ -288,7 +293,7 @@
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
|
|
em {
|
|
em {
|
|
- font-size: 13px;
|
|
|
|
|
|
+ font-size: 12px;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -298,7 +303,9 @@
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
|
.sld_goods_name {
|
|
.sld_goods_name {
|
|
- color: #606060;
|
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ color: #282E30;
|
|
margin-bottom: 4px;
|
|
margin-bottom: 4px;
|
|
height: 32px;
|
|
height: 32px;
|
|
line-height: 16px;
|
|
line-height: 16px;
|
|
@@ -308,7 +315,6 @@
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-line-clamp: 2;
|
|
- font-size: 15px;
|
|
|
|
//font-family: MicrosoftYaHei;
|
|
//font-family: MicrosoftYaHei;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -318,8 +324,10 @@
|
|
// overflow: hidden;
|
|
// overflow: hidden;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- justify-content: space-between;
|
|
|
|
|
|
+ justify-content: center;
|
|
margin: 8px 0;
|
|
margin: 8px 0;
|
|
|
|
+ height: 46px;
|
|
|
|
+ background: #DDE1E6;
|
|
// .fl {
|
|
// .fl {
|
|
// margin-top: -3px;
|
|
// margin-top: -3px;
|
|
// margin-left: -18px;
|
|
// margin-left: -18px;
|