Commit c10cc7808a4752b3df9cab248f8524eacbb1600f
1 parent
69e7d5ef
导航球样式修改
Showing
2 changed files
with
6 additions
and
4 deletions
components/nav_box_card/nav_box.wxss
| ... | ... | @@ -26,14 +26,16 @@ height: 50rpx; |
| 26 | 26 | color: #ffff; |
| 27 | 27 | font-size: 50rpx; |
| 28 | 28 | background: none; |
| 29 | +line-height: 78rpx; | |
| 30 | + | |
| 29 | 31 | |
| 30 | 32 | } |
| 31 | 33 | |
| 32 | 34 | .box_main .dian image{ |
| 33 | 35 | width: 60rpx; |
| 34 | 36 | height: 20rpx; |
| 35 | -margin: 0rpx 0 0 10rpx; | |
| 36 | -margin-bottom: 7rpx; | |
| 37 | + | |
| 38 | + | |
| 37 | 39 | |
| 38 | 40 | } |
| 39 | 41 | ... | ... |