Browse Source

主题颜色修改
资源地址修改

mentoswzq 4 years ago
parent
commit
63b6f46ac3

+ 2 - 2
package.json

@@ -1,12 +1,12 @@
 {
   "name": "aft-portal",
-  "version": "1.2.8",
+  "version": "1.0.0",
   "description": "",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",
     "dlldev": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy dev --env.host 'http://192.168.1.106'",
-    "dlltest": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy test --env.host 'http://static.jishutao.com'",
+    "dlltest": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy test --env.host 'http://aft-js.jishutao.com'",
     "dllpro": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy prod --env.host 'http://ss.jishutao.com'",
     "build": "node bin/clean.js && webpack --progress --colors --env.deploy dev",
     "buildtest": "node bin/clean.js && webpack --progress --colors --env.deploy test",

+ 3 - 3
src/css/bootstrap.css

@@ -3416,7 +3416,7 @@ fieldset[disabled] .btn-link {
 }
 .btn-link:hover,
 .btn-link:focus {
-  color: #23527c;
+  color: #f68704;
   text-decoration: underline;
   background-color: transparent;
 }
@@ -4720,7 +4720,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
   padding: 6px 12px;
   margin-left: -1px;
   line-height: 1.42857143;
-  color: #337ab7;
+  color: #f68704;
   text-decoration: none;
   background-color: #fff;
   border: 1px solid #ddd;
@@ -4741,7 +4741,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
 .pagination > li > a:focus,
 .pagination > li > span:focus {
   z-index: 2;
-  color: #23527c;
+  color: #f68704;
   background-color: #eee;
   border-color: #ddd;
 }

+ 2 - 2
src/css/indexNew.css

@@ -5,10 +5,10 @@ box-shadow:0px 5px 5px 0px #F9F8F6;margin-top:-50px;position: relative;z-index:
 .indexSeach_one>ul{list-style: none;}
 .indexSeach_one>ul>li{width:110px;height:35px;display: inline-block;text-align:center;
 line-height: 35px;font-size:16px;cursor:pointer;color:#7A7878;}
-.indexSeach_one>ul>li.indexActive{background:#1697E9;color:#fff;}
+.indexSeach_one>ul>li.indexActive{background:#FF8044;color:#fff;}
 .indexSeach_one>div{position:relative;}
 .indexSeach_one>div input{width:900px;height:50px;line-height:50px;font-size:16px;padding-left: 10px;border:none;}
-.indexSeach_one>div>div{width:902px;height:52px;border:1px solid #1697E9;}
+.indexSeach_one>div>div{width:902px;height:52px;border:1px solid #FF8044;}
 .indexSeach_one>div>img{position: absolute;cursor: pointer;}
 .indexImg1{left:902px;top:0;}
 .indexImg2{left:1020px;top:0;}

+ 5 - 5
src/css/newMenu/achievement.css

@@ -280,7 +280,7 @@ hr{
     width: 100px;
     height:50px;
     display: inline-block;
-    background: url(../../../img//newMenu/achievementLJ.png) no-repeat;
+    background: url(../../../img/newMenu/achievementLJ.png) no-repeat;
     background-size:100% 100%; 
 }
 .demandDeclare a{
@@ -291,15 +291,15 @@ hr{
     width: 100px;
     height: 50px;
     display: inline-block;
-    background: url(../../../img//newMenu/achievementZX.png) no-repeat;
+    background: url(../../../img/newMenu/achievementZX.png) no-repeat;
     background-size:100% 100%; 
 }
 .demandDeclare a:hover{
-    background: url(../../../img//newMenu/achievementZXhover.png) no-repeat;
+    background: url(../../../img/newMenu/achievementZXhover.png) no-repeat;
     background-size:100% 100%; 
 }
 .demandAdviser a:hover{
-    background: url(../../../img//newMenu/achievementLJhover.png) no-repeat;
+    background: url(../../../img/newMenu/achievementLJhover.png) no-repeat;
     background-size:100% 100%; 
 }
 .patentList .demandAdviser img,.patentList .demandDeclare img{
@@ -599,7 +599,7 @@ hr{
     width: 386px;
     padding: 12px;
 }
-.transaction .introduce address,.transactionList .introduce address,{
+.transaction .introduce address,.transactionList .introduce address{
     margin-bottom: 10px;
 }
 .transaction .introduce img,.transactionList .introduce img{

+ 1 - 1
src/css/newMenu/public.css

@@ -861,7 +861,7 @@ a:active{text-decoration:none;}/* 指正在点的链接*/
 	transition: all .2s ease-in-out
 }
 .pub_fix ul li:hover{
-	background: #5888B5;
+	background: #f68704;
 }
 .pub_fix ul li:hover a span{
 	color: #ffffff;

+ 2 - 2
src/css/public.css

@@ -556,7 +556,7 @@ header .nav_right .head_login {
 	width: 100%;
 	height: 30px;
 	line-height: 30px;
-	background: #4c7fa9;
+	background: #f68704;
 	display: inline-block;
 }
 
@@ -592,7 +592,7 @@ header .nav_right .head_login {
 }
 
 .pub_fix ul li p {
-	color: #074d88;
+	color: #f68704;
 	font-size: 14px;
 }
 

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

@@ -16,7 +16,7 @@ import 'js/public.js';
         $(window).scroll(function(){
             var scrolltop=$(document).scrollTop();
 			$('.topNav')[scrolltop>0?'addClass':'removeClass']('navFix');
-			videoAuto();
+			// videoAuto();
         });
 	}
 	 //轮播
@@ -72,7 +72,7 @@ import 'js/public.js';
 	};
 	//视频自动播放处理
 	let status=true;
-	var myVideo=document.getElementById("video1"); 
+	var myVideo=document.getElementById("video1");
 	function videoAuto(){
 		let videoH = $('.wield_cont')[0],
 		clentH = videoH.getBoundingClientRect();

+ 1 - 1
webpack-dll.config.js

@@ -13,7 +13,7 @@ module.exports = (function () {
 	let staticHost = 'http://172.16.0.253:80';
     switch (argv.env.deploy) {
         case 'test':
-            staticHost = 'http://statics.jishutao.com';
+            staticHost = 'http://aft-js.jishutao.com';
             break;
         case 'prod':
             staticHost = 'http://ss.jishutao.com';

+ 1 - 1
webpack.config.js

@@ -518,7 +518,7 @@ module.exports = (function () {
     let staticHost = 'http://172.16.0.253:80';
     switch (argv.env.deploy) {
         case 'test':
-            staticHost = 'http://statics.jishutao.com';
+            staticHost = 'http://aft-js.jishutao.com';
             break;
         case 'prod':
             staticHost = 'http://ss.jishutao.com';