Browse Source

价格驱动详情富文本标签权重调整

Karsa 2 years ago
parent
commit
46357eb7b2
1 changed files with 8 additions and 5 deletions
  1. 8 5
      src/views/hzyb/pricedriven/detail.vue

+ 8 - 5
src/views/hzyb/pricedriven/detail.vue

@@ -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;
       }
     }
   }