liting2017 6 years ago
parent
commit
3a48c7a32f

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "aft-portal",
-  "version": "1.0.1",
+  "version": "1.0.0",
   "description": "",
   "main": "index.js",
   "scripts": {

+ 0 - 1
src/css/index_home.css

@@ -124,7 +124,6 @@ html{font-size:62.5%;}
 .carouselt{ position:relative; overflow: hidden;width:100%;height:470px; }
 .ct-img-big{ position:absolute; width:15360px !important;}
 .ct-img-big li{ float: left; }
-.btn{ position: absolute; display: block;}
 .btn-pre{top:220px;left:220px;}
 .btn-next{top:220px;right:220px;}
 .index-bj{margin-top: -135px;position: relative;z-index: 110;}

+ 0 - 1
src/css/main_banner.css

@@ -1,7 +1,6 @@
 .carouselt{ position:relative; overflow: hidden;width:100%;height:600px; }
 .ct-img-big{ position:absolute; }
 .ct-img-big li{ float: left;}
-.btn{ position: absolute; display: block;}
 .btn-pre{top:220px;left:220px;display: none !important;}
 .btn-next{top:220px;right:220px;display: none !important;}
 .ct-img-small{height:30px;list-style: none;position: absolute;bottom:10px;left:50%;margin: 0 auto;}

+ 3 - 1
src/css/newMenu/achievementList.css

@@ -411,4 +411,6 @@
     background: url(../../../img/initPic/achievementInit.jpg) no-repeat;
     background-size:100% 100%; 
 }
-
+.pagination_box .inp button{
+    margin-top: -5px;
+}

+ 9 - 1
src/css/newMenu/adviserList.css

@@ -211,4 +211,12 @@ footer{
     -webkit-line-clamp:3;
     text-align: justify;
 }
-
+.pagination_box .totalCount{
+    line-height: 76px;
+}
+.pagination_box .inp input{
+    margin-top: -5px;
+}
+.pagination_box .inp button{
+    margin-top: -5px;
+}

+ 2 - 2
src/css/newMenu/header.css

@@ -7,7 +7,7 @@
     border-bottom: 1px solid #eaeaea;
 }
 .logo{
-    height: 70px;
+    height:90px;
 }
 .logo img{
     height: 100%;
@@ -110,7 +110,7 @@ div.APP:hover{background-color: #fff;}
 }
 .navHeader .logo {
 	float: left;
-    margin-top: 10px;
+    margin-top: -2px;
 }
 .carousel-indicators{
     bottom: 30px!important;

+ 10 - 0
src/css/newMenu/patentList.css

@@ -443,7 +443,17 @@ footer{
     background-size:100% 100%; 
 }
 
+/* .pagination_box .inp input{
+	position: absolute;
+	left: 0;
+	top:20px;
 
+}
+.pagination_box .inp button{
+	position: absolute;
+	right: 0;
+	top:25px;
+} */
 
 
 

+ 14 - 0
src/css/newMenu/public.css

@@ -897,3 +897,17 @@ input:-webkit-autofill {
 	   margin: 0 auto;
    }
 }
+
+.pagination_box .inp button{
+	width: 50px;
+	height: 34px;
+	line-height: 34px;
+	text-align: center;
+	margin: 0 10px;	
+	vertical-align: middle;
+	border: none;
+	border: 1px solid #ccc;
+	border-radius: 5px;
+	margin-top: 0px;
+} 
+

+ 3 - 1
src/css/newMenu/serviceList.css

@@ -500,7 +500,9 @@
    float: right;
 }
 
-
+.pagination_box .inp button{
+    margin-top: -5px;
+}
 
 
 

+ 4 - 0
src/css/public.css

