xuzhiheng %!s(int64=5) %!d(string=hai) anos
pai
achega
053e749cba

+ 14 - 6
src/jfw/modules/app/src/web/templates/dataExport/dataExport_appended.html

@@ -15,18 +15,24 @@
     <link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
 </head>
 <style>
+    .page{
+		display: flex;
+		flex-direction: column;
+		height: 100%;
+		justify-content: space-between;
+	}
     .app-layout-header{
         line-height: 44px;
         background-color: #FFFFFF;
         text-align: center;
         border-bottom: 1px solid #E6E6E6;
         font-size: 17px;
-        position: fixed;
+        /*position: fixed;*/
         padding-top: 20px;
-        z-index: 99999;
-        left: 0;
-        right: 0;
-        top: 0;
+        /*z-index: 99999;*/
+        /*left: 0;*/
+        /*right: 0;*/
+        /*top: 0;*/
         color: #444444;
     }
     body{
@@ -56,11 +62,12 @@
 
 </style>
 <body>
+<div class="page">
 <div class="app-layout-header">
     <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
     附加词
 </div>
-<div class="keyWord" style="padding-top: 50px">
+<div class="keyWord">
     <section class="content">
     <p class="title">示例:开发(附加词)</p>
 <!-- 添加附加词 -->
@@ -115,6 +122,7 @@
     </div>
 
     </div>
+   </div>
     <script src="/jyapp/dataExport/js/zepto.js?v={{Msg "seo" "version"}}"></script>
     <script src="/jyapp/dataExport/js/weui.min.js?v={{Msg "seo" "version"}}"></script>
     <script>

+ 23 - 15
src/jfw/modules/app/src/web/templates/dataExport/dataExport_appendedInput.html

@@ -15,20 +15,26 @@
     <link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
     </head>
     <style>
-        .app-layout-header{
-            line-height: 44px;
-            background-color: #FFFFFF;
-            text-align: center;
-            border-bottom: 1px solid #E6E6E6;
-            font-size: 17px;
-            position: fixed;
-            padding-top: 20px;
-            z-index: 99999;
-            left: 0;
-            right: 0;
-            top: 0;
-            color: #444444;
-        }
+        .page{
+			display: flex;
+			flex-direction: column;
+			height: 100%;
+			justify-content: space-between;
+		}
+	    .app-layout-header{
+	        line-height: 44px;
+	        background-color: #FFFFFF;
+	        text-align: center;
+	        border-bottom: 1px solid #E6E6E6;
+	        font-size: 17px;
+	        /*position: fixed;*/
+	        padding-top: 20px;
+	        /*z-index: 99999;*/
+	        /*left: 0;*/
+	        /*right: 0;*/
+	        /*top: 0;*/
+	        color: #444444;
+	    }
         body{
             background: rgba(245,244,249,1)!important;
         }
@@ -48,11 +54,12 @@
         }
     </style>
     <body>
+    	<div class="page">
     <div class="app-layout-header">
         <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
         附加词
     </div>
-    <div class="keyWord" style="padding-top: 50px;">
+    <div class="keyWord">
         <section class="content">
         <p class="title">示例:开发(附加词)</p>
     <!-- 添加附加词 -->
@@ -96,6 +103,7 @@
         </div>
 
         </div>
+       </div>
         <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/zepto.js?v={{Msg "seo" "version"}}"></script>
     <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/weui.min.js?v={{Msg "seo" "version"}}"></script>
     <script>

+ 12 - 0
src/jfw/modules/app/src/web/templates/dataExport/dataExport_area.html

@@ -780,6 +780,10 @@
 								 $(this).addClass("active");
 								 if($(this).parent().prev().prop("class") !== "tab municipality"){
 									 $(this).parent().slideDown();
+									 $(this).parent().prev().find('i').css({
+										 "display":"inline-block",
+							 			 "transform":"rotate(-180deg)"
+									 })
 								 }
 							 }
 						 })
@@ -810,6 +814,10 @@
 									 });
 									 if($(this).prop("class") !== "tab municipality"){
 										 $(this).next().slideDown();
+										 $(this).find('i').css({
+											 "display":"inline-block",
+								 			 "transform":"rotate(-180deg)"
+										 })
 									 }
 								 }
 							 });
