Pārlūkot izejas kodu

高亮改为半透明

visuddhinanda 2 gadi atpakaļ
vecāks
revīzija
0dfa41b98a
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      dashboard/src/components/fts/search.css

+ 3 - 3
dashboard/src/components/fts/search.css

@@ -1,10 +1,10 @@
 .search_content > p > del {
-  background-color: yellow;
+  background-color: rgba(255, 255, 0, 0.5);
   color: black;
   text-decoration: none;
 }
 .search_content > p > strong > del {
-  background-color: yellow;
+  background-color: rgba(255, 255, 0, 0.5);
   color: black;
   font-weight: 700;
   text-decoration: none;
@@ -19,7 +19,7 @@
 }
 
 .hl {
-  background-color: yellow;
+  background-color: rgba(255, 255, 0, 0.5);
 }
 .note {
   color: #177ddc;