Commit 53bb4057 by 穆启卓

bug和需求

parent 8d780488
...@@ -24,7 +24,7 @@ div.ShareModal { ...@@ -24,7 +24,7 @@ div.ShareModal {
left: 0; left: 0;
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
border: 1px solid transparent; border: 1px solid transparent;
z-index: 100; z-index: 20000;
} }
.tip { .tip {
......
...@@ -58,7 +58,8 @@ ...@@ -58,7 +58,8 @@
<div class="swiper-pagination" slot="pagination" style="opacity: 0"></div> <div class="swiper-pagination" slot="pagination" style="opacity: 0"></div>
</swiper> </swiper>
<!-- </div>--> <!-- </div>-->
<div class="func-btn" @click="goOtherPage('GoXCX')">提交今日步数</div> <div class="func-btn green-btn" @click="inviteFriend" v-if="record_list[0].status === 0">邀请好友来参赛</div>
<div class="func-btn" @click="goOtherPage('GoXCX')" v-else>提交今日步数</div>
<div class="next-func-btn" v-if="next_signup" @click="joinNextGame()">报名下一期</div> <div class="next-func-btn" v-if="next_signup" @click="joinNextGame()">报名下一期</div>
<!-- 报名成功弹框 --> <!-- 报名成功弹框 -->
...@@ -658,6 +659,9 @@ ...@@ -658,6 +659,9 @@
text-align: center; text-align: center;
margin-top: 1.2rem; margin-top: 1.2rem;
} }
.green-btn {
background: #1fdbb1;
}
.next-func-btn { .next-func-btn {
width: 5.6rem; width: 5.6rem;
......
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