调整首页显示
This commit is contained in:
parent
c31df3f390
commit
826aa3a6bc
@ -20,6 +20,9 @@
|
||||
{
|
||||
font-family: zitic,serif;
|
||||
}
|
||||
body{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.video-js .vjs-big-play-button {
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user