Authored by 张文文

商品详情页UI调整 review by lea.guo

@@ -1123,7 +1123,7 @@ export default { @@ -1123,7 +1123,7 @@ export default {
1123 &-item { 1123 &-item {
1124 display: flex; 1124 display: flex;
1125 justify-content: space-between; 1125 justify-content: space-between;
1126 - border-bottom: 1px solid #eee; 1126 + // border-bottom: 1px solid #eee;
1127 font-size: 28px; 1127 font-size: 28px;
1128 box-sizing: border-box; 1128 box-sizing: border-box;
1129 } 1129 }
@@ -1137,7 +1137,7 @@ export default { @@ -1137,7 +1137,7 @@ export default {
1137 /* font-family: SFProText-Medium; */ 1137 /* font-family: SFProText-Medium; */
1138 color: #000; 1138 color: #000;
1139 letter-spacing: 0; 1139 letter-spacing: 0;
1140 - font-weight: bold; 1140 + // font-weight: bold;
1141 } 1141 }
1142 } 1142 }
1143 1143