|
@@ -1,5 +1,6 @@
|
|
|
<!--index.wxml-->
|
|
|
- <view wx:if="{{datas.notices.length>0}}" class="marquee_container" style="--marqueeWidth--:-24em">
|
|
|
+ <view wx:if="{{datas.notices.length>0}}" class="marquee_container"
|
|
|
+ style="{{'--marqueeWidth--:'+-12*datas.notices.length+'em'}}">
|
|
|
<view class="zd"></view>
|
|
|
<image src="../images/tttz.png" mode="widthFix"></image>
|
|
|
<view class="marquee_text">
|