Authored by 张文文

商品详情下划线fix review by lea.guo

@@ -1190,6 +1190,10 @@ export default { @@ -1190,6 +1190,10 @@ export default {
1190 // border-bottom: 1px solid #eee; 1190 // border-bottom: 1px solid #eee;
1191 font-size: 28px; 1191 font-size: 28px;
1192 box-sizing: border-box; 1192 box-sizing: border-box;
  1193 +
  1194 + &:first-child {
  1195 + border-bottom: 1px solid #eee;
  1196 + }
1193 } 1197 }
1194 1198
1195 &-name { 1199 &-name {