diff --git a/components/diy_notice/diy_notice.wxml b/components/diy_notice/diy_notice.wxml index be135f1..7b867a1 100644 --- a/components/diy_notice/diy_notice.wxml +++ b/components/diy_notice/diy_notice.wxml @@ -4,9 +4,9 @@ - {{object.noticetxt}} - {{object.noticetxt}} - {{object.noticetxt}} + {{object.noticetxt}} + {{object.noticetxt}} + {{object.noticetxt}} diff --git a/components/diy_notice/diy_notice.wxss b/components/diy_notice/diy_notice.wxss index 2330b15..9e1e912 100644 --- a/components/diy_notice/diy_notice.wxss +++ b/components/diy_notice/diy_notice.wxss @@ -39,7 +39,7 @@ white-space: nowrap; text-overflow: clip; position: relative; - font-size: 28rpx; + font-size: 24rpx; margin-left: 50rpx; margin-top: -45rpx; } @@ -47,8 +47,10 @@ display: inline-block; position: relative; padding-right: 0px; - animation: kf-marque-animation 4.5s linear infinite; + animation: kf-marque-animation 20s linear infinite; white-space: nowrap; + line-height: 2rpx;font-size: 24rpx; + } .pd_top10{margin: 10rpx 0}