Selaa lähdekoodia

回收题干样式统一

natasha 10 kuukautta sitten
vanhempi
commit
e728562bf3
1 muutettua tiedostoa jossa 23 lisäystä ja 0 poistoa
  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;
     }
   }
 }