Commit 2fd808505452a49ae394a9ea07614297d5fb1663
1 parent
3e4af8ab
样式优化
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/myGiftBox/myGiftBox.less
| ... | ... | @@ -59,10 +59,10 @@ |
| 59 | 59 | } |
| 60 | 60 | .item_box{ |
| 61 | 61 | height: 100vh; |
| 62 | - padding-bottom: 40px; | |
| 62 | + padding: 160px 0 40px 0; | |
| 63 | 63 | overflow-y: auto; |
| 64 | 64 | box-sizing: border-box; |
| 65 | - padding-top: 120px; | |
| 65 | + // padding-top: 120px; | |
| 66 | 66 | .giftItem_box:first-child{ |
| 67 | 67 | margin-top: 20px; |
| 68 | 68 | } | ... | ... |