pdf预览页面样式调整3

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-10-12 10:33:08 +08:00
parent 1e77392b45
commit 07dafba445

View File

@@ -1,11 +1,12 @@
<template> <template>
<div class='insuranceInformation-container pb50 redRadioCheckbox'> <div class='insuranceInformation-container redRadioCheckbox' style="background: #eee;">
<van-notice-bar :scrollable='false' v-if='!Time' class='notice'> <van-notice-bar :scrollable='false' v-if='!Time' class='notice'>
{{ `提示:阅读时长需在${this.Time ? this.time : this.number}秒以上` }} {{ `提示:阅读时长需在${this.Time ? this.time : this.number}秒以上` }}
</van-notice-bar> </van-notice-bar>
<div id="pdf" style="height: 70vh;overflow: scroll;"> <div id="pdf" style="height: 70vh;overflow: scroll;">
<div id="pdfH5ID"></div> <div id="pdfH5ID"></div>
</div> </div>
<div style="background: #fff;">
<van-radio-group v-model='radio' class='pb10 pt20 pl30 fs14'> <van-radio-group v-model='radio' class='pb10 pt20 pl30 fs14'>
<van-radio name='1' @click='click'> <van-radio name='1' @click='click'>
本人确认已阅读<span>国富人寿保险股份有限公司委托代理合同</span> 本人确认已阅读<span>国富人寿保险股份有限公司委托代理合同</span>
@@ -22,6 +23,7 @@
<van-button type='danger' size='large' :disabled='isDisabledComplite' @click='goNext' v-no-more-click='1000'>提交 <van-button type='danger' size='large' :disabled='isDisabledComplite' @click='goNext' v-no-more-click='1000'>提交
</van-button> </van-button>
</div> </div>
</div>
<van-popup v-model="signSuccessShow" :close-on-click-overlay="false" round> <van-popup v-model="signSuccessShow" :close-on-click-overlay="false" round>
<div style="width: 300px;height: 150px;text-align: center;"> <div style="width: 300px;height: 150px;text-align: center;">
<div style="margin-top: 30px;font-size: 20px;">提交结果</div> <div style="margin-top: 30px;font-size: 20px;">提交结果</div>
@@ -222,7 +224,6 @@
} }
/deep/ .pageContainer{ /deep/ .pageContainer{
margin: 2vw; margin: 2vw;
background: #eee;
img{ img{
width: 96vw; width: 96vw;
} }