Browse Source

替换启动页动画1

milestone-20251031-简版功能开发
wangyi 3 weeks ago
parent
commit
1d555e7d93
  1. 15
      pages/start/startup/startup.vue

15
pages/start/startup/startup.vue

@ -7,7 +7,11 @@
/> />
<view class="logo-text"> DeepChart </view> --> <view class="logo-text"> DeepChart </view> -->
<image class="start" src="../../../static/start-gif.gif" mode="scaleToFill" />
<image
class="start"
src="../../../static/start-gif.gif"
mode="scaleToFill"
/>
</view> </view>
</template> </template>
@ -46,14 +50,17 @@ onShow(() => {
<style> <style>
.background { .background {
/* background: linear-gradient(180deg, #fb6967, #fb6967); */
background: #ffffff;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
display: flex;
justify-content: center;
align-items: center;
} }
.start { .start {
width: 100vw;
height: 100vh;
width: 750rpx;
height: 1624rpx;
} }
.logo-text { .logo-text {

Loading…
Cancel
Save