mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 23:16:43 +08:00
pdf预览页面样式调整2
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<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;background: #eee;">
|
<div id="pdf" style="height: 70vh;overflow: scroll;">
|
||||||
<div id="pdfH5ID"></div>
|
<div id="pdfH5ID"></div>
|
||||||
</div>
|
</div>
|
||||||
<van-radio-group v-model='radio' class='pb10 pt20 pl30 fs14'>
|
<van-radio-group v-model='radio' class='pb10 pt20 pl30 fs14'>
|
||||||
@@ -222,6 +222,7 @@
|
|||||||
}
|
}
|
||||||
/deep/ .pageContainer{
|
/deep/ .pageContainer{
|
||||||
margin: 2vw;
|
margin: 2vw;
|
||||||
|
background: #eee;
|
||||||
img{
|
img{
|
||||||
width: 96vw;
|
width: 96vw;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user