liting2017 6 years ago
parent
commit
4c4f5cf582

+ 3 - 0
src/css/newMenu/achievement.css

@@ -27,7 +27,9 @@
 }
 .newRelease ul li{
     width: 204px;
+    height: 253px;
     transition: all .5s ease-in;
+    box-shadow: 0 0 4px #ccc;
 }
 .newRelease ul li img{
     width: 204px;
@@ -672,6 +674,7 @@ hr{
     margin: 0 10px 10px;;
     padding: 0;
     transition: all .2s ease-in-out;
+    box-shadow: 0 0 4px #ccc;
 }
 .patentList ul li:hover{
     box-shadow: 0 4px 10px #ccc;

+ 3 - 0
src/css/newMenu/patent.css

@@ -412,6 +412,7 @@
     height: 430px;
     background: #ffffff;
     transition: all .2s ease-in;
+    box-shadow: 0 0 4px #ccc;
 }
 .patentServiceList ul li:hover p{
     color: #1697e9!important;
@@ -505,6 +506,7 @@
     height: 380px;
     background: #ffffff;
     transition: all .2s ease-in;
+    box-shadow:0 0 4px #ccc;
 }
 .trademarkList li div{
     width: 100%;
@@ -560,6 +562,7 @@
     width: 360px;
     background: #ffffff;
     transition: all .2s ease-in;
+    box-shadow: 0 0 4px #ccc;
 }
 .copyright ul li div{
     width: 100%;

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

@@ -77,7 +77,7 @@
     left:0px;
     z-index: 30;
 }
-.patentAchievementList .patentAchievLeft img:after{
+.patentAchievementList .patentAchievLeft>img::after{
     content: '';
     width: 45px;
     height: 45px;
@@ -88,7 +88,7 @@
     transform: rotate(45deg);
     box-shadow: -2px 10px 20px #ccc;
 }
-.patentAchievementList .patentAchievLeft img:before{
+.patentAchievementList .patentAchievLeft>img::before{
     content: '';
     width: 45px;
     height: 45px;

+ 4 - 2
webpack.config.js

@@ -18,7 +18,9 @@ let isDev = isWatch || argv.env.deploy == 'dev';
 module.exports = (function () {
     let plugins = [
         new webpack.optimize.CommonsChunkPlugin({
-            name: 'vendors'
+            name: 'vendors',
+            filename: "[name].js",
+            minChunks: Infinity
         }),
         new ExtractTextPlugin({
             filename: "[name].css",
@@ -354,7 +356,7 @@ module.exports = (function () {
             title: '高企自评',
             filename: 'html/evaluation/evaluate.html',
             template: './template/newMenu/evaluate.html',
-            chunks: ['evaluation/evaluate', 'vendors']
+            chunks: ['evaluation/evaluate','vendors']
         }),
         new HtmlWebpackPlugin({
             title: '知识产权顾问首页',