|
|
|
@ -15,7 +15,8 @@
|
|
|
|
:localdata="item.answer" :wrap='true' multiple :map="{text:'content',value:'content'}" />
|
|
|
|
:localdata="item.answer" :wrap='true' multiple :map="{text:'content',value:'content'}" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<view disabled class="justify-between submitBtn">
|
|
|
|
<view disabled class="justify-between submitBtn">
|
|
|
|
<text>需要正确率达{{rate}}%</text>
|
|
|
|
<text>需要正确率达{{rate}}%</text>
|
|
|
|
<text @click="submitAnswer">提交</text>
|
|
|
|
<text @click="submitAnswer">提交</text>
|
|
|
|
@ -164,13 +165,16 @@
|
|
|
|
<style scoped>
|
|
|
|
<style scoped>
|
|
|
|
.containers {
|
|
|
|
.containers {
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
min-height: 100vh;
|
|
|
|
|
|
|
|
padding: 20rpx;
|
|
|
|
padding: 20rpx;
|
|
|
|
padding-bottom: 60rpx;
|
|
|
|
padding-bottom: 60rpx;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.asks {}
|
|
|
|
.asks {
|
|
|
|
|
|
|
|
min-height: 80vh;
|
|
|
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.asks>view,
|
|
|
|
.asks>view,
|
|
|
|
.asks>view>view {
|
|
|
|
.asks>view>view {
|
|
|
|
@ -178,10 +182,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.containers>.submitBtn {
|
|
|
|
.containers>.submitBtn {
|
|
|
|
position: absolute;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 60rpx;
|
|
|
|
bottom: 0;
|
|
|
|
margin: 20rpx;
|
|
|
|
width: 100%;
|
|
|
|
width: 90%;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.containers>.submitBtn text {
|
|
|
|
.containers>.submitBtn text {
|
|
|
|
|