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,14 +26,16 @@ height: 50rpx; | ||
| 26 | color: #ffff; | 26 | color: #ffff; |
| 27 | font-size: 50rpx; | 27 | font-size: 50rpx; |
| 28 | background: none; | 28 | background: none; |
| 29 | +line-height: 78rpx; | ||
| 30 | + | ||
| 29 | 31 | ||
| 30 | } | 32 | } |
| 31 | 33 | ||
| 32 | .box_main .dian image{ | 34 | .box_main .dian image{ |
| 33 | width: 60rpx; | 35 | width: 60rpx; |
| 34 | height: 20rpx; | 36 | height: 20rpx; |
| 35 | -margin: 0rpx 0 0 10rpx; | ||
| 36 | -margin-bottom: 7rpx; | 37 | + |
| 38 | + | ||
| 37 | 39 | ||
| 38 | } | 40 | } |
| 39 | 41 |
pages/user/cardinfo/cardinfo.wxss
| @@ -6,9 +6,9 @@ | @@ -6,9 +6,9 @@ | ||
| 6 | height: 100%; | 6 | height: 100%; |
| 7 | } | 7 | } |
| 8 | .box--box_main .box--dian wx-image { | 8 | .box--box_main .box--dian wx-image { |
| 9 | - margin: 0px 0 0 4px; | 9 | + margin: 0px 0 0 10rpx; |
| 10 | 10 | ||
| 11 | - margin-bottom: 4px; | 11 | + margin-bottom: 10rpx; |
| 12 | 12 | ||
| 13 | } | 13 | } |
| 14 | .MemberPlus { | 14 | .MemberPlus { |