调整首页显示

This commit is contained in:
cebgcontract 2022-02-23 15:47:59 +08:00
parent c31df3f390
commit 826aa3a6bc
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
{
font-family: zitic,serif;
}
body{
overflow-x: hidden;
}
.video-js .vjs-big-play-button {
top: 0;
left: 0;

View File

@ -18,7 +18,7 @@
<div class="logo">
<img src="@/assets/main/p1/icon_logo_t.png" alt="logo"/>
</div>
<div class="login-btn">
<div class="login-btn" @click="collectToWallet">
<img src="@/assets/mobile/index/icon-login.png" alt="login"/>
</div>
</header>

View File

@ -33,7 +33,7 @@ export default class MobileIndex extends Vue {}
<style lang="scss" scoped>
.container{
width: 100vw;
margin: 0 auto;
margin: 10.4vw auto 0;
background-color: #2E2E2E;
}
</style>