Commit 435b0e16 by Caiyijun

Merge remote-tracking branch 'remotes/origin/mutou' into dev_yijun

parents 058d90e2 ed5f5fe8
<template> <template>
<div class="main-page"> <div class="main-page">
<router-view class="main-page-child"/> <router-view/>
<div class="bottom-bar"> <div class="bottom-bar">
<div class="bottom-tab" @click="selectTab('SignUp')"> <div class="bottom-tab" @click="selectTab('SignUp')">
<div :class="['text', currentPage()==='SignUp'?'active':'']">7天健步挑战赛</div> <div :class="['text', currentPage()==='SignUp'?'active':'']">7天健步挑战赛</div>
...@@ -48,9 +48,6 @@ ...@@ -48,9 +48,6 @@
height: 100vh; height: 100vh;
padding-bottom: .9rem; padding-bottom: .9rem;
box-sizing: border-box; box-sizing: border-box;
.main-page-child {
height: 100%;
}
.bottom-bar { .bottom-bar {
width: 100%; width: 100%;
height: .9rem; height: .9rem;
......
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
line-height: 1; line-height: 1;
color: #333; color: #333;
margin-bottom: .24rem; margin-bottom: .24rem;
flex-shrink: 0;
img { img {
width: .26rem; width: .26rem;
height: .35rem; height: .35rem;
...@@ -149,6 +150,7 @@ ...@@ -149,6 +150,7 @@
margin-top: .34rem; margin-top: .34rem;
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
flex-shrink: 0;
&:last-of-type .section-content { &:last-of-type .section-content {
border-bottom: none; border-bottom: none;
} }
...@@ -175,6 +177,7 @@ ...@@ -175,6 +177,7 @@
} }
} }
.game-introduce-join-container { .game-introduce-join-container {
flex-shrink: 0;
.auth-container { .auth-container {
background: transparent; background: transparent;
margin-top: .26rem; margin-top: .26rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment