Authored by 张文文

商品详情促销改版 review by lea.guo

@@ -1192,6 +1192,11 @@ export default { @@ -1192,6 +1192,11 @@ export default {
1192 box-sizing: border-box; 1192 box-sizing: border-box;
1193 1193
1194 &:first-child { 1194 &:first-child {
  1195 + border-top: 1px solid #eee;
  1196 + border-bottom: 1px solid #eee;
  1197 + }
  1198 +
  1199 + &:last-child {
1195 border-bottom: 1px solid #eee; 1200 border-bottom: 1px solid #eee;
1196 } 1201 }
1197 } 1202 }