|
|
@ -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; |
|
|
} |
|
|
} |
|
|
|