2 Commits

  1. 6
      pages/start/startup/startup.vue
  2. BIN
      static/start-gif.gif

6
pages/start/startup/startup.vue

@ -7,7 +7,7 @@
/> />
<view class="logo-text"> DeepChart </view> --> <view class="logo-text"> DeepChart </view> -->
<image class="start" src="../../../static/start.webp" mode="scaleToFill" />
<image class="start" src="../../../static/start-gif.gif" mode="scaleToFill" />
</view> </view>
</template> </template>
@ -40,13 +40,13 @@ onShow(() => {
animationDuration: 1000, animationDuration: 1000,
}); });
} }
}, 3000);
}, 2000);
}); });
</script> </script>
<style> <style>
.background { .background {
background: linear-gradient(180deg, #fb6967, #fb6967);
/* background: linear-gradient(180deg, #fb6967, #fb6967); */
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
} }

BIN
static/start-gif.gif

After

Width: 750  |  Height: 1624  |  Size: 298 KiB

Loading…
Cancel
Save