commit
This commit is contained in:
@@ -5,7 +5,7 @@ layout("/layouts/platform_h5.html"){
|
|||||||
<div id="app" v-cloak>
|
<div id="app" v-cloak>
|
||||||
<van-nav-bar @click-left="historyBack" left-arrow left-text="返回" :title="pageTitle" placeholder fixed></van-nav-bar>
|
<van-nav-bar @click-left="historyBack" left-arrow left-text="返回" :title="pageTitle" placeholder fixed></van-nav-bar>
|
||||||
|
|
||||||
<div class="container" :style="{'padding-bottom': answerRecord.isFinish ? 0 : '84px'}">
|
<div class="container" :style="{'padding-bottom': answerRecord.isFinish ? 0 : 'calc(84px + env(safe-area-inset-bottom))'}">
|
||||||
<div class="quiz-hero" :style="heroStyle">
|
<div class="quiz-hero" :style="heroStyle">
|
||||||
<div class="quiz-hero-mask">
|
<div class="quiz-hero-mask">
|
||||||
<div class="timer" v-if="activity.timeLimit > 0 && !answerRecord.isFinish && !isEnd">
|
<div class="timer" v-if="activity.timeLimit > 0 && !answerRecord.isFinish && !isEnd">
|
||||||
@@ -450,10 +450,12 @@ layout("/layouts/platform_h5.html"){
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
padding: 20px;
|
z-index: 1001;
|
||||||
|
padding: 20px 20px calc(20px + env(safe-area-inset-bottom));
|
||||||
display: flex;
|
display: flex;
|
||||||
column-gap: 20px;
|
column-gap: 20px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user