商品详情下划线fix review by lea.guo
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -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 { |
-
Please register or login to post a comment