@@ -818,6 +826,10 @@
 									 $(this).addClass("active");
 									 if($(this).parent().prev().prop("class") !== "tab municipality"){
 										 $(this).parent().slideDown();
+										 $(this).parent().prev().find('i').css({
+											 "display":"inline-block",
+								 			 "transform":"rotate(-180deg)"
+										 })
 									 }
 								 }
 							 })

+ 22 - 14
src/jfw/modules/app/src/web/templates/dataExport/dataExport_buyerEdit.html

@@ -15,20 +15,26 @@
 	<link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
 </head>
 <style>
-	.app-layout-header{
-		line-height: 44px;
-		background-color: #FFFFFF;
-		text-align: center;
-		border-bottom: 1px solid #E6E6E6;
-		font-size: 17px;
-		position: fixed;
-		padding-top: 20px;
-		z-index: 99999;
-		left: 0;
-		right: 0;
-		top: 0;
-		color: #444444;
+	.page{
+		display: flex;
+		flex-direction: column;
+		height: 100%;
+		justify-content: space-between;
 	}
+    .app-layout-header{
+        line-height: 44px;
+        background-color: #FFFFFF;
+        text-align: center;
+        border-bottom: 1px solid #E6E6E6;
+        font-size: 17px;
+        /*position: fixed;*/
+        padding-top: 20px;
+        /*z-index: 99999;*/
+        /*left: 0;*/
+        /*right: 0;*/
+        /*top: 0;*/
+        color: #444444;
+    }
 	body{
 		background: rgba(245,244,249,1)!important;
 	}
@@ -60,11 +66,12 @@
 </style>
 
 <body>
+	<div class="page">
 <div class="app-layout-header">
 	<span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
 	采购单位
 </div>
-<div class="keyWord" style="padding-top:70px">
+<div class="keyWord">
 	<section class="content">
 	<div class="enter addkeyWord">
 		<input type="text" class="enterOne" placeholder="采购单位名称" />
@@ -87,6 +94,7 @@
 <div class="addKeyWord">
 	<i class="iconfont icon-tianjia"></i>
 </div>
+</div>
 <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/zepto.js"></script>
 <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/weui.min.js"></script>
 <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/additionWord.js?v={{Msg "seo" "version"}}33"></script>

+ 23 - 15
src/jfw/modules/app/src/web/templates/dataExport/dataExport_buyerInput.html

@@ -15,20 +15,26 @@
     <link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
     </head>
     <style>
-        .app-layout-header{
-            line-height: 44px;
-            background-color: #FFFFFF;
-            text-align: center;
-            border-bottom: 1px solid #E6E6E6;
-            font-size: 17px;
-            position: fixed;
-            padding-top: 20px;
-            z-index: 99999;
-            left: 0;
-            right: 0;
-            top: 0;
-            color: #444444;
-        }
+        .page{
+			display: flex;
+			flex-direction: column;
+			height: 100%;
+			justify-content: space-between;
+		}
+	    .app-layout-header{
+	        line-height: 44px;
+	        background-color: #FFFFFF;
+	        text-align: center;
+	        border-bottom: 1px solid #E6E6E6;
+	        font-size: 17px;
+	        /*position: fixed;*/
+	        padding-top: 20px;
+	        /*z-index: 99999;*/
+	        /*left: 0;*/
+	        /*right: 0;*/
+	        /*top: 0;*/
+	        color: #444444;
+	    }
         body{
             background: rgba(245,244,249,1)!important;
         }
@@ -55,11 +61,12 @@
     </style>
 
     <body>
+    	<div class="page">
     <div class="app-layout-header">
         <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
         采购单位
     </div>
-    <div class="keyWord" style="padding-top: 70px;">
+    <div class="keyWord">
         <section class="content">
         <div class="enter addkeyWord">
         <input type="text" class="enterOne" placeholder="采购单位名称" />
@@ -80,6 +87,7 @@
 
         </section>
         </div>
+       </div>
         <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/zepto.js"></script>
     <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/weui.min.js"></script>
     <script>

+ 14 - 6
src/jfw/modules/app/src/web/templates/dataExport/dataExport_exclude.html

@@ -15,18 +15,24 @@
     <link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
 </head>
 <style>
+    .page{
+		display: flex;
+		flex-direction: column;
+		height: 100%;
+		justify-content: space-between;
+	}
     .app-layout-header{
         line-height: 44px;
         background-color: #FFFFFF;
         text-align: center;
         border-bottom: 1px solid #E6E6E6;
         font-size: 17px;
-        position: fixed;
+        /*position: fixed;*/
         padding-top: 20px;
-        z-index: 99999;
-        left: 0;
-        right: 0;
-        top: 0;
+        /*z-index: 99999;*/
+        /*left: 0;*/
+        /*right: 0;*/
+        /*top: 0;*/
         color: #444444;
     }
     body{
@@ -56,11 +62,12 @@
 
 </style>
 <body>
+	<div class="page">
 <div class="app-layout-header">
     <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
     排除词
 </div>
-<div class="keyWord" style="padding-top: 50px">
+<div class="keyWord">
     <section class="content">
     <p class="title">示例:运维(排除词)</p>
 <!-- 添加附加词 -->
@@ -115,6 +122,7 @@
     </div>
 
     </div>
+   </div>
     <script src="/jyapp/dataExport/js/zepto.js?v={{Msg "seo" "version"}}"></script>
     <script src="/jyapp/dataExport/js/weui.min.js?v={{Msg "seo" "version"}}"></script>
     <script>

+ 23 - 15
src/jfw/modules/app/src/web/templates/dataExport/dataExport_excludeInput.html

@@ -15,20 +15,26 @@
     <link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
     </head>
     <style>
-        .app-layout-header{
-            line-height: 44px;
-            background-color: #FFFFFF;
-            text-align: center;
-            border-bottom: 1px solid #E6E6E6;
-            font-size: 17px;
-            position: fixed;
-            padding-top: 20px;
-            z-index: 99999;
-            left: 0;
-            right: 0;
-            top: 0;
-            color: #444444;
-        }
+        .page{
+			display: flex;
+			flex-direction: column;
+			height: 100%;
+			justify-content: space-between;
+		}
+	    .app-layout-header{
+	        line-height: 44px;
+	        background-color: #FFFFFF;
+	        text-align: center;
+	        border-bottom: 1px solid #E6E6E6;
+	        font-size: 17px;
+	        /*position: fixed;*/
+	        padding-top: 20px;
+	        /*z-index: 99999;*/
+	        /*left: 0;*/
+	        /*right: 0;*/
+	        /*top: 0;*/
+	        color: #444444;
+	    }
         body{
             background: rgba(245,244,249,1)!important;
         }
@@ -48,11 +54,12 @@
         }
     </style>
     <body>
+    	<div class="page">
     <div class="app-layout-header">
         <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
         排除词
     </div>
-    <div class="keyWord" style="padding-top: 50px;">
+    <div class="keyWord">
         <section class="content">
         <p class="title">示例:运维(排除词)</p>
     <!-- 添加附加词 -->
@@ -104,6 +111,7 @@
         </div>
 
         </div>
+       </div>
         <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/zepto.js?v={{Msg "seo" "version"}}"></script>
     <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/weui.min.js?v={{Msg "seo" "version"}}"></script>
     <script>

+ 14 - 6
src/jfw/modules/app/src/web/templates/dataExport/dataExport_keyWordInput.html

@@ -15,18 +15,24 @@
     <link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
 </head>
 <style>
+    .page{
+		display: flex;
+		flex-direction: column;
+		height: 100%;
+		justify-content: space-between;
+	}
     .app-layout-header{
         line-height: 44px;
         background-color: #FFFFFF;
         text-align: center;
         border-bottom: 1px solid #E6E6E6;
         font-size: 17px;
-        position: fixed;
+        /*position: fixed;*/
         padding-top: 20px;
-        z-index: 99999;
-        left: 0;
-        right: 0;
-        top: 0;
+        /*z-index: 99999;*/
+        /*left: 0;*/
+        /*right: 0;*/
+        /*top: 0;*/
         color: #444444;
     }
     body{
@@ -48,11 +54,12 @@
     }
 </style>
 <body>
+	<div class="page">
 <div class="app-layout-header">
     <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
     关键词
 </div>
-<div class="keyWord" style="padding-top: 50px;">
+<div class="keyWord">
 	<section class="content">
     <p class="title">示例:软件系统(关键词);  开发(附加词);  运维(排除词)</p>
     <!-- 添加关键词 -->
@@ -99,6 +106,7 @@
 
     </div>
 
+</div>
 </div>
 <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/zepto.js?v={{Msg "seo" "version"}}"></script>
 <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/weui.min.js?v={{Msg "seo" "version"}}"></script>

+ 22 - 14
src/jfw/modules/app/src/web/templates/dataExport/dataExport_winnerEdit.html

@@ -15,20 +15,26 @@
 	<link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
 	</head>
 	<style>
-		.app-layout-header{
-			line-height: 44px;
-			background-color: #FFFFFF;
-			text-align: center;
-			border-bottom: 1px solid #E6E6E6;
-			font-size: 17px;
-			position: fixed;
-			padding-top: 20px;
-			z-index: 99999;
-			left: 0;
-			right: 0;
-			top: 0;
-			color: #444444;
+		.page{
+			display: flex;
+			flex-direction: column;
+			height: 100%;
+			justify-content: space-between;
 		}
+	    .app-layout-header{
+	        line-height: 44px;
+	        background-color: #FFFFFF;
+	        text-align: center;
+	        border-bottom: 1px solid #E6E6E6;
+	        font-size: 17px;
+	        /*position: fixed;*/
+	        padding-top: 20px;
+	        /*z-index: 99999;*/
+	        /*left: 0;*/
+	        /*right: 0;*/
+	        /*top: 0;*/
+	        color: #444444;
+	    }
 		body{
 			background: rgba(245,244,249,1)!important;
 		}
@@ -58,11 +64,12 @@
 		}
 	</style>
 	<body>
+		<div class="page">
 	<div class="app-layout-header">
 		<span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
 		中标单位
 	</div>
-	<div class="keyWord" style="padding-top:70px;">
+	<div class="keyWord">
 			<div class="enter addkeyWord">
 			<input type="text" class="enterOne" placeholder="中标单位名称" />
 			<div class="btn">
@@ -83,6 +90,7 @@
 	<div class="addKeyWord">
 		<i class="iconfont icon-tianjia"></i>
 	</div>
+	</div>
 	<script src="/jyapp/dataExport/js/zepto.js?v={{Msg "seo" "version"}}"></script>
 	<script src="/jyapp/dataExport/js/weui.min.js?v={{Msg "seo" "version"}}"></script>
 	<script>

+ 23 - 15
src/jfw/modules/app/src/web/templates/dataExport/dataExport_winnerInput.html

@@ -15,20 +15,26 @@
     <link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
     </head>
     <style>
-        .app-layout-header{
-            line-height: 44px;
-            background-color: #FFFFFF;
-            text-align: center;
-            border-bottom: 1px solid #E6E6E6;
-            font-size: 17px;
-            position: fixed;
-            padding-top: 20px;
-            z-index: 99999;
-            left: 0;
-            right: 0;
-            top: 0;
-            color: #444444;
-        }
+        .page{
+			display: flex;
+			flex-direction: column;
+			height: 100%;
+			justify-content: space-between;
+		}
+	    .app-layout-header{
+	        line-height: 44px;
+	        background-color: #FFFFFF;
+	        text-align: center;
+	        border-bottom: 1px solid #E6E6E6;
+	        font-size: 17px;
+	        /*position: fixed;*/
+	        padding-top: 20px;
+	        /*z-index: 99999;*/
+	        /*left: 0;*/
+	        /*right: 0;*/
+	        /*top: 0;*/
+	        color: #444444;
+	    }
         body{
             background: rgba(245,244,249,1)!important;
         }
@@ -54,11 +60,12 @@
         }
     </style>
     <body>