@@ -1179,4 +1179,8 @@ header .nav_right .head_login {
 .loading p span.active{
 	margin-left: -10px;
 	transition: all .2s ease-in;
+}
+
+.pagination_box .inp{
+	width: 120px!important;
 }

+ 3 - 3
src/css/service/highTechCognizance.css

@@ -36,10 +36,10 @@ line-height: 40px;font-size: 16px;position: absolute;bottom:20px;left:500px;lett
 
 
 .ct_img_big li img:nth-child(2){margin-top:-50px;}
-.btn{ position: absolute; }
+
 .ct_img_big{ position:absolute;top: -30px; }
 .ct_img_big li{ float: left; height:150px;width:200px;}
-.btn{ position: absolute; }
+
 .btn_pre1{top:72px;left:200px;width:40px;display: none;}
 .btn_next1{top:72px;right:200px;width:40px;display: none;}
 .btn_div{width:1200px;height:210px;margin: 0 auto;position: relative;}
@@ -57,7 +57,7 @@ line-height: 40px;font-size: 16px;position: absolute;bottom:20px;left:500px;lett
 .field{width:1200px;height:360px;margin: 0 auto;padding-top: 30px;text-align: center;position: relative;}
 .field>div{width:60px;height:60px;position: absolute;}
 .field_1{top:60px;left:0px;}
-.field_2{;top:70px;left:300px;}
+.field_2{top:70px;left:300px;}
 .field_3{top:80px;left:600px;}
 .field_4{top:50px;left:900px;}
 .field_5{top:180px;left:0px; }

+ 1 - 1
src/css/service/propertyRight.css

@@ -17,7 +17,7 @@
 .ct_img_big li a img:first-child{margin-top: 36px;}
 
 
-.btn{ position: absolute; }
+
 .btn_pre1{top:72px;left:200px;width:40px;display: none;}
 .btn_next1{top:72px;right:200px;width:40px;display: none;}
 .btn_div{width:1200px;height:180px;margin: 0 auto;position: relative;}

+ 1 - 1
src/js/newMenu/achievementList.js

@@ -280,7 +280,7 @@ $(function () {
     }
     //输入跳转
     function inpFun() {
-        $('.inp .btn').on('click', function () {
+        $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
             if (!isNaN(val) && val <= thePageLength && val > 0) {
                 thePageNo = val;

+ 1 - 1
src/js/newMenu/adviserList.js

@@ -166,7 +166,7 @@ $(function () {
     }
     //输入跳转
     function inpFun() {
-        $('.inp .btn').on('click', function () {
+        $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
             if (!isNaN(val) && val <= thePageLength && val > 0) {
                 thePageNo = val;

+ 1 - 1
src/js/newMenu/demandList.js

@@ -279,7 +279,7 @@ $(function () {
     }
     //输入跳转
     function inpFun() {
-        $('.inp .btn').on('click', function () {
+        $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
             if (!isNaN(val) && val <=thePageLength && val > 0) {
                 thePageNo = val;

+ 2 - 2
src/js/newMenu/patentList.js

@@ -265,7 +265,7 @@ $(function () {
     }
     //详情跳转
     function urlDetaile(){
-        $('.achievementHot ul li').click(function(){
+        $('.hotList>li').click(function(){
             let ids = $(this).attr('dataId');
             window.location.href=globalConfig.context+'/portal/service/patentDetail?id='+ids;
         })
@@ -305,7 +305,7 @@ $(function () {
     }
     //输入跳转
     function inpFun() {
-        $('.inp .btn').on('click', function () {
+        $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
             if (!isNaN(val) && val <= thePageLength && val > 0) {
                 thePageNo = val;

+ 2 - 2
src/js/newMenu/serviceList.js

@@ -250,7 +250,7 @@ $(function () {
     }
     //跳转详情函数
     function urlDetaile(){
-        $('.hotList li').click(function(){
+        $('.hotList>li').click(function(){
             let idUrl = $(this).attr('dataId');
             window.location.href=globalConfig.context+'/portal/service/serviceDetail?id='+idUrl;
         })
@@ -290,7 +290,7 @@ $(function () {
     }
     //输入跳转
     function inpFun() {
-        $('.inp .btn').on('click', function () {
+        $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
             if (!isNaN(val) && val <= thePageLength && val > 0) {
                 thePageNo = val;