|
|
@ -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 { |
|
|
|