|
@@ -24,9 +24,8 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="abstract" v-if="reportInfo && !!reportInfo.NeedSplice">
|
|
|
|
|
|
+ <div class="abstract" v-if="reportInfo && !!reportInfo.NeedSplice && reportInfo.Abstract">
|
|
<div v-if="reportInfo.Abstract">摘要:{{ reportInfo.Abstract }}</div>
|
|
<div v-if="reportInfo.Abstract">摘要:{{ reportInfo.Abstract }}</div>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 章节报告 -->
|
|
<!-- 章节报告 -->
|
|
@@ -41,7 +40,10 @@
|
|
</div>
|
|
</div>
|
|
<div id="resetcss" style="overflow:hidden;" v-html="reportInfo.Content" v-else></div>
|
|
<div id="resetcss" style="overflow:hidden;" v-html="reportInfo.Content" v-else></div>
|
|
|
|
|
|
- <div class="disclaimer" v-html="configInfo.Disclaimer"></div>
|
|
|
|
|
|
+ <div class="disclaimer" v-if="configInfo.Disclaimer">
|
|
|
|
+ <h3>免责声明:</h3>
|
|
|
|
+ <div v-html="configInfo.Disclaimer"></div>
|
|
|
|
+ </div>
|
|
|
|
|
|
<div class="html-end-img-box" v-if="reportInfo && !!reportInfo.NeedSplice && reportInfo.EndImg">
|
|
<div class="html-end-img-box" v-if="reportInfo && !!reportInfo.NeedSplice && reportInfo.EndImg">
|
|
<img :src="reportInfo.EndImg" alt="" style="display:block;width:100%">
|
|
<img :src="reportInfo.EndImg" alt="" style="display:block;width:100%">
|
|
@@ -215,7 +217,7 @@ body{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.abstract{
|
|
.abstract{
|
|
- padding:10px 0; box-sizing:border-box; font-size:22px; line-height:36px;
|
|
|
|
|
|
+ box-sizing:border-box; font-size:22px; line-height:36px;
|
|
border-left: 0.2rem solid #007aff;
|
|
border-left: 0.2rem solid #007aff;
|
|
margin:0.6rem 0;
|
|
margin:0.6rem 0;
|
|
div{
|
|
div{
|
|
@@ -261,6 +263,9 @@ body{
|
|
font-size: 0.58rem;
|
|
font-size: 0.58rem;
|
|
padding: 30px 0;
|
|
padding: 30px 0;
|
|
border-top: 1px solid #ccc;
|
|
border-top: 1px solid #ccc;
|
|
|
|
+ h3 {
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-width:1200px){
|
|
@media screen and (max-width:1200px){
|