|
@@ -16,7 +16,7 @@
|
|
|
<div class="content-wrap">
|
|
|
<div v-for="item in info.ResearchReportTypeContentList" :key="item.sort">
|
|
|
<h2 style="font:600 0.76rem/1.2rem '思源黑体' !important; color:#000;margin:5px 0">{{item.content_type?item.content_type:'核心观点'}}</h2>
|
|
|
- <div v-html="item.content" style="font:500 0.76rem/1.2rem '思源黑体'; color:#333;"></div>
|
|
|
+ <div v-html="item.content" style="font-size:0.76rem/1.2rem; color:#333;"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="footer-wrap">
|