Explorar o código

回收题干样式统一

natasha hai 10 meses
pai
achega
e728562bf3
Modificáronse 1 ficheiros con 23 adicións e 0 borrados
  1. 23 0
      src/views/home/recovery/AnswerData.vue

+ 23 - 0
src/views/home/recovery/AnswerData.vue

@@ -359,14 +359,37 @@ export default {
     @include rich-text(12pt);
 
     font-size: 14px !important;
+    color: #1d2129 !important;
+    text-decoration: none !important;
+    background-color: transparent !important;
 
     :deep p {
       margin: 0;
       font-size: 14px !important;
+      color: #1d2129 !important;
+      text-decoration: none !important;
+      background-color: transparent !important;
     }
 
     :deep span {
       font-size: 14px !important;
+      color: #1d2129 !important;
+      text-decoration: none !important;
+      background-color: transparent !important;
+    }
+
+    :deep strong {
+      font-weight: normal !important;
+      color: #1d2129 !important;
+      text-decoration: none !important;
+      background-color: transparent !important;
+    }
+
+    :deep em {
+      font-style: normal !important;
+      color: #1d2129 !important;
+      text-decoration: none !important;
+      background-color: transparent !important;
     }
   }
 }