82064491C07A712AE32B5B57EC6EF136 5 ماه پیش
والد
کامیت
d1d1af8ebd
1فایلهای تغییر یافته به همراه7 افزوده شده و 5 حذف شده
  1. 7 5
      src/main/resources/static/app/main/bigdata/showDjdsj/css/style.css

+ 7 - 5
src/main/resources/static/app/main/bigdata/showDjdsj/css/style.css

@@ -289,17 +289,18 @@
 }
 
 .main-table thead tr th{
-	color: #da8c00;
-	border: 1px solid #787777;
+	color: #ffc196;
+	border: 1px solid #ffc196;
 	font-size: 12px;
 	padding: 2px;
 }
 
 .main-table thead tr:first-child th{
-	color: #fffc03;
-	border: 1px solid #fffc03;
-	font-size: 16px;
+	color: #ffc196;
+	border: 1px solid #ffc196;
+	font-size: 18px;
 	padding: 5px;
+	font-weight: bold;
 }
 
 .main-table tbody tr td{
@@ -307,5 +308,6 @@
 	border: 1px solid #787777;
 	font-size: 12px;
 	padding: 2px;
+	height: 35px;
 }