|
@@ -315,6 +315,9 @@ onUnmounted(() => {
|
|
|
<div>
|
|
|
<ul>
|
|
|
<li v-for="item in realContent" :key="item" v-html="item"></li>
|
|
|
+ <li>
|
|
|
+ <img src="https://hongze.oss-accelerate.aliyuncs.com/static/images/202207/20220711/op95CsxQ8USQn64kbT2oXJvZ3XWK.png" alt="" style="width: 920px;">
|
|
|
+ </li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -495,15 +498,15 @@ onUnmounted(() => {
|
|
|
.rich-section {
|
|
|
padding: 40px 34px;
|
|
|
::v-deep(img) {
|
|
|
- width: 100%;
|
|
|
+ width: 100% !important;
|
|
|
}
|
|
|
::v-deep(span) {
|
|
|
- font-size: 36px;
|
|
|
- line-height: 1.8;
|
|
|
+ font-size: 36px !important;
|
|
|
+ line-height: 1.8 !important;
|
|
|
}
|
|
|
::v-deep(p) {
|
|
|
- font-size: 36px;
|
|
|
- line-height: 1.8;
|
|
|
+ font-size: 36px !important;
|
|
|
+ line-height: 1.8 !important;
|
|
|
}
|
|
|
}
|
|
|
}
|