Browse Source

优化样式

bding 1 year ago
parent
commit
81203ca88a
2 changed files with 28 additions and 2 deletions
  1. 14 1
      src/views/hzyb/report/ChapterDetail.vue
  2. 14 1
      src/views/hzyb/report/Detail.vue

+ 14 - 1
src/views/hzyb/report/ChapterDetail.vue

@@ -700,7 +700,17 @@ export default {
             line-height: 1.8 !important;
             background-color: rgba(255, 255, 255, 0) !important;
         }
-        :deep(ul,ol,li,p){
+        :deep(p){
+            font-size: 36px !important;
+            line-height: 1.8 !important;
+            background-color: rgba(255, 255, 255, 0) !important;
+        }
+         :deep(ul){
+            font-size: 36px !important;
+            line-height: 1.8 !important;
+            background-color: rgba(255, 255, 255, 0) !important;
+        }
+         :deep(ol){
             font-size: 36px !important;
             line-height: 1.8 !important;
             background-color: rgba(255, 255, 255, 0) !important;
@@ -709,6 +719,9 @@ export default {
             width: 100% !important;
         }
         :deep(li) {
+            font-size: 36px !important;
+            line-height: 1.8 !important;
+            background-color: rgba(255, 255, 255, 0) !important;
             list-style: inherit !important;
             list-style-position: inside !important;
         }

+ 14 - 1
src/views/hzyb/report/Detail.vue

@@ -786,7 +786,17 @@ export default {
             line-height: 1.8 !important;
             background-color: rgba(255, 255, 255, 0) !important;
         }
-        :deep(ul,ol,li,p){
+        :deep(p){
+            font-size: 36px !important;
+            line-height: 1.8 !important;
+            background-color: rgba(255, 255, 255, 0) !important;
+        }
+         :deep(ul){
+            font-size: 36px !important;
+            line-height: 1.8 !important;
+            background-color: rgba(255, 255, 255, 0) !important;
+        }
+         :deep(ol){
             font-size: 36px !important;
             line-height: 1.8 !important;
             background-color: rgba(255, 255, 255, 0) !important;
@@ -795,6 +805,9 @@ export default {
             width: 100% !important;
         }
         :deep(li) {
+            font-size: 36px !important;
+            line-height: 1.8 !important;
+            background-color: rgba(255, 255, 255, 0) !important;
             list-style: inherit !important;
             list-style-position: inside !important;
         }