Files
gaoYuJournal/miniprogram/components/background/snowflake/index.wxml
2026-01-28 14:11:54 +08:00

11 lines
318 B
Plaintext

<!--components/background/snow/index.wxml-->
<view class="snowflakes" style="width: {{docWidth}}px; height: {{docHeight}}px;">
<t-icon
class="snowflake"
wx:for="{{snowflakes}}"
wx:key="index"
style="left: {{item.x}}px; font-size: {{item.s}}rpx; animation-duration: {{item.speed}}s;"
name="plus"
/>
</view>