Showing
2 changed files
with
8 additions
and
6 deletions
@@ -98,9 +98,9 @@ const getProductItemData = (params, url, uid) => { | @@ -98,9 +98,9 @@ const getProductItemData = (params, url, uid) => { | ||
98 | } | 98 | } |
99 | 99 | ||
100 | // 如果status为0,即商品下架时则返回空对象 | 100 | // 如果status为0,即商品下架时则返回空对象 |
101 | - //if (!result.status) { | 101 | + // if (!result.status) { |
102 | // return resData; | 102 | // return resData; |
103 | - //} | 103 | + // } |
104 | 104 | ||
105 | if (!result.productName && | 105 | if (!result.productName && |
106 | !result.productSkn && | 106 | !result.productSkn && |
@@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
58 | text-align: center; | 58 | text-align: center; |
59 | } | 59 | } |
60 | 60 | ||
61 | - .trade-wrapper{ | 61 | + .trade-wrapper { |
62 | text-align: center; | 62 | text-align: center; |
63 | } | 63 | } |
64 | 64 | ||
@@ -93,7 +93,7 @@ | @@ -93,7 +93,7 @@ | ||
93 | } | 93 | } |
94 | 94 | ||
95 | .option-content { | 95 | .option-content { |
96 | - /*width: 226px;*/ | 96 | + /* width: 226px; */ |
97 | margin: 0 auto; | 97 | margin: 0 auto; |
98 | padding: 40px 0 20px; | 98 | padding: 40px 0 20px; |
99 | display: inline-block; | 99 | display: inline-block; |
@@ -117,7 +117,8 @@ | @@ -117,7 +117,8 @@ | ||
117 | float: left; | 117 | float: left; |
118 | margin-right: 20px; | 118 | margin-right: 20px; |
119 | margin-bottom: 10px; | 119 | margin-bottom: 10px; |
120 | - &:last-child{ | 120 | + |
121 | + &:last-child { | ||
121 | margin-right: 0; | 122 | margin-right: 0; |
122 | } | 123 | } |
123 | } | 124 | } |
@@ -140,7 +141,7 @@ | @@ -140,7 +141,7 @@ | ||
140 | cursor: pointer; | 141 | cursor: pointer; |
141 | font-size: 14px; | 142 | font-size: 14px; |
142 | 143 | ||
143 | - &:last-child{ | 144 | + &:last-child { |
144 | margin-right: 0; | 145 | margin-right: 0; |
145 | } | 146 | } |
146 | } | 147 | } |
@@ -291,6 +292,7 @@ | @@ -291,6 +292,7 @@ | ||
291 | 292 | ||
292 | .intro-text { | 293 | .intro-text { |
293 | line-height: 2; | 294 | line-height: 2; |
295 | + word-wrap: break-word; | ||
294 | } | 296 | } |
295 | } | 297 | } |
296 | 298 |
-
Please register or login to post a comment