dengzhiguo 7 years ago
parent
commit
6c2e8fd7ca
4 changed files with 15 additions and 17 deletions
  1. 3 4
      src/css/public.css
  2. 7 1
      src/js/NewDicProvinceList.js
  3. 5 3
      src/js/thinktank.js
  4. 0 9
      template/index.html

+ 3 - 4
src/css/public.css

@@ -29,16 +29,15 @@ input:focus{outline: none;}
 ul,ol{padding: 0;margin: 0;list-style: none;}
 
 /*顶部区域*/
-header{width: 100%;background: #ffffff;height: 90px;line-height: 75px;}
+header{width: 100%;background: #ffffff;line-height: 90px;height: 90px;}
 header .logo{float: left;padding-left: 20px;}
 header .logo_right{float: left;padding-left: 20px;width:120px;height: 75px;background: url("../../img/index_xuan.png") no-repeat center center;margin-left: 10px;}
 .h_fix{position: fixed;top: 0px;left: 0;z-index: 99;box-shadow: 2px 4px 10px #CCCCCC;display:none;}
 
-
-
 header .nav{float: left;padding-left: 35px;}
-header .nav>ul>li{float: left;width: 120px;text-align: center;line-height: 76px;position: relative;}
+header .nav>ul>li{float: left;width: 120px;text-align: center;line-height: 90px;position: relative;}
 header .nav>ul>li>a{color: #074d88;width: 120px;line-height: 90px;display: inline-block;font-size: 20px;}
+
 header .nav>ul>li:hover a{color: #074F88;}
 .active a{color:#074F88!important;}
 /*2级导航*/

+ 7 - 1
src/js/NewDicProvinceList.js

@@ -1,4 +1,9 @@
-const addressList = [{
+const addressList = [
+		{
+			"name":"不限",
+			"id":''
+		},
+		{
         "name": "北京",
         "cityList": [{
                 "name": "市辖区",
@@ -69,6 +74,7 @@ const addressList = [{
                 ],
                 "id": 35
             },
+            
             {
                 "name": "县",
                 "areaList": [{

+ 5 - 3
src/js/thinktank.js

@@ -250,7 +250,7 @@ $(function(){
         mids(1,pageNos);
     })
     //智者数据交互
-    var theKeyword, theFieldA, theFieldB, theFieldC;
+    var theKeyword, theFieldA, theFieldB, theFieldC,province;
     var thePageNo = 1,
         thePageLength = 1,
         pageSize = 12,
@@ -264,6 +264,7 @@ $(function(){
             dataType: "json",
             url: globalConfig.context + "/portal/search/subscriberList",
             data: {
+            	province:province,
                 pageNo: pageNo || 1,
                 pageSize: pageSize,
                 type: theType,
@@ -447,8 +448,9 @@ $(function(){
     });
     $('.searchs button').click(function (e) {
         e.preventDefault();
-        theKeyword = $('#search_on input').val();
-
+        theKeyword = $('#search_on input').val();        
+ 		province = $('#selt option:checked').attr('value');
+ 		province=province
         loadDate();
     });
     $('.pagination').on('click', 'li', function (e) {

+ 0 - 9
template/index.html

@@ -74,15 +74,6 @@
 					<p>线下活动</p>
 				</li>
 			</ul>
-			<!--<form action="">
-				<p class="index_use">需求</p>
-				<div class="index_select">
-					<p>需求</p>
-					<p>专利</p>
-				</div>
-				<input type="text" name="" id="" placeholder="科技转移" />			
-				<img src="../img/search.png" alt="" class="search" alt="搜索"/>
-			</form>-->
 		</div>
 	</div>
 	<div id="active">