+    	<div class="page">
     <div class="app-layout-header">
         <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
         中标单位
     </div>
-    <div class="keyWord" style="padding-top: 70px;">
+    <div class="keyWord">
         <section class="content">
         <div class="enter addkeyWord">
         <input type="text" class="enterOne" placeholder="中标单位名称" />
@@ -78,6 +85,7 @@
         </div>
             </section>
         </div>
+       </div>
         <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/zepto.js?v={{Msg "seo" "version"}}"></script>
     <script src="{{Msg "seo" "cdn"}}/jyapp/dataExport/js/weui.min.js?v={{Msg "seo" "version"}}"></script>
     <script>

+ 15 - 6
src/web/staticres/wx_dataExport/css/money.css

@@ -1,7 +1,14 @@
 body {
   background: #fff;
   font-size: 0.3rem;
-  padding-bottom: 0.94rem;
+  /*padding-bottom: 0.94rem;*/
+}
+body .industry{
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
+  overflow: scroll;
+  flex: 1;
 }
 body .industry .all {
   padding: 0.3rem;
@@ -17,6 +24,9 @@ body .industry .all span {
   line-height: .7rem;
   font-weight: bold;
 }
+body .industry .connect{
+	flex: 1;
+}
 body .industry .connect h3 {
   font-size: .26rem;
   color: #686868;
@@ -53,14 +63,13 @@ body .industry .connect .connectMain span input {
   font-size: 16px;
 }
 body .industry .resetOne {
-  position: fixed;
+	display: flex;
+  /*position: fixed;
   left: 0;
   bottom: 0;
-  width: 100%;
+  width: 100%;*/
   border-top: 1px solid #F4F4F9;
-    display: -webkit-box;
-    display: -ms-flexbox;
-    display: flex;
+  
 }
 body .industry .resetOne button {
   width: 50%;

+ 12 - 0
src/web/templates/weixin/dataExport/dataExport_area.html

@@ -744,6 +744,10 @@
 								 $(this).addClass("active");
 								 if($(this).parent().prev().prop("class") !== "tab municipality"){
 									 $(this).parent().slideDown();
+									 $(this).parent().prev().find('i').css({
+										 "display":"inline-block",
+							 			 "transform":"rotate(-180deg)"
+									 })
 								 }
 							 }
 						 })
