Răsfoiți Sursa

表格样式修改

wangshan 8 ani în urmă
părinte
comite
9a62d472e3
1 a modificat fișierele cu 16 adăugiri și 5 ștergeri
  1. 16 5
      src/web/templates/weixin/wxpush.html

+ 16 - 5
src/web/templates/weixin/wxpush.html

@@ -367,6 +367,7 @@ a{
 .shuxian{
 	padding: 0px !important;
     margin-right: -10px;
+	color: #e0e0e0;
 }
 #jytables{
 	/*不需要可自己删除*/
@@ -377,7 +378,7 @@ a{
 	border-collapse: collapse;
 }
 #jytables table td {
-	padding: .3rem 0;
+	padding: 5px;
 	border: 1px solid #E0E0E0;
 	text-align: center;
 	vertical-align: middle;
@@ -402,16 +403,26 @@ a{
 	width: 140%;
 }
 #jytables thead>tr>td:nth-child(1){
+	padding:.3rem 0;
 	width:30px;
 }
-#jytables tbody>tr>td:nth-child(2),#jytables tbody>tr>td:nth-child(3){
-	width:70px;
+#jytables tbody>tr>td:nth-child(2){
+	width:68px;
+}
+#jytables tbody>tr>td:nth-child(3){
+	width:74px;
 }
 #jytables tbody>tr>td:nth-child(4){
-	width:170px;
+	width:160px;
+	padding: 17px 5px;
+    line-height: 21px;
+    text-align: left;
 }
 #jytables tbody>tr>td:nth-child(5){
-	width:180px;
+	width: 160px;
+    padding: 17px 5px;
+    line-height: 21px;
+    text-align: left;
 }
 .prompt{
 	padding:10px 10px 20px;