|
@@ -18,7 +18,7 @@
|
|
<span style="color: #e3b377; margin-left: 20px" @click="showDisclaimers = true">免责声明</span>
|
|
<span style="color: #e3b377; margin-left: 20px" @click="showDisclaimers = true">免责声明</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <img class="ppt-icon" v-if="hasPPt" @click="goPPtDetail" src="@/assets/hzyb/report/ppt-icon.png" alt="">
|
|
|
|
|
|
+ <img class="ppt-icon" style="bottom:190px" v-if="hasPPt" @click="goPPtDetail" src="@/assets/hzyb/report/ppt-icon.png" alt="">
|
|
</div>
|
|
</div>
|
|
<div class="rich-content">
|
|
<div class="rich-content">
|
|
<!-- <div v-html="info.report_chapter_item.content" v-if="info.auth_ok"></div> -->
|
|
<!-- <div v-html="info.report_chapter_item.content" v-if="info.auth_ok"></div> -->
|
|
@@ -579,10 +579,11 @@ export default {
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
}
|
|
}
|
|
.ppt-icon{
|
|
.ppt-icon{
|
|
- position: absolute;
|
|
|
|
- bottom: 14px;
|
|
|
|
- right: 10px;
|
|
|
|
- width: 40px;
|
|
|
|
|
|
+ position: fixed;
|
|
|
|
+ bottom: 250px;
|
|
|
|
+ right: 34px;
|
|
|
|
+ width: 100px;
|
|
|
|
+ height: 100px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|