商品详情促销改版 review by lea.guo
Showing
1 changed file
with
5 additions
and
0 deletions
@@ -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 | } |
-
Please register or login to post a comment