Showing
3 changed files
with
8 additions
and
8 deletions
@@ -45,9 +45,9 @@ $basicBtnC:#eb0313; | @@ -45,9 +45,9 @@ $basicBtnC:#eb0313; | ||
45 | font-size: pxToRem(24px); | 45 | font-size: pxToRem(24px); |
46 | background-color: $tableCellC; | 46 | background-color: $tableCellC; |
47 | float: left; | 47 | float: left; |
48 | - &:nth-child(even) { | ||
49 | - border-right: none; | ||
50 | - } | 48 | + // &:nth-child(even) { |
49 | + // border-right: none; | ||
50 | + // } | ||
51 | } | 51 | } |
52 | } | 52 | } |
53 | } | 53 | } |
@@ -11,9 +11,9 @@ | @@ -11,9 +11,9 @@ | ||
11 | } | 11 | } |
12 | .detail{ | 12 | .detail{ |
13 | background-color: $tableCellC; | 13 | background-color: $tableCellC; |
14 | - &.table .inner-container{ | ||
15 | - background-color: $tableCellC; | ||
16 | - } | 14 | + // &.table .inner-container{ |
15 | + // background-color: $tableCellC; | ||
16 | + // } | ||
17 | margin-bottom: 1px; | 17 | margin-bottom: 1px; |
18 | } | 18 | } |
19 | .desc-text { | 19 | .desc-text { |
@@ -113,8 +113,8 @@ | @@ -113,8 +113,8 @@ | ||
113 | </div> | 113 | </div> |
114 | {{/ enterStore}} | 114 | {{/ enterStore}} |
115 | 115 | ||
116 | - <!-- <div id="productDesc"></div> --> | ||
117 | - {{> product/product-description}} | 116 | + <div id="productDesc"></div> |
117 | + <!-- {{> product/product-description}} --> | ||
118 | {{> product/recommend-for-you}} | 118 | {{> product/recommend-for-you}} |
119 | 119 | ||
120 | {{#cartInfo}} | 120 | {{#cartInfo}} |
-
Please register or login to post a comment