xuzhiheng 6 tahun lalu
induk
melakukan
3a3d4e175e

+ 5 - 0
src/jfw/modules/app/src/web/staticres/jyapp/css/wxlist.css

@@ -1,4 +1,9 @@
 /*列表样式*/
+.tslist .bt{
+	color: #1d1d1d;
+	text-decoration: none;
+	word-break: break-all;
+}
 .tslist .keyword{
 	color:#2cb7ca;
 }

+ 1 - 6
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -714,13 +714,8 @@ a{
 	right: 15px;
 	z-index: 999999;
 }
-.bt{
-	color: #1d1d1d;
-	text-decoration: none;
-	word-break: break-all;
-}
 .visited{
-	color: #a0a0a0;
+	color: #a0a0a0 !important;
 }
 </style>
 </head>

+ 5 - 0
src/web/staticres/css/wxlist.css

@@ -1,4 +1,9 @@
 /*列表样式*/
+.tslist .bt{
+	color: #1d1d1d;
+	text-decoration: none;
+	word-break: break-all;
+}
 .tslist .keyword{
 	color:#2cb7ca;
 }

+ 1 - 6
src/web/templates/weixin/historypush.html

@@ -681,13 +681,8 @@ a{
 	color: #fff;
 	font-size: 1.2rem;
 }
-.bt{
-	color: #1d1d1d;
-	text-decoration: none;
-	word-break: break-all;
-}
 .visited{
-	color: #a0a0a0;
+	color: #a0a0a0 !important;
 }
 </style>
 </head>