wangshan пре 6 година
родитељ
комит
0c826d4e41

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

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

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

@@ -4,7 +4,7 @@
 <title>招标订阅</title>
 {{include "/common/inc.html"}}
 <link href="/jyapp/css/dropload.css?v={{Msg "seo" "version"}}" rel="stylesheet">
-<link href="/jyapp/css/wxlist.css?v={{Msg "seo" "version"}}" rel="stylesheet">
+<link href="/jyapp/css/wxlist.css?v={{Msg "seo" "version"}}3" rel="stylesheet">
 <script src="/jyapp/js/jquery.js"></script>
 <script src="/jyapp/js/dropload.js?v={{Msg "seo" "version"}}"></script>
 <script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>

+ 1 - 1
src/web/staticres/css/wxlist.css

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

+ 2 - 2
src/web/staticres/dataExport/css/payment_order.css

@@ -92,13 +92,13 @@ body { background-color: #F5F5FB !important; }
 
 #pay .inner .money > div:nth-of-type(1) {margin: 30px 0 10px 20px;float: left; line-height: 20px; color: #888888; font-size: 12px;}
 
-#pay .inner .money > div:nth-of-type(2) { margin: 18px 0 11px 0; color: #1d1d1d; }
+#pay .inner .money > div:nth-of-type(2) { margin: 13px -3px 11px 0; color: #1d1d1d; }
 
 #pay .inner .money > div:nth-of-type(2) p{ height:24px}
 
 #pay .inner .money > div:nth-of-type(2) span { font-size: 24px; font-weight: bold; color: #ff3a20; }
 
-#pay .inner .money > div:nth-of-type(3) { color: #1d1d1d; margin-top: -18px;}
+#pay .inner .money > div:nth-of-type(3) { color: #1d1d1d; margin-top: -2px;font-size: 12px}
 
 #pay .inner .info .left { line-height: 20px; color: #888888; font-size: 12px;  margin-left: 20px;}
 

+ 1 - 1
src/web/templates/pc/createOrderPage.html

@@ -111,7 +111,7 @@
         <div class="money ">
 			<div>
 <!--				<p>如需发票,请拨打客服电话 400-108-6670</p>-->
-				<p>如发票金额低于200元(不含),则快递费用到付。</p>
+				<!--<p>如发票金额低于200元(不含),则快递费用到付。</p>-->
 			</div>
 			<div class="clearfix">
                 <p class="fr">应付总额:现价 <span class="pay_discount"></span></p>

+ 2 - 3
src/web/templates/weixin/historypush.html

@@ -4,7 +4,7 @@
 <title>招标订阅</title>
 {{include "/common/inc.html"}}
 <link href="{{Msg "seo" "cdn"}}/css/dropload.css?v={{Msg "seo" "version"}}" rel="stylesheet">
-<link href="{{Msg "seo" "cdn"}}/css/wxlist.css?v={{Msg "seo" "version"}}" rel="stylesheet">
+<link href="{{Msg "seo" "cdn"}}/css/wxlist.css?v={{Msg "seo" "version"}}3" rel="stylesheet">
 {{include "/common/weixin.html"}}
 <script src="/js/jquery.js"></script>
 <script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
@@ -508,7 +508,7 @@ function setSessionStorage(){
 
 function setVisitedIndex(obj,eid){
 	// console.log(obj.hasClass("visited")+"--------");
-	if(obj.find("a.bt").hasClass("visit")||obj.hasClass("visited")){
+	if(obj.find("a.bt").hasClass("visited")||obj.hasClass("visited")){
 		return;
 	}
 	obj.find("a.bt").addClass("visited");
@@ -681,7 +681,6 @@ a{
 	color: #fff;
 	font-size: 1.2rem;
 }
-
 .visited{
 	color: #a0a0a0 !important;
 }