Commit b50b896212d7f9235ae80e4ecc8cd916de2613a3

Authored by season
1 parent c4d2545b

公告字体修改

components/diy_notice/diy_notice.wxss
@@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
39 white-space: nowrap; 39 white-space: nowrap;
40 text-overflow: clip; 40 text-overflow: clip;
41 position: relative; 41 position: relative;
42 - font-size: 24rpx; 42 + font-size: 28rpx;
43 margin-left: 50rpx; 43 margin-left: 50rpx;
44 margin-top: -45rpx; 44 margin-top: -45rpx;
45 } 45 }
@@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
49 padding-right: 0px; 49 padding-right: 0px;
50 animation: kf-marque-animation 20s linear infinite; 50 animation: kf-marque-animation 20s linear infinite;
51 white-space: nowrap; 51 white-space: nowrap;
52 - line-height: 2rpx;font-size: 24rpx; 52 + line-height: 2rpx;font-size: 28rpx;
53 53
54 } 54 }
55 55