jason.lu há 6 anos atrás
pai
commit
d0a3cd8dfc
2 ficheiros alterados com 8 adições e 2 exclusões
  1. 6 0
      dapingmu.html
  2. 2 2
      lazhang.html

+ 6 - 0
dapingmu.html

@@ -42,6 +42,12 @@
         .middle-font{
             font-size: 1.02em;
         }
+        .green-bar {
+            background-color: #0f9d58 !important;
+        }
+        .red-bar {
+            background-color: #732020 !important;
+        }
     </style>
     <script src="css/third/hchart.js"></script>
     <script src="css/third/exporting.js"></script>

+ 2 - 2
lazhang.html

@@ -50,10 +50,10 @@
              font-size: 1.02em;
         }
         .green-bar {
-             background-color: #0f9d58;
+             background-color: #0f9d58 !important;
         }
         .red-bar {
-             background-color: #732020;
+             background-color: #732020 !important;
         }
     </style>
     <script src="css/third/hchart.js"></script>