@@ -774,6 +778,10 @@
 									 });
 									 if($(this).prop("class") !== "tab municipality"){
 										 $(this).next().slideDown();
+										 $(this).find('i').css({
+											 "display":"inline-block",
+								 			 "transform":"rotate(-180deg)"
+										 })
 									 }
 								 }
 							 });
@@ -782,6 +790,10 @@
 									 $(this).addClass("active");
 									 if($(this).parent().prev().prop("class") !== "tab municipality"){
 										 $(this).parent().slideDown();
+										 $(this).parent().prev().find('i').css({
+											 "display":"inline-block",
+								 			 "transform":"rotate(-180deg)"
+										 })
 									 }
 								 }
 							 })

+ 9 - 2
src/web/templates/weixin/dataExport/dataExport_price.html

@@ -8,7 +8,7 @@
     <title>金额</title>
     <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/css/base.css?v={{Msg "seo" "version"}}">
     <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/iconfont/iconfont.css?v={{Msg "seo" "version"}}">
-    <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/css/money.css?v={{Msg "seo" "version"}}">
+    <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/css/money.css?v={{Msg "seo" "version"}}6">
     <script src="{{Msg "seo" "cdn"}}/wx_dataExport/js/rem.js?v={{Msg "seo" "version"}}"></script>
     {{include "/common/weixin.html"}}
     <script src="/js/jquery.js"></script>
@@ -22,9 +22,15 @@
 	.width100{
     	width: 100% !important;
     }
+    .page{
+		display: flex;
+		flex-direction: column;
+		height: 100%;
+		justify-content: space-between;
+	}
 </style>
 <body>
-
+<div class="page">
     <div class="industry">
         <div class="all"><span class="active">全部</span> </div>
         
@@ -47,6 +53,7 @@
         </div>
 
     </div>
+    </div>
 <script>
     initShare({{.T.signature}},{{.T.openid}},2,"jy_wxmyorder",{{.T.nickname}},{{.T.avatar}});
     $(function () {