Commit f1067e59 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 79a2f50d
......@@ -3,12 +3,12 @@
<view class="logo">
<image src="@/static/logo-about.png" mode="widthFix" style="border-radius: 20rpx;margin-bottom: 200rpx;" />
<view class="animation">
<text style="animation-delay: 0s;color: black;"></text>
<text style="animation-delay: 0.1s;color: black;"></text>
<text style="animation-delay: 0s;color: black;"></text>
<text style="animation-delay: 0.1s;color: black;"></text>
<text style="animation-delay: 0.2s;color: black;"></text>
<text style="animation-delay: 0.3s;color: black;"></text>
<text style="animation-delay: 0.4s;color: black;"></text>
<text style="animation-delay: 0.5s;color: black;"></text>
<text style="animation-delay: 0.4s;color: black;"></text>
<text style="animation-delay: 0.5s;color: black;"></text>
</view>
<view style="color: black;margin-top: 40rpx;font-size: 40rpx;">欢迎使用</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment