Browse Source

主题颜色替换

mentoswzq 4 years ago
parent
commit
61dfa86547
38 changed files with 246 additions and 246 deletions
  1. 2 2
      package.json
  2. 2 2
      src/css/bootstrap.css
  3. 1 1
      src/css/facilitator/facilitator.css
  4. 7 7
      src/css/inded.css
  5. 8 8
      src/css/newMenu/achievement.css
  6. 5 5
      src/css/newMenu/adviser.css
  7. 3 3
      src/css/newMenu/adviserDetail.css
  8. 7 7
      src/css/newMenu/adviserList.css
  9. 1 1
      src/css/newMenu/companyProfile.css
  10. 12 12
      src/css/newMenu/demand.css
  11. 12 12
      src/css/newMenu/header.css
  12. 7 7
      src/css/newMenu/highTech.css
  13. 20 20
      src/css/newMenu/index.css
  14. 1 1
      src/css/newMenu/load/assessment.css
  15. 1 1
      src/css/newMenu/load/taxFinance.css
  16. 18 18
      src/css/newMenu/patent.css
  17. 5 5
      src/css/newMenu/safeguarding.css
  18. 6 6
      src/css/newMenu/safeguardingDetail.css
  19. 8 8
      src/css/newMenu/serviceDetails.css
  20. 6 6
      src/css/newMenu/serviceList.css
  21. 38 38
      src/css/newMenu/services.css
  22. 1 1
      src/css/newMenu/servicesCopy.css
  23. 3 3
      src/css/newMenu/shopList.css
  24. 10 10
      src/css/newMenu/special.css
  25. 30 30
      src/css/newMenu/tradingIndex.css
  26. 1 1
      src/css/public.css
  27. 3 3
      src/css/register.css
  28. 2 2
      src/css/service/propertyRight.css
  29. 1 1
      src/css/technologyTrading/achievement.css
  30. 2 2
      src/css/technologyTrading/achievementDetail.css
  31. 2 2
      src/css/technologyTrading/demandDetail.css
  32. 3 3
      src/css/thinkTank.css
  33. 5 5
      src/css/thinkTank/policyDetail.css
  34. 3 3
      src/css/thinkTank/policyList.css
  35. 1 1
      src/css/thinkTank/policyListCopy.css
  36. 1 1
      src/css/videoDetail.css
  37. 2 2
      webpack-dll.config.js
  38. 6 6
      webpack.config.js

+ 2 - 2
package.json

