|
|
1
|
+$pageBgC:#f0f0f0;
|
1
|
$mainFontC:#444444;
|
2
|
$mainFontC:#444444;
|
2
|
$subFontC:#b0b0b0;
|
3
|
$subFontC:#b0b0b0;
|
3
|
$borderC:#e0e0e0;
|
4
|
$borderC:#e0e0e0;
|
|
@@ -32,7 +33,9 @@ $basicBtnC:#eb0313; |
|
@@ -32,7 +33,9 @@ $basicBtnC:#eb0313; |
32
|
|
33
|
|
33
|
.good-detail-page {
|
34
|
.good-detail-page {
|
34
|
overflow: hidden;
|
35
|
overflow: hidden;
|
|
|
36
|
+ background-color: #f0f0f0;
|
35
|
.page-block {
|
37
|
.page-block {
|
|
|
38
|
+ background-color: #fff;
|
36
|
box-sizing: border-box;
|
39
|
box-sizing: border-box;
|
37
|
width: 100%;
|
40
|
width: 100%;
|
38
|
border-bottom: 1px solid $borderC;
|
41
|
border-bottom: 1px solid $borderC;
|
|
@@ -77,6 +80,7 @@ $basicBtnC:#eb0313; |
|
@@ -77,6 +80,7 @@ $basicBtnC:#eb0313; |
77
|
}
|
80
|
}
|
78
|
.banner-container {
|
81
|
.banner-container {
|
79
|
position: relative;
|
82
|
position: relative;
|
|
|
83
|
+ background-color: #fff;
|
80
|
// overflow: hidden;
|
84
|
// overflow: hidden;
|
81
|
.is-new-lable {
|
85
|
.is-new-lable {
|
82
|
position: absolute;
|
86
|
position: absolute;
|
|
@@ -150,6 +154,7 @@ $basicBtnC:#eb0313; |
|
@@ -150,6 +154,7 @@ $basicBtnC:#eb0313; |
150
|
min-height: pxToRem(88px);
|
154
|
min-height: pxToRem(88px);
|
151
|
padding-left: pxToRem(28px);
|
155
|
padding-left: pxToRem(28px);
|
152
|
padding-right: pxToRem(28px);
|
156
|
padding-right: pxToRem(28px);
|
|
|
157
|
+ background-color: #fff;
|
153
|
border-bottom: 1px solid $borderC;
|
158
|
border-bottom: 1px solid $borderC;
|
154
|
}
|
159
|
}
|
155
|
.goodsPrice {
|
160
|
.goodsPrice {
|
|
@@ -254,6 +259,7 @@ $basicBtnC:#eb0313; |
|
@@ -254,6 +259,7 @@ $basicBtnC:#eb0313; |
254
|
.enter-store {
|
259
|
.enter-store {
|
255
|
min-height: pxToRem(100px);
|
260
|
min-height: pxToRem(100px);
|
256
|
display: table;
|
261
|
display: table;
|
|
|
262
|
+ background-color: #fff;
|
257
|
a {
|
263
|
a {
|
258
|
display: table-cell;
|
264
|
display: table-cell;
|
259
|
vertical-align: middle;
|
265
|
vertical-align: middle;
|