Browse Source

样式修改

mentoswzq 4 years ago
parent
commit
c4f557b213
8 changed files with 13 additions and 13 deletions
  1. BIN
      img/dianhua.jpg
  2. BIN
      img/dizhi.jpg
  3. BIN
      img/ico_logo.ico
  4. BIN
      img/ico_logo.png
  5. 2 2
      package.json
  6. 7 7
      src/css/thinkTank/policyList.css
  7. 2 2
      webpack-dll.config.js
  8. 2 2
      webpack.config.js

BIN
img/dianhua.jpg


BIN
img/dizhi.jpg


BIN
img/ico_logo.ico


BIN
img/ico_logo.png


+ 2 - 2
package.json

@@ -6,8 +6,8 @@
   "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://aft-js.jishutao.com'",
-    "dllpro": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy prod --env.host 'http://ss.jishutao.com'",
+    "dlltest": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy test --env.host 'http://static.afantixinxi.com'",
+    "dllpro": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy prod --env.host 'http://static.afantixinxi.com'",
     "build": "node bin/clean.js && webpack --progress --colors --env.deploy dev",
     "buildtest": "node bin/clean.js && webpack --progress --colors --env.deploy test",
     "buildstage": "node bin/clean.js && webpack --progress --colors --env.deploy stage",

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

@@ -53,8 +53,8 @@
 .indexSearch .searchBtn{
     height: 36px;
     line-height: 22px;
-    background: #1697e9;
-    border: 1px solid #1697e9;
+    background: #f68704;
+    border: 1px solid #f68704;
     color: #ffffff;
 }
 .indexSearch .searchBtn img{
@@ -175,7 +175,7 @@
     height: 34px;
     float: right;
     text-align: center;
-    background: #1697e9;
+    background: #f68704;
     color: #fff;
     margin-top: 10px;
     cursor: pointer;
@@ -218,7 +218,7 @@
     padding: 0 15px;
 }
 .policyContent .area ol li.active span{
-    background: #1697e9;
+    background: #f68704;
     color: #fff;
 }
 .listContent{
@@ -321,16 +321,16 @@
     font-weight: bold;
 }
 .hotNew ul li:hover p{
-    color: #1697e9;
+    color: #f68704;
 }
 .newLsit>ul>li:hover a .yearTime{
-    background: #1697e9;
+    background: #f68704;
 }
 .newLsit>ul>li:hover a .yearTime p{
     color: #fff;
 }
 .newLsit>ul>li:hover a .txt h4{
-    color: #1697e9;
+    color: #f68704;
 }
 
 

+ 2 - 2
webpack-dll.config.js

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

+ 2 - 2
webpack.config.js

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