فهرست منبع

页面样式修改

yuzijian 2 سال پیش
والد
کامیت
78d321e3e6
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      src/main/resources/META-INF/resources/calculateView/calculate.html

+ 5 - 5
src/main/resources/META-INF/resources/calculateView/calculate.html

@@ -60,7 +60,7 @@
 
         .container-right table {
             cursor: default;
-            border: 1px solid #000;
+            border: #091538;
         }
 
         .container-right table {
@@ -71,14 +71,14 @@
 
         .container-right table thead td {
             color: #fff !important;
-            background:  #000;
+            background:  #091538;
         }
 
         .container-right table tr td {
             height: 35px;
             font-size: 18px;
-            color: #000;
-            border: 1px solid #000;
+            color: #091538;
+            border: 1px solid #091538;
             font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
         }
 
@@ -94,7 +94,7 @@
 
         .delete {
             color: #fff;
-            background-color:  #000;;
+            background-color:  #091538;
         }
 
         .change {