Commit e74d45d51e80ab633e31ae0a0ba9d02b5c8aae93
1 parent
e9b6fc13
样式优化
Showing
1 changed file
with
4 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.less
| ... | ... | @@ -52,9 +52,12 @@ |
| 52 | 52 | padding-bottom: 40px; |
| 53 | 53 | overflow-y: auto; |
| 54 | 54 | box-sizing: border-box; |
| 55 | + .giftItem_box:first-child{ | |
| 56 | + margin-top: 20px; | |
| 57 | + } | |
| 55 | 58 | } |
| 56 | 59 | .tab_btn_list{ |
| 57 | - padding: 30px 30px 10px 30px; | |
| 60 | + margin: 30px 30px 10px 30px; | |
| 58 | 61 | // tab边框 |
| 59 | 62 | .van-hairline--top-bottom::after, |
| 60 | 63 | .van-hairline-unset--top-bottom::after { | ... | ... |