Commit b50b896212d7f9235ae80e4ecc8cd916de2613a3
1 parent
c4d2545b
公告字体修改
Showing
1 changed file
with
2 additions
and
2 deletions
components/diy_notice/diy_notice.wxss
| ... | ... | @@ -39,7 +39,7 @@ |
| 39 | 39 | white-space: nowrap; |
| 40 | 40 | text-overflow: clip; |
| 41 | 41 | position: relative; |
| 42 | - font-size: 24rpx; | |
| 42 | + font-size: 28rpx; | |
| 43 | 43 | margin-left: 50rpx; |
| 44 | 44 | margin-top: -45rpx; |
| 45 | 45 | } |
| ... | ... | @@ -49,7 +49,7 @@ |
| 49 | 49 | padding-right: 0px; |
| 50 | 50 | animation: kf-marque-animation 20s linear infinite; |
| 51 | 51 | white-space: nowrap; |
| 52 | - line-height: 2rpx;font-size: 24rpx; | |
| 52 | + line-height: 2rpx;font-size: 28rpx; | |
| 53 | 53 | |
| 54 | 54 | } |
| 55 | 55 | ... | ... |