@@ -1,11 +1,11 @@
 {
   "name": "aft-portal",
-  "version": "1.2.9",
+  "version": "1.2.8",
   "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://172.16.0.34:8080'",
+    "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'",
     "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",

+ 2 - 2
src/css/bootstrap.css

@@ -1097,12 +1097,12 @@ textarea {
   line-height: inherit;
 }
 a {
-  color: #337ab7;
+  color: #f68704;
   text-decoration: none;
 }
 a:hover,
 a:focus {
-  color: #23527c;
+  color: #f68704;
   text-decoration: underline;
 }
 a:focus {

+ 1 - 1
src/css/facilitator/facilitator.css

@@ -44,7 +44,7 @@ justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
     display: inline-block;
     width: 54px;
     height: 4px;
-    background: #1697e9;
+    background: #f68704;
     transition: all .2s ease-in;
 }
 .contantUs{

+ 7 - 7
src/css/inded.css

@@ -6,7 +6,7 @@ div.APP:hover{background-color: #fff;}*/
 
 .search-inp a.zaixian {
 	right: 150px;
-	background-color: #1797E9;
+	background-color: #f68704;
 }
 
 .searchImg {
@@ -43,7 +43,7 @@ div.APP:hover{background-color: #fff;}*/
 }
 
 .jump>li>a:hover {
-	color: #1797E9
+	color: #f68704
 }
 
 #terrace {
@@ -257,14 +257,14 @@ div.APP:hover{background-color: #fff;}*/
 	width: 110px;
 	height: 33px;
 	line-height: 30px;
-	border: 2px solid #1596E8;
+	border: 2px solid #f68704;
 	margin-right: 15px;
 	border-radius: 5px;
 	margin-top: 15px;
 	/*float: right;*/
 	margin-left: 78px;
 	text-align: center;
-	color: #1596E8;
+	color: #f68704;
 	letter-spacing: 1px;
 	cursor: pointer;
 }
@@ -302,12 +302,12 @@ div.APP:hover{background-color: #fff;}*/
 }
 
 .view>h4 a:hover .line {
-	background: #1697e9;
+	background: #f68704;
 }
 
 .view>h4 a:hover span {
-	border-color: #1697e9;
-	color: #1697e9;
+	border-color: #f68704;
+	color: #f68704;
 }
 
 .view>h4 .line {

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

@@ -15,7 +15,7 @@
     margin: 24px auto 30px;
 }
 .blur{
-    color: #0289df;
+    color: #f68704;
 }
 .orange{
     color: #ff6d0b;
@@ -63,7 +63,7 @@
     padding: 22px 0px 55px;
 }
 .newRelease>a:hover{
-    color: #0289df;
+    color: #f68704;
 }
 /* 热门关注 */
 .achievementHot>div{
@@ -90,7 +90,7 @@
     margin-bottom: 6px;
 }
 .achievementHot ol li a:hover{
-    color: #0289df;
+    color: #f68704;
 }
 .achievementHot a{
     float: right;
@@ -99,7 +99,7 @@
 }
 
 .achievementHot a:hover{
-    color:#0289df;
+    color:#f68704;
 }
 .achievementHot-list{
     clear: both;
@@ -201,7 +201,7 @@ hr{
     margin-left: 24px;
 }
 .study h4 a:hover{
-    color: #0289df;
+    color: #f68704;
 }
 .patent{
     width: 100%;
@@ -461,7 +461,7 @@ hr{
    margin-left: 24px;
 }
 .studyT h4 a:hover{
-   color: #0289df;
+   color: #f68704;
 }
 .practicalRight {
     margin-top: -20px
@@ -507,7 +507,7 @@ hr{
     color: #7a7878;
 }
 .practicalRight a:hover{
-    color: #0289df;
+    color: #f68704;
 }
 /* 知识产权交易政策 */
 .transaction .transactionImg{
@@ -563,7 +563,7 @@ hr{
     color: #7a7878;
 }
 .transaction .transactionImg div a:hover{
-    color: #0289df;
+    color: #f68704;
 }
 .transaction ul li {
     height: 100px;

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

@@ -41,8 +41,8 @@ footer{
 .indexSearch .searchBtn{
     height: 44px;
     line-height: 22px;
-    background: #1697e9;
-    border: 1px solid #1697e9;
+    background: #f68704;
+    border: 1px solid #f68704;
     color: #ffffff;
 }
 .indexSearch .searchBtn img{
@@ -242,15 +242,15 @@ footer{
     width: 196px;
     height: 50px;
     line-height: 46px;
-    border: 2px solid #1697e9;
+    border: 2px solid #f68704;
     text-align: center;
     font-size: 24px;
-    color: #40acff;
+    color: #f68704;
     border-radius: 8px;
     margin: 40px auto 26px;
 }
 .adviserIndexList>a:hover{
-    background: #1697e9;
+    background: #f68704;
     color: #ffffff;
 }
 

+ 3 - 3
src/css/newMenu/adviserDetail.css

@@ -39,7 +39,7 @@
 }
 .componyLogo p .position{
     font-size: 18px;
-    color: #1797e9;
+    color: #f68704;
 }
 .collectionN .heart{
     cursor: pointer;
@@ -116,7 +116,7 @@
     width: 120px;
    text-align: center;
    font-size: 16px;
-   background: #1797e9;
+   background: #f68704;
    color: #ffffff;
 }
 .pagination_box{
@@ -223,7 +223,7 @@ margin-bottom: 100px;
 }
 #commentArea:focus{
     border-color:transparent; 
-    box-shadow: 0 0 10px #1697ea ;
+    box-shadow: 0 0 10px #f68704 ;
 }
 .CommentSend button{
     width: 150px;

+ 7 - 7
src/css/newMenu/adviserList.css

@@ -33,8 +33,8 @@ footer{
 .indexSearch .searchBtn{
     height: 44px;
     line-height: 22px;
-    background: #1697e9;
-    border: 1px solid #1697e9;
+    background: #f68704;
+    border: 1px solid #f68704;
     color: #ffffff;
 }
 .indexSearch .searchBtn img{
@@ -119,8 +119,8 @@ footer{
     padding: 0 16px 0;
     text-align: center;
     font-size: 16px;
-    color: #40acff;
-    border: 1px solid #40acff;
+    color: #f68704;
+    border: 1px solid #f68704;
     height: 34px;
     line-height: 32px;
     margin-right: 17px;
@@ -128,7 +128,7 @@ footer{
     cursor: pointer;
 }
 .sort a.active{
-    background: #1697e9;
+    background: #f68704;
     color: #ffffff;
 }
 .adviserList{
@@ -164,7 +164,7 @@ footer{
     float: right;
 }
 .txt .address{
-    color: #1697e9!important;
+    color: #f68704!important;
     clear: both;
     margin-bottom: 5px;
 }
@@ -182,7 +182,7 @@ footer{
 .adviserList ul li div .txt>div h4 span{
     display: inline-block;
     margin-left: 18px;
-    color: #1797e9;
+    color: #f68704;
     font-size: 18px;
 }
 .adviserList ul li div .txt>div p{

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

@@ -48,7 +48,7 @@
     display: inline-block;
     width: 54px;
     height: 4px;
-    background: #1697e9;
+    background: #f68704;
     transition: all .2s ease-in;
 }
 

+ 12 - 12
src/css/newMenu/demand.css

@@ -158,11 +158,11 @@
 }
 .crumbNav li:nth-child(2n+1):hover a{
     cursor: pointer;
-    color: #0289df;
+    color: #f68704;
 }
 .enterprise a:hover,.study a:hover{
     cursor: pointer;
-    color: #0289df;
+    color: #f68704;
 }
 .mainHot .hr {
     display: inline-block;
@@ -272,7 +272,7 @@
 .colorTime {
     font-size: 12px;
     float: right;
-    color: #0289df!important;
+    color: #f68704!important;
 }
 .talentsTxt {
     padding-left: 15px;
@@ -466,7 +466,7 @@
     transition: all .2s ease-in;
 }
 .fullImgTxt .btnAreaBj .btnArea:hover {
-    background: #0289df;
+    background: #f68704;
     color: #ffffff;
 }
 
@@ -503,7 +503,7 @@
 
 .fullImgTxt .btnSee:hover span {
     color: #ffffff;
-    background: #0289df;
+    background: #f68704;
 }
 /* 产学研合作需求 */
 .studyTxt{
@@ -622,7 +622,7 @@
     transition: all .2s ease-in
 }
 .capitalMain div ol li:hover h4{
-    color: #0289df;
+    color: #f68704;
 }
 .capitalMain .col-sm-2 img{
     width: 100%;
@@ -667,9 +667,9 @@
     color: #393838;
 }
 .capital-administration>a:nth-child(2):hover{
-    background: #0289df;
+    background: #f68704;
     color: #ffffff;
-    box-shadow: 0 5px 20px #0289df;
+    box-shadow: 0 5px 20px #f68704;
 }
 .capital-administration>a:nth-child(2){
     clear: both;
@@ -721,7 +721,7 @@
 .technology ol li:hover div{
     transition: all .2s ease-in-out;
     border-radius: 5px;
-    border-color: #1797e9;
+    border-color: #f68704;
 }
 .technology ol li div{
     box-sizing: border-box;
@@ -784,16 +784,16 @@
     line-height: 22px;
     text-align: center;
     border-radius: 12px;
-    border: 1px solid #0289df;
+    border: 1px solid #f68704;
     font-size: 12px;
-    color: #0289df;
+    color: #f68704;
     margin-top: 6px;
     transition: all .2s ease-out;
 }
 .technology ol li:hover div>span{
     transition: all .2s ease-in;
     width: 100px;
-    background: #0289df;
+    background: #f68704;
     color: #ffffff;
 }
 .demandFootImg{

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

@@ -157,11 +157,11 @@ div.APP:hover{background-color: #fff;}
 }
 .navHeader .nav>ul>li.active div>a{
     /* box-shadow: 0 0 15px rgb(219, 218, 218); */
-    color: #0289df;
+    color: #f68704;
 
 }
 .navHeader .nav>ul>li.active{
-    border-color:#0289df; 
+    border-color:#f68704;
 }
 .header .blue{
     color: #ff570c;
@@ -174,7 +174,7 @@ div.APP:hover{background-color: #fff;}
     overflow:hidden;
 }
 .navHeader .nav ul li:hover{
-   border-color: #0289df;
+   border-color: #f68704;
 }
 .navHeader .nav ul li:hover div>a{
     color: #064f87;
@@ -313,13 +313,13 @@ div.APP:hover{background-color: #fff;}
     font-size: 16px;
     height: 44px;
     line-height: 44px;
-    border-color: #1797e9;
+    border-color: #f68704;
     border-right: none;
 }
 .search .search-inp button {
     height: 44px;
     /*line-height: 45px;*/
-    background-color: #1797e9;
+    background-color: #f68704;
     color: #fff;
     font-size: 18px;
     width: 60px;
@@ -331,7 +331,7 @@ input:focus{
     outline: none;
 }
 .btn:focus,.btn:active,.btn.focus,.btn:active:focus,.btn.active:focus{
-    background: #1797e9;
+    background: #f68704;
     outline: none;
     color:#ffffff;
     border: none
@@ -373,7 +373,7 @@ input:focus{
     font-weight: normal!important;
 }
 .search ol li a:hover{
-    color: #0289df;
+    color: #f68704;
 }
 .search ol {
     clear: both
@@ -417,7 +417,7 @@ input:focus{
 
 .colorBlur {
     font-size: 12px;
-    color: #0289df;
+    color: #f68704;
     vertical-align: middle
 }
 
@@ -453,7 +453,7 @@ input:focus{
 }
 .navMeau .menuList ul li:hover a{
     cursor: pointer;
-    color: #0289df
+    color: #f68704
 }
 .menuList ul li a{
     width: 100%;
@@ -512,7 +512,7 @@ input:focus{
 .shopIcon .tint{
     position: absolute;
     font-size: 40px;
-    color: #1697ea;
+    color: #f68704;
     opacity: 0;
     z-index: 99999;
     transition: all 0s ease-in;
@@ -524,7 +524,7 @@ input:focus{
     color: #fff;
 }
 .text_top a:hover{
-    color: #0289df;
+    color: #f68704;
 }
 .shopIcon .tint.active{
     opacity: 1;
@@ -563,7 +563,7 @@ input:focus{
     font-family: "新宋体"
 }
 .navWrapper ol li a:hover{
-    color:#1697ea;
+    color:#f68704;
 }
 .navWrapper ol li:nth-child(2) a{
     margin-right: 38px;

+ 7 - 7
src/css/newMenu/highTech.css

@@ -10,7 +10,7 @@
 .basic_nav{margin-bottom: 50px; overflow: auto;}   
 .basic_nav li{width: 200px; height: 35px; line-height: 35px; text-align: center; margin-right: 66px;color: #647fc8; background: #f0f7ff;  border-radius: 20px; float: left;}
 .basic_nav li:last-child{margin-right: 0;}
-.basic_nav li.active{background: #58a3ff;color: #fff; }
+.basic_nav li.active{background: #f68704;color: #fff; }
 
 .red{color: red;}
 
@@ -25,8 +25,8 @@ label{font-size: 16px; font-weight: inherit;}
     width: 1000px;
     margin: 0 auto;
 }
-.nextBtn{width: 153px; height: 43px;font-size: 18px; color: #58a3ff; border-color: #58a3ff;}
-.nextBtn:hover{color: #fff;border-color: #fff; background-color: #58a3ff;}
+.nextBtn{width: 153px; height: 43px;font-size: 18px; color: #f68704; border-color: #f68704;}
+.nextBtn:hover{color: #fff;border-color: #fff; background-color: #f68704;}
 
 .finance_content input{height: 38px;}
 .finance_title{text-align: center; margin-bottom: 10px;}
@@ -35,8 +35,8 @@ label{font-size: 16px; font-weight: inherit;}
 .ipr_nav li{width:140px; font-size: 24px;height: 50px; padding-bottom: 15px; font-family: "宋体"; text-align: center; float: left;border-bottom: 1px solid #ececec;}
 .ipr_nav li a{display: block; width: 100%; height: 100%;}
 .ipr_nav li:last-child{width: 580px;}
-.ipr_nav li:hover,.ipr_nav li.active{border-bottom: 2px solid #58a3ff; }
-.ipr_nav li:hover a,.ipr_nav li.active a{color: #58a3ff;}
+.ipr_nav li:hover,.ipr_nav li.active{border-bottom: 2px solid #f68704; }
+.ipr_nav li:hover a,.ipr_nav li.active a{color: #f68704;}
 .ipr_nav li:last-child:hover{border-bottom: 2px solid #ececec;}
 .ipr_title{text-align: center; margin-bottom: 10px!important;margin-top: 40px; color: red;}
 
@@ -56,12 +56,12 @@ label{font-size: 16px; font-weight: inherit;}
 .rd_content .radio input[type="radio"]{margin-bottom: 20px; height: 15px!important;}
 .rd_content .radioGroup{margin: 26px 0 50px 0;}
 
-.rd_content .nextBtn{color: #fff;border-color: #fff; background-color: #58a3ff;}
+.rd_content .nextBtn{color: #fff;border-color: #fff; background-color: #f68704;}
 
 input[type='checkbox'],input[type='radio']{height: 12px!important}
 
 .result_txt{display: none; width: 900px; margin: auto;}
-.result_txt h3{margin-bottom: 30px; padding-left: 10px; border-left: 5px solid #58a3ff; color: #333;}
+.result_txt h3{margin-bottom: 30px; padding-left: 10px; border-left: 5px solid #f68704; color: #333;}
 .result_txt_content{padding: 0 10px}
 .result_txt_content>div{margin-bottom: 15px; line-height: 30px}
 .result_txt_content>div label{margin-right: 15px}

+ 20 - 20
src/css/newMenu/index.css

@@ -57,8 +57,8 @@
 .indexSearch .searchBtn{
     height: 54px;
     line-height: 34px;
-    background: #1697e9;
-    border: 1px solid #1697e9;
+    background: #f68704;
+    border: 1px solid #f68704;
     color: #ffffff;
 }
 .indexSearch .search-inp{
@@ -120,7 +120,7 @@
     transition: all 1s ease-in-out;
 }
 .indexNav ul li:hover P{
-    color:#1697e9;
+    color:#f68704;
 }
 .indexNav ul li p{
     text-align: center;
@@ -197,15 +197,15 @@
     line-height: 30px;
     display: inline-block;
     text-align: center;
-    border: 2px solid #1697e9;
+    border: 2px solid #f68704;
     font-size: 16px;
-    color: #1697e9;
+    color: #f68704;
     margin-top: 26px;
     margin-bottom: 20px;
     border-radius: 4px;
 }
 .handle ul li a:hover{
-    background: #1697e9;
+    background: #f68704;
     color: #ffffff
 }
 .handle ul li:hover{
@@ -254,13 +254,13 @@
     -webkit-line-clamp:3;
 }
 .more:hover{
-    color: #1697e9;
+    color: #f68704;
 }
 .more:hover span{
-    background: #1697e9;
+    background: #f68704;
 }
 .more:hover span::after{
-    background: #1697e9;
+    background: #f68704;
 }
 .more span{
     display: inline-block;
@@ -295,7 +295,7 @@
     display: inline-block;
     width: 54px;
     height: 4px;
-    background: #1697e9;
+    background: #f68704;
     transition: all .2s ease-in;
 }
 .RecommendBody {
@@ -496,8 +496,8 @@
     transition: all .2s ease-in-out;
 }
 .RecommendTxt a:hover{
-    background: #1697e9;
-    border-color: #1697e9;
+    background: #f68704;
+    border-color: #f68704;
     color: #ffffff;
 }
 
@@ -645,13 +645,13 @@
     -webkit-line-clamp:2;
 }
 .news div ul li a:hover .time{
-    background: #1697e9;
+    background: #f68704;
 }
 .news div ul li a:hover .time span{
     color: #ffffff; 
 }
 .news div ul li a:hover .newTxt h5{
-    color: #1697e9;
+    color: #f68704;
 }
 .consultation .time,.consultation .newTxt{
     margin-top: 0
@@ -673,11 +673,11 @@
     color: #cecece
 }
 .news h4 a:hover .line{
-    background: #1697e9;
+    background: #f68704;
 }
 .news h4 a:hover span{
-    border-color:#1697e9;
-    color:#1697e9;
+    border-color:#f68704;
+    color:#f68704;
 }
 .news h4  .line{
     vertical-align: middle;
@@ -759,14 +759,14 @@
     -o-text-overflow:ellipsis;
 }
 .publicNumber ul li a:hover {
-  border-color: #1697e9;
+  border-color: #f68704;
   transition: all .2s ease-in-out;
 }
 .publicNumber ul li a:hover .time span{
-    color: #1697e9
+    color: #f68704
 }
 .publicNumber ul li a:hover p{
-    color: #40acff
+    color: #f68704
 }
 .title{
     margin-bottom: 20px;

+ 1 - 1
src/css/newMenu/load/assessment.css

@@ -23,7 +23,7 @@
     display: inline-block;
     width: 54px;
     height: 4px;
-    background: #1697e9;
+    background: #f68704;
     transition: all .2s ease-in;
 }
 .assessTop {

+ 1 - 1
src/css/newMenu/load/taxFinance.css

@@ -35,7 +35,7 @@
     transition: all .2s ease-in-out;
 }
 .financeTop div a:hover{
-    background: #0289df;
+    background: #f68704;
     transition: all .2s ease-in
 }
 .financeMid {

+ 18 - 18
src/css/newMenu/patent.css

@@ -62,14 +62,14 @@
     transition: all .3s ease-in-out;
 }
 .firstMenu ul li.active  a{
-    color: #1797e9;
+    color: #f68704;
 }
 .firstMenu ul li.active span{
-    color: #1797e9!important;
-    border-color: #1797e9;
+    color: #f68704!important;
+    border-color: #f68704;
 }
 .firstMenu  ul li.active p{
-    color: #1797e9;
+    color: #f68704;
 }
 .firstMenu ul li>p{
     height: 127px;
@@ -159,7 +159,7 @@
     margin-top: 10px;
 }
 .secondMenu ul li div p a:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 .secondMenu ul li div p {
     width: 100%;
@@ -196,8 +196,8 @@
 .indexSearch .searchBtn{
     height: 44px;
     line-height: 22px;
-    background: #1697e9;
-    border: 1px solid #1697e9;
+    background: #f68704;
+    border: 1px solid #f68704;
     color: #ffffff;
 }
 .indexSearch .searchBtn img{
@@ -249,7 +249,7 @@
     display: inline-block;
     width: 54px;
     height: 4px;
-    background: #1697e9;
+    background: #f68704;
     transition: all .2s ease-in;
 }
 /* 最新发布 */
@@ -342,7 +342,7 @@
     height:0;
     border-width:0 14px 14px;
     border-style:solid;
-    border-color:transparent transparent #1697e9;/*透明 透明  灰*/
+    border-color:transparent transparent #f68704;/*透明 透明  灰*/
     
 }
 .newRelease li .txt .triangle{
@@ -386,7 +386,7 @@
     transition: all .4s ease-in-out;
 }
 .newRelease li:hover h4{
-    color: #1697e9;
+    color: #f68704;
     margin-left: 10px;
     transition: all .2s ease-in-out;
 }
@@ -415,7 +415,7 @@
     box-shadow: 0 0 4px #ccc;
 }
 .patentServiceList ul li:hover p{
-    color: #1697e9!important;
+    color: #f68704!important;
 }
 .patentService .patentServiceList ul li div{
     width: 100%;
@@ -457,13 +457,13 @@
     color: #323131;
 }
 .more:hover{
-    color: #1697e9;
+    color: #f68704;
 }
 .more:hover span{
-    background: #1697e9;
+    background: #f68704;
 }
 .more:hover span::after{
-    background: #1697e9;
+    background: #f68704;
 }
 .more span{
     display: inline-block;
@@ -546,7 +546,7 @@
     color: #2f2f2f;
     height: 32px;
     padding-left: 14px;
-    border-left: 4px solid #1697e9;
+    border-left: 4px solid #f68704;
     margin-bottom: 12px;
 }
 
@@ -576,7 +576,7 @@
     display: inline-block;
 }
 .copyright ul li:hover  p{
-    color: #1697e9
+    color: #f68704
 }
 .copyright ul li  p{
     height: 62px;
@@ -600,7 +600,7 @@
     transition: all .2s ease-in-out;
 }
 .trademarkList li:hover p{
-    color: #1697e9;
+    color: #f68704;
 }
 /* 知产百科 */
 .Encyclopedias {
@@ -666,7 +666,7 @@
     transition: all .4s ease-in-out;
 }
 .Encyclopedias ul li:hover h4{
-    color: #1697e9;
+    color: #f68704;
 }
 
 /* 测试 */

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

@@ -37,7 +37,7 @@ footer{
     display: inline-block;
     width: 54px;
     height: 4px;
-    background: #1697e9;
+    background: #f68704;
     transition: all .2s ease-in;
 }
 .indexSearch .search-inp{
@@ -73,8 +73,8 @@ footer{
 .indexSearch .searchBtn{
     height: 44px;
     line-height: 22px;
-    background: #1697e9;
-    border: 1px solid #1697e9;
+    background: #f68704;
+    border: 1px solid #f68704;
     color: #ffffff;
 }
 .indexSearch .searchBtn img{
@@ -170,11 +170,11 @@ footer{
     line-height: 46px;
     text-align: center;
     font-size: 24px;
-    border: 2px solid #40acff;
+    border: 2px solid #f68704;
     border-radius: 5px;
 }
 .safeList>div>a:hover{
-    background: #40acff;
+    background: #f68704;
     color: #fff;
 }
 .safeBottom{

+ 6 - 6
src/css/newMenu/safeguardingDetail.css

@@ -100,12 +100,12 @@
 .bannerRight p{
     width: 260px;
     height: 84px;
-    background: #1697ea;
+    background: #f68704;
     font-size: 30px;
     color: #ffffff;
     text-align: center;
     line-height: 84px;
-    box-shadow:0 3px 1px #1797e9, 0 3px 2px #1797e9;
+    box-shadow:0 3px 1px #f68704, 0 3px 2px #f68704;
     border-radius: 5px;
 }
 /* 主题内容区域 */
@@ -127,7 +127,7 @@
     width: 234px;
     height: 32px;
     line-height: 32px;
-    background: #1697ea;
+    background: #f68704;
     color: #fff;
     font-size: 16px;
     margin: -16px auto 40px;
@@ -187,7 +187,7 @@
 }
 .safeBodyRight ul li div p{
     font-size: 16px;
-    color: #1797e9;
+    color: #f68704;
     text-overflow:ellipsis;
     overflow: hidden;
     white-space: nowrap;
@@ -241,7 +241,7 @@
     width: 120px;
    text-align: center;
    font-size: 16px;
-   background: #1797e9;
+   background: #f68704;
    color: #ffffff;
 }
 .pagination_box{
@@ -348,7 +348,7 @@ margin-bottom: 100px;
 }
 #commentArea:focus{
     border-color:transparent; 
-    box-shadow: 0 0 10px #1697ea ;
+    box-shadow: 0 0 10px #f68704 ;
 }
 .CommentSend button{
     width: 150px;

+ 8 - 8
src/css/newMenu/serviceDetails.css

@@ -29,10 +29,10 @@
     color: #797979;
 }
 .navigation ol li a:hover{
-    color: #1697ea;
+    color: #f68704;
 }
 .navigation ol li.active a{
-    color: #1697ea;
+    color: #f68704;
 }
 .commentDetails{
     padding-left: 26px;
@@ -125,17 +125,17 @@
     text-align: center;
     font-size: 18px;
     color: #ffffff;
-    background: #1697ea;
+    background: #f68704;
     margin-top: 16px;
     border: 1px solid transparent;
 }
 .serviceDetailsTxt>a:hover{
     background: #ffff;
-    border: 1px dashed #1697ea;
-    color: #1697ea;
+    border: 1px dashed #f68704;
+    color: #f68704;
 }
 .serviceDetailsTxt>p>a:hover span{
-    color: #1697ea;
+    color: #f68704;
 }
 .collection{
     position: absolute;
@@ -335,7 +335,7 @@
     border-right: 1px solid #efefef
 }
 .tabEvaluate li.active{
-    background: #1697ea;
+    background: #f68704;
     color: #ffffff;
 }
 /* 评论 */
@@ -433,7 +433,7 @@ margin-bottom: 100px;
 }
 #commentArea:focus{
     border-color:transparent; 
-    box-shadow: 0 0 10px #1697ea ;
+    box-shadow: 0 0 10px #f68704;
 }
 .CommentSend{
     height: 34px;

+ 6 - 6
src/css/newMenu/serviceList.css

@@ -48,11 +48,11 @@
     display: block;
 }
 .industry .industryList ul li:hover span{
-    color: #1797e9;
+    color: #f68704;
     font-weight: 700
 }
 .industry .industryList ul li.active span,.productionType ol li.active{
-    color: #1797e9;
+    color: #f68704;
     font-weight: 700
 }
 .industry .industryList ul li span {
@@ -93,7 +93,7 @@
 }
 
 .productionType ol li:hover {
-    color: #1797e9;
+    color: #f68704;
     cursor: pointer;
 }
 
@@ -425,7 +425,7 @@
 .industryList ul li div{
     display: none;
     position: absolute;
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
     top: 60px;
     z-index:999;
@@ -443,7 +443,7 @@
     top: -5px;
     left: 50%;
     margin-left: -5px;
-    background: #1797e9;
+    background: #f68704;
     transform: rotate(45deg)
 }
 .industryList ul li div p{
@@ -480,7 +480,7 @@
 }
 .objList div span.active{
     font-weight: 700;
-    background: #1797e9;
+    background: #f68704;
     color: #ffffff;
 }
 .objList div.active{

+ 38 - 38
src/css/newMenu/services.css

@@ -10,7 +10,7 @@
     height: 50px;
     margin: 20px auto 0;
     position: relative;
-    border-bottom: 1px solid #1797e9;
+    border-bottom: 1px solid #f68704;
 }
 .applicationMenu ul {
     float: left;
@@ -29,12 +29,12 @@
 }
 .applicationMenu ul>li:first-child{
     width: 200px;
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
 }
 
 .applicationMenu ul li a:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 
 .applicationMenu >a{
@@ -45,7 +45,7 @@
     line-height:50px;
     display: inline-block;
     /*font-weight: bold; */   
-    color:#1797e9;
+    color:#f68704;
 }
 .applicationMenu ol{
     position: absolute;
@@ -167,7 +167,7 @@
     text-align: center;
     color: #fff;
     line-height: 28px;
-    background: #1797e9;
+    background: #f68704;
     border-radius: 15px;
     vertical-align: top;
 }
@@ -209,9 +209,9 @@
 .applicationJs .jsLeft div a{
     display: inline-block;
     font-size: 16px;
-    color: #1797e9;
+    color: #f68704;
     background: #fff;
-    border: 2px solid #1797e9;
+    border: 2px solid #f68704;
     height: 34px;
     width: 114px;
     line-height: 30px;
@@ -220,7 +220,7 @@
     cursor: pointer;
 }
 .applicationJs .jsLeft div a:hover{
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
 }
 .applicationJs .jsLeft div:nth-child(1){
@@ -255,7 +255,7 @@
     margin-bottom: 22px;
 }
 .jsRight div  .colorP{
-    color: #1797e9;
+    color: #f68704;
     margin-bottom: 84px;
     font-size: 14px;
 }
@@ -277,12 +277,12 @@
     line-height: 36px;
     display: inline-block;
     font-size: 14px;
-    border: 1px solid #1797e9;
+    border: 1px solid #f68704;
     border-radius: 10px;
-    color: #1797e9;
+    color: #f68704;
 }
 .jsRight a.blur{
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
     margin-right: 27px;
 }
@@ -406,13 +406,13 @@
     height: 32px;
     line-height: 30px;
     background: #fff;
-    color: #1797e9;
+    color: #f68704;
     text-align: center;
     font-size: 14px;
     border-radius: 10px;
 }
 .applicationWrapLeft .introduce a:hover{
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
 }
 
@@ -452,9 +452,9 @@
     display: inline-block;
     line-height: 26px;
     font-size: 14px;
-    border: 1px solid #1797e9;
+    border: 1px solid #f68704;
     text-align: center;
-    color: #1797e9;
+    color: #f68704;
     border-radius: 6px;
     margin-top: 10px;
 }
@@ -494,7 +494,7 @@
     background-size:100% 100%; 
 }
 .shopLeftOne a:hover,.shopLeftTwo a:hover{
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
 }
 .shopLeft div div a{
@@ -503,9 +503,9 @@
     display: inline-block;
     line-height: 26px;
     font-size: 14px;
-    border: 1px solid #1797e9;
+    border: 1px solid #f68704;
     text-align: center;
-    color: #1797e9;
+    color: #f68704;
     border-radius: 6px;
     margin-top: 10px;
 }
@@ -521,7 +521,7 @@
     line-height:38px;
     font-size: 17px;
     color: #fff;
-    background: #1797e9;
+    background: #f68704;
     display: inline-block;
     text-align: center;
     border-radius: 5px;
@@ -529,9 +529,9 @@
     border: 1px solid #fff;
 }
 .shopLeft>a:hover{
-    border:1px solid #1797e9;
+    border:1px solid #f68704;
     background: #fff;
-    color: #1797e9;
+    color: #f68704;
 }
 .shopMid{
     width: 290px;
@@ -574,7 +574,7 @@
     margin-top: 5px;
     display: inline-block;
     background: none;
-    color: #1797e9;
+    color: #f68704;
 }
 .midBottom .midBottomList div{
     width: 45%;
@@ -604,7 +604,7 @@
     text-align: center;
 }
 .midBottom a{
-    color: #1797e9;
+    color: #f68704;
     font-size: 13px;
     display: inline-block;
     margin-top: 10px;
@@ -661,7 +661,7 @@
 .shopRight ul li div a{
     width: 92px;
     height: 30px;
-    color: #1797e9;
+    color: #f68704;
     background: #fff;
     border-radius: 5px;
     text-align: center;
@@ -670,7 +670,7 @@
     display: inline-block;
 }
 .shopRight ul li div a:hover{
-    background:#1797e9;
+    background:#f68704;
     color: #fff;
 }
 
@@ -740,14 +740,14 @@
     width: 100px;
     height: 30px;
     line-height: 26px;
-    border: 1px solid #1797e9;
-    color:#1797e9;
+    border: 1px solid #f68704;
+    color:#f68704;
     text-align: center;
     margin-top: 5px;
     border-radius: 5px;
 }
 .applicationGj ul li a:hover{
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
 }
 /* 政府扶持 */
@@ -832,7 +832,7 @@
     color: #fff;
 }
 .applicationZfBody div ol li a:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 .applicationZfBody div ol li span{
     display: inline-block;
@@ -847,7 +847,7 @@
     color: #fff;
 }
 .applicationZfBody div>a:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 
 .applicationMS{
@@ -907,7 +907,7 @@
     width: 148px;
     height: 36px;
     line-height: 34px;
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
     margin-top: 80px;
     display: inline-block;
@@ -1020,8 +1020,8 @@
     font-size: 19px;
     line-height: 34px;
     margin-top: 30px;
-    border: 1px solid #1797e9;
-    color: #1797e9;
+    border: 1px solid #f68704;
+    color: #f68704;
     border-radius: 5px;
     text-align: center;
 }
@@ -1032,7 +1032,7 @@
     text-align: left;
 }
 .gfLeft .gfLeftBox a.lJ{
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
 }
 .gfRight{
@@ -1070,8 +1070,8 @@
     padding: 6px 20px;
     display: inline-block;
     text-align: center;
-    border: 1px solid #1797e9;
-    color: #1797e9;
+    border: 1px solid #f68704;
+    color: #f68704;
     border-radius: 5px;
 }
 .gfRightList ul li:nth-child(2n+1){
@@ -1094,7 +1094,7 @@
     background-size:100% 100%; 
 }
 .gfRightList ul li div .ljB{
-    background: #1797e9;
+    background: #f68704;
     color: #FFF;
     margin-right: 26px;
 }

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

@@ -70,7 +70,7 @@
     margin-top: 6px;
 }
 .title .seeMore:hover{
-    color:#1797e9;
+    color:#f68704;
 }
 .title img{
     vertical-align: top;

+ 3 - 3
src/css/newMenu/shopList.css

@@ -1,5 +1,5 @@
 .topNav {
-    border-bottom: 3px solid #1697ea;
+    border-bottom: 3px solid #f68704;
 }
 
 .navigationShop .shopAll {
@@ -279,7 +279,7 @@
 }
 
 .totalFooter span span {
-    color: #1797e9;
+    color: #f68704;
 }
 
 .totalFooter #checkboxAlls {
@@ -303,7 +303,7 @@
 }
 
 .totalFooter .orderOk.active {
-    background: #1797e9;
+    background: #f68704;
 }
 
 .shopNull {

+ 10 - 10
src/css/newMenu/special.css

@@ -30,7 +30,7 @@ body{
 .specialLeft .btn{
     width: 80px;
     height: 44px;
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
     font-size: 16px;
     border-radius: 0;
@@ -52,7 +52,7 @@ body{
     color: #333333;
 }
 .spType li.active{
-    color: #1797e9;
+    color: #f68704;
 }
 
 .proType{
@@ -75,11 +75,11 @@ body{
 }
 
 .proType li.active{
-    color: #1797e9;
+    color: #f68704;
     
 }
 .proType li:hover,.spType li:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 .proType li:first-child:hover{
     color: #333333;
@@ -105,7 +105,7 @@ body{
 .spList ul li .title h3{
     width: 100%;
     font-size: 16px;
-    color: #1797e9;
+    color: #f68704;
     float: left;
     font-weight: normal;
 }
@@ -189,7 +189,7 @@ body{
     transition: all .3s ease-in
 }
 .guideRight span:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 .spList li .title time{
     font-size: 14px;
@@ -256,7 +256,7 @@ body{
     cursor: pointer;
 }
 .specialRight .collection p:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 .specialRight .collection p img{
     width: 20px;
@@ -279,7 +279,7 @@ body{
     color: #666666;
 }
 .videoZs h3 a:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 .videoZs .videoImg{
     width: 100%;
@@ -365,7 +365,7 @@ body{
     color: #666666;
 }
 .policy ul li a:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 
 /* 顾问 */
@@ -423,7 +423,7 @@ body{
 .adviserList ul li div .txt>div h4 span{
     display: inline-block;
     margin-left: 18px;
-    color: #1797e9;
+    color: #f68704;
     font-size: 18px;
 }
 .adviserList ul li div .txt>div p{

+ 30 - 30
src/css/newMenu/tradingIndex.css

@@ -10,7 +10,7 @@
     display: inline-block;
     width: 54px;
     height: 4px;
-    background: #1697e9;
+    background: #f68704;
 }
 .patentHeader{
     width: 100%;
@@ -29,12 +29,12 @@
     bottom:120px;
     left:770px;
     z-index: 20; 
-    color: #40acff;
+    color: #f68704;
     font-size: 16px;
-    border: 2px solid #40acff;
+    border: 2px solid #f68704;
 }
 .patentAchievement a:hover{
-    background: #40acff;
+    background: #f68704;
     color: #ffffff;
 }
 .patentHeader  .patentAchievement{
@@ -84,7 +84,7 @@
     position: absolute;
     bottom:-50px;
     right:-27px;
-    background: #1697e9;
+    background: #f68704;
     transform: rotate(45deg);
     box-shadow: -2px 10px 20px #ccc;
 }
@@ -95,7 +95,7 @@
     position: absolute;
     top: -50px;
     left:-27px;
-    background: #1697e9;
+    background: #f68704;
     transform: rotate(45deg);
     box-shadow:8px -3px 20px #ccc;
 }
@@ -141,8 +141,8 @@
 }
 .patentAchievementList .patentAchievLeft .remark a:hover{
     color: #f3f9fc;
-    background: #1697e9;
-    border: 2px solid #1697e9;
+    background: #f68704;
+    border: 2px solid #f68704;
 }
 
 .patentAchievementList .patentAchievRight{
@@ -176,14 +176,14 @@
     display: inline-block;
     text-align: center;
     line-height: 46px;
-    color: #40acff;
+    color: #f68704;
     font-size: 24px;
    cursor: pointer;
-    border: 2px solid #40acff;
+    border: 2px solid #f68704;
     border-radius: 5px;
 }
 .achievementJump span{
-    background: #40acff;
+    background: #f68704;
     margin-left: 25px;
     color: #fff;
 }
@@ -277,15 +277,15 @@
     height: 34px;
     line-height: 30px;
     background: #ffffff;
-    border: 2px solid #40acff;
-    color: #40acff;
+    border: 2px solid #f68704;
+    color: #f68704;
     text-align: center;
     margin-left: -60px;
 }
 .patentSolveBody ul li div a:hover{
-    background: #1697e9;
+    background: #f68704;
     color: #ffffff;
-    border-color: #1697e9;
+    border-color: #f68704;
 }
 .patentSolveBody ul li:hover{
     margin-top: -6px;
@@ -314,13 +314,13 @@
     line-height: 32px;
     text-align: center;
     font-size: 16px;
-    color: #40acff;
-    border: 2px solid #40acff;
+    color: #f68704;
+    border: 2px solid #f68704;
 }
 .patentSolveBody>a:hover{
-    background: #1697e9;
+    background: #f68704;
     color: #ffffff;
-    border-color:#1697e9;
+    border-color:#f68704;
 }
 /*知识产权交易政策  */
 
@@ -390,7 +390,7 @@
     -webkit-line-clamp:2;
 }
 .news div ul li a:hover .time{
-    background: #1697e9;
+    background: #f68704;
 }
 .new .policy>img{
     width: 565px;
@@ -400,7 +400,7 @@
     color: #ffffff; 
 }
 .news div ul li a:hover .newTxt h5{
-    color: #1697e9;
+    color: #f68704;
 }
 .consultation ul li .time {
     margin-top: 20px;
@@ -415,13 +415,13 @@
     margin-bottom: 50px;
 }
  .more:hover{
-    color: #1697e9;
+    color: #f68704;
 }
  .more:hover span{
-    background: #1697e9;
+    background: #f68704;
 }
  .more:hover span::after{
-    background: #1697e9;
+    background: #f68704;
 }
  .more span{
     display: inline-block;
@@ -452,7 +452,7 @@
 .expert h5{
     font-weight: normal;
     padding-left: 18px;
-    border-left: 4px solid #1697e9;
+    border-left: 4px solid #f68704;
     height:30px;
     line-height: 27px;
     font-size: 26px;
@@ -506,7 +506,7 @@
     font-size: 18px;
     display: inline-block;
     margin-left: 12px;
-    color: #1797e9;
+    color: #f68704;
     vertical-align: top
 }
 .expertList ul li p{
@@ -534,7 +534,7 @@
     box-shadow: 0 0px 15px #ccc;
     margin-top: -4px;
     transition: all .2s ease-in-out;
-    border-bottom: 4px solid #1697e9;
+    border-bottom: 4px solid #f68704;
 }
 .trandPg{
     width: 1200px;
@@ -549,7 +549,7 @@
     width: 110px;
     height: 34px;
     border-radius: 5px;
-    background: #1697e9;
+    background: #f68704;
     color: #FFF;
     font-size:  18px;
     text-align: center;
@@ -581,7 +581,7 @@
 
 }
 .demandJump span{
-    background: #1697e9;
+    background: #f68704;
     margin-left: 25px;
 }
 .trandPg:hover span{
@@ -622,7 +622,7 @@
     box-shadow: 0 0 20px #ccc;
 }
 .Entrance ul li:hover a{
-    color: #1697e9;
+    color: #f68704;
 }
 @keyframes myBig{
     0%{transform: scale(1);box-shadow:0 0px 2px #ccc; }

+ 1 - 1
src/css/public.css

@@ -399,7 +399,7 @@ header .nav_right .head_login {
 
 .text_top>a {
 	/*color: #fff;*/
-	color:##337ab7!important;
+	color:#f68704!important;
 	line-height: 25px;
 }
 

+ 3 - 3
src/css/register.css

@@ -66,7 +66,7 @@ input{padding-left:10px;}
 .submit>input{cursor: pointer;border:none;width:100%;height:100%;background-color: #fe6e42;color:#fff;
 font-size: 18px;font-weight: bold;letter-spacing:10px;}
 .protocol{width:255px;height:30px;line-height: 20px;}
-.protocol a{color:#4dbcf8;font-weight: 400;display: inline-block;margin-left: 10px;}
+.protocol a{color:#f68704;font-weight: 400;display: inline-block;margin-left: 10px;}
 #protocol{visibility: hidden;}
 .picture{width:680px;height:535px;
     display: inline-block;position: absolute;top:0px;left:0px;background: url(../../img/indedImg/zhuce_bj.png)no-repeat;
@@ -156,7 +156,7 @@ padding: 20px 50px;overflow-y: auto;box-shadow: 0 4px 10px 0 #777;}
     margin-top: 10px;
 }
 .regist .titleUser p a{
-    color: #2ca7f3;
+    color: #f68704;
 
 }
 .Tips{
@@ -201,7 +201,7 @@ padding: 20px 50px;overflow-y: auto;box-shadow: 0 4px 10px 0 #777;}
     color: #383838
 }
 .text_bottom a:hover{
-    color: #2ca7f3;
+    color: #f68704;
 }
 .cont_left img{
     border: none;

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

@@ -4,7 +4,7 @@
 .propery_list {width: 170px;margin-right: 20px;}
 .propery_list ol li{width: 150px;background: #FFFFFF;margin-bottom: 40px;height: 80px;line-height: 80px;text-align: center;
 	font-size: 20px;border: 1px solid #cccccc;border-radius: 5px;color:#074d88;}
-.propery_list ol li.that{background: linear-gradient(#2d83ce ,#5bb1fa);color: #ffffff;box-shadow: 0 0 20px #0C79FF;border: 1px solid transparent;}
+.propery_list ol li.that{background: linear-gradient(#2d83ce ,#5bb1fa);color: #ffffff;box-shadow: 0 0 20px #f68704;border: 1px solid transparent;}
 
 .propery_imgs{width: 710px;position: relative;height: 300px;}
 .propery_header{margin-bottom: 90px;margin-top: 44px;}
@@ -27,7 +27,7 @@
 .leftdiv{background-image:linear-gradient(90deg,#e8e8e8,#fff,#fff);opacity: 0.4;display: none;}
 .rightdiv{background-image:linear-gradient(270deg,#e8e8e8,#fff,#fff);opacity: 0.4;display: none;}
 
-.propery_list ol li:hover{background: linear-gradient(#2d83ce,#5bb1fa);color: #ffffff;box-shadow: 0 0 20px #0C79FF;border: 1px solid transparent;cursor: pointer;}
+.propery_list ol li:hover{background: linear-gradient(#2d83ce,#5bb1fa);color: #ffffff;box-shadow: 0 0 20px #f68704;border: 1px solid transparent;cursor: pointer;}
 .propery_imgs ul li img{width: 710px;height: 320px;margin-bottom: 28px;}
 .propery_imgs ul li{position: absolute;top: 0 ;left: 0;}
 .propery_imgs ul li p{font-size: 14px;color: #383838;line-height: 24px;font-family: "simsun";font-weight: bold;}

+ 1 - 1
src/css/technologyTrading/achievement.css

@@ -60,7 +60,7 @@
 
 .time_select ul li{height: 30px;line-height: 30px;width: 80px;text-align: center;}
 .head-left ul li.active{background: #ffb200;color:#ffffff}
-.time_select ul li:hover{background: #0C79FF;color: #FFFFFF;}
+.time_select ul li:hover{background: #f68704;color: #FFFFFF;}
 .head_right ol li:hover{color: #ffb200;}
 
 /*搜索*/

+ 2 - 2
src/css/technologyTrading/achievementDetail.css

@@ -164,7 +164,7 @@ div.pointer{cursor: pointer;}
     border-right: 1px solid #efefef
 }
 .tabEvaluate li.active{
-    background: #1697ea;
+    background: #f68704;
     color: #ffffff;
 }
 /* 评论 */
@@ -265,7 +265,7 @@ margin-bottom: 100px;
 }
 #commentArea:focus{
     border-color:transparent; 
-    box-shadow: 0 0 10px #1697ea ;
+    box-shadow: 0 0 10px #f68704 ;
 }
 .CommentSend button{
     width: 150px;

+ 2 - 2
src/css/technologyTrading/demandDetail.css

@@ -159,7 +159,7 @@ text-align: justify;}
     border-right: 1px solid #efefef
 }
 .tabEvaluate li.active{
-    background: #1697ea;
+    background: #f68704;
     color: #ffffff;
 }
 /* 评论 */
@@ -257,7 +257,7 @@ margin-bottom: 100px;
 }
 #commentArea:focus{
     border-color:transparent; 
-    box-shadow: 0 0 10px #1697ea ;
+    box-shadow: 0 0 10px #f68704 ;
 }
 .CommentSend button{
     width: 150px;

+ 3 - 3
src/css/thinkTank.css

@@ -51,7 +51,7 @@ text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-bo
 .wiseman_list ul{clear: both;}
 .found{clear: both;width: 220px;padding-top: 68px;margin: 0 auto;margin-bottom: 50px;}
 .found a{width: 220px;height: 64px;border: 1px solid #CCCCCC;border-radius: 10px;text-align: center;font-size: 18px;color: #787878;display: inline-block;line-height: 64px;}
-.found a:hover{color: #0C79FF;}
+.found a:hover{color: #f68704;}
 
 /*智政详情*/
 .zizone_list h3{width:220px ;height: 54px;margin: 0 auto;text-align: center;color:#074d88;
@@ -125,8 +125,8 @@ text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-bo
       
 .search-select ul li{float: left; border: 1px solid #ccc;margin-right: 8px;margin-bottom: 10px; height: 28px; line-height: 26px; padding: 0 16px;font-size: 12px;}
 .search-select  ul li span { font-size: 14px; line-height: 26px;color: #787878; }
-.search-select  ul li:hover,.search-select ul li.active{cursor: pointer; border: 1px solid #58a3ff; }
-.search-select  ul li:hover span {color: #58a3ff;}                      
+.search-select  ul li:hover,.search-select ul li.active{cursor: pointer; border: 1px solid #f68704; }
+.search-select  ul li:hover span {color: #f68704;}
 
 .detail_interest_sub  li{float: left;width: 270px;position: relative;z-index: 15;margin-left: 30px;border: 1px solid #cccccc;overflow: hidden;height: 450px;padding-bottom: 10px;margin-bottom: 20px;}                                      
 .detail_interest_sub  li>img{width: 270px;height: 280px;}                    

+ 5 - 5
src/css/thinkTank/policyDetail.css

@@ -15,7 +15,7 @@ top:40px;right:50px;}
 .content_left h1{
     font-size: 20px;
 }
-.content_left>h3{text-align: center;color:#2D6697;}
+.content_left>h3{text-align: center;color:#f68704;}
 .small_title{width:700px;height:50px;border-bottom: 1px solid #eee;padding-top: 25px;
 margin-bottom: 15px;}
 .small_title>span{float: right;margin-left: 20px;color:#ACACAC;}
@@ -38,18 +38,18 @@ margin-bottom: 15px;}
 .contetn_right>div{width:250px;height:60px;border-bottom:1px solid #F1F1F1;}
 .contetn_right>div.right_title{width:250px;height:40px;}
 .contetn_right>div:hover h5 a{
-    color: #3185D0
+    color: #f68704
 }
 .content_left a:hover{
-    color: #0C79FF;
+    color: #f68704;
 }
 .content_left a {
     color :#333333;
 }
-.contetn_right>div.right_title>div{width:90px;height:40px;background: #3185D0;line-height: 40px;
+.contetn_right>div.right_title>div{width:90px;height:40px;background: #f68704;line-height: 40px;
 text-align: center;color:#F2F7FC;font-weight: bold;}
 .contetn_right>div>h5{margin: 0;font-weight: bold;padding-top: 10px;margin-bottom: 10px;width: 240px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
-.next_div span a:hover{color:#0C79FF;}
+.next_div span a:hover{color:#f68704;}
 
 #bottom{margin-top: -144px;}
 

+ 3 - 3
src/css/thinkTank/policyList.css

@@ -287,7 +287,7 @@
     width: 86px;
     line-height: 38px;
     text-align: center;
-    background: #1797e9;
+    background: #f68704;
     color: #fff;
 }
 .listContent .hotNew  ul{
@@ -314,10 +314,10 @@
     color: #a0a0a0;
 }
 .policyContent .type ol li:hover{
-    color: #1797e9;
+    color: #f68704;
 }
 .policyContent .type ol li.active{
-    color: #1797e9;
+    color: #f68704;
     font-weight: bold;
 }
 .hotNew ul li:hover p{

+ 1 - 1
src/css/thinkTank/policyListCopy.css

@@ -61,7 +61,7 @@
 
 .policy ul{overflow: hidden;width: 820px;}
 .policy ul li{float: left;width: 820px;margin-bottom: 22px;}
-.policy_details h4:hover a{color: #0C79FF;}
+.policy_details h4:hover a{color: #f68704;}
 
 /*分页*/
 .pagination_box {margin-bottom: 130px;margin-top: 20px;clear: both;float: left;}  

+ 1 - 1
src/css/videoDetail.css

@@ -66,7 +66,7 @@ body{
     margin-bottom: 15px;
 }
 .videoList li.active .txt h4,.videoList li.active .txt p{
-    color:#0289df;
+    color:#f68704;
 }
 
 .videoList li .txt{

+ 2 - 2
webpack-dll.config.js

@@ -6,8 +6,8 @@ const version = require('./package.json').version;
 const argv = require('yargs').argv;
 
 let theme = {
-  '@primary-color': '#58a3ff',
-  '@link-color': '#58a3ff'
+  '@primary-color': '#f68704',
+  '@link-color': '#f68704'
 };
 module.exports = (function () {
 	let staticHost = 'http://172.16.0.253:80';

+ 6 - 6
webpack.config.js

@@ -13,8 +13,8 @@ const dirVars = require('./webpack/dir.config.js');
 const HtmlWebpackIncludeAssetsPlugin = require('html-webpack-include-assets-plugin');
 
 let theme = {
-    '@primary-color': '#58a3ff',
-    '@link-color': '#58a3ff'
+    '@primary-color': '#f68704',
+    '@link-color': '#f68704'
 };
 let isWatch = argv.env.watch == 'watch';
 let isDev = isWatch || argv.env.deploy == 'dev';
@@ -41,7 +41,7 @@ module.exports = (function () {
         //     name: 'vendors',
         //     chunks: ['vendor']
         // }),
-         /* 配置好Dll */
+        /* 配置好Dll */
         new webpack.DllReferencePlugin({
             context: dirVars.staticRootDir, // 指定一个路径作为上下文环境,需要与DllPlugin的context参数保持一致,建议统一设置为项目根目录
             manifest: require('./dll/'+argv.env.deploy+'/manifest.json') // 指定manifest.json
@@ -515,7 +515,7 @@ module.exports = (function () {
         }));
     }
 
-    let staticHost = 'http://172.16.0.34:8080';
+    let staticHost = 'http://172.16.0.253:80';
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://statics.jishutao.com';
@@ -547,8 +547,8 @@ module.exports = (function () {
         plugins: plugins,
         devServer: {
             disableHostCheck: true,
-            host: '172.16.0.34',
-            port: 8080,
+            host: '172.16.0.253',
+            port: 80,
             allowedHosts: ['192.168.0.222', '192.168.0.99', '192.168.0.20','192.168.0.17'],
             headers: {
                 "Access-Control-Allow-Origin": "*"