Browse Source

农林植保平台代码

yf_zd 5 years atrás
parent
commit
daf0f12adb

+ 2 - 2
bigdata2/gulpfile.js

@@ -7,8 +7,8 @@ gulp.task('css-wrap', function () {
     return gulp.src(path.resolve('./theme/index.css'))
     /* 找需要添加命名空间的css文件,支持正则表达式 */
         .pipe(cssWrap({
-            selector: '.custom-ffffff' /* 添加的命名空间 */
+            selector: '.custom-plantProtection' /* 添加的命名空间 */
         }))
         .pipe(cleanCSS())
-        .pipe(gulp.dest('src/assets/css/theme/ffffff')) /* 存放的目录 */
+        .pipe(gulp.dest('src/assets/css/theme/plantProtection')) /* 存放的目录 */
 })

+ 1 - 1
bigdata2/index.html

@@ -8,7 +8,7 @@
       v=2.0&ak=nroAiX0Lf6ppNEGt2dBLtDkOldGCPFwF"></script> -->
     <title>bigdata2</title>
   </head>
-  <body class="custom-ffffff">
+  <body class="custom-plantProtection">
     <div id="app"></div>
     <!-- built files will be auto injected -->
   </body>

BIN
bigdata2/src/assets/css/theme/plantProtection/fonts/element-icons.ttf


BIN
bigdata2/src/assets/css/theme/plantProtection/fonts/element-icons.woff


File diff suppressed because it is too large
+ 1 - 0
bigdata2/src/assets/css/theme/plantProtection/index.css


+ 1 - 1
bigdata2/src/components/Index.vue

@@ -66,7 +66,7 @@
 					class="el-menu-vertical-demo"
 					unique-opened
 					:router="isRouter"
-					active-text-color="rgb(57, 249, 190)"
+					active-text-color="#fff"
 				>
 					<el-menu-item
 						:index="selHome()"

+ 2 - 2
bigdata2/src/main.js

@@ -54,8 +54,8 @@ import 'viewerjs/dist/viewer.css'
 // 样式
 import './assets/icon/iconfont.css'
 import './plugin/elementUi';
-// import './assets/css/theme/ffffff/index.css' //皮肤一
-import '../theme/index.css'  //皮肤一
+import './assets/css/theme/plantProtection/index.css' //植保皮肤一
+// import '../theme/index.css'  //皮肤一
 
 //导入全局样式
 import './assets/css/global.css'

+ 0 - 1
bigdata2/src/pages/cure/scd/scd.vue

@@ -1,7 +1,6 @@
 <template>
 	<div>
 		<el-breadcrumb separator-class="el-icon-arrow-right">
-			<el-breadcrumb-item>防治系统</el-breadcrumb-item>
 			<el-breadcrumb-item>杀虫灯</el-breadcrumb-item>
 		</el-breadcrumb>
 		<search-bar

+ 0 - 1
bigdata2/src/pages/forecasting/bzy/Bzy.vue

@@ -1,7 +1,6 @@
 <template>
 	<div>
 		<el-breadcrumb separator-class="el-icon-arrow-right">
-			<el-breadcrumb-item>测报系统</el-breadcrumb-item>
 			<el-breadcrumb-item>孢子仪</el-breadcrumb-item>
 		</el-breadcrumb>
 		<search-bar @fun="getDisplayType" @fun2="getIDName" @fun3="getIsOnline"></search-bar>

+ 0 - 1
bigdata2/src/pages/forecasting/cbd/Cbd.vue

@@ -1,7 +1,6 @@
 <template>
 	<div>
 		<el-breadcrumb separator-class="el-icon-arrow-right">
-			<el-breadcrumb-item>测报系统</el-breadcrumb-item>
 			<el-breadcrumb-item>虫情测报</el-breadcrumb-item>
 		</el-breadcrumb>
 		<search-bar @fun="getDisplayType" @fun2="getIDName" @fun3="getIsOnline">

+ 0 - 1
bigdata2/src/pages/forecasting/xycb/xycb.vue

@@ -1,7 +1,6 @@
 <template>
 	<div>
 		<el-breadcrumb separator-class="el-icon-arrow-right">
-			<el-breadcrumb-item>测报系统</el-breadcrumb-item>
 			<el-breadcrumb-item>性诱测报</el-breadcrumb-item>
 		</el-breadcrumb>
 		<SearchBar @fun="getDisplayType" @fun2="getIDName" @fun3="getIsOnline">

+ 15 - 15
bigdata2/theme/index.css

@@ -8583,7 +8583,7 @@
   position: relative;
   margin: 0;
   padding-left: 0;
-  background-color: #323749; }
+  background-color: #fff; }
   .el-menu::before,
   .el-menu::after {
     display: table;
@@ -8600,7 +8600,7 @@
       line-height: 60px;
       margin: 0;
       border-bottom: 2px solid transparent;
-      color: #909399; }
+      color: #424242; }
       .el-menu--horizontal > .el-menu-item a,
       .el-menu--horizontal > .el-menu-item a:hover {
         color: inherit; }
@@ -8700,7 +8700,7 @@
   height: 56px;
   line-height: 56px;
   font-size: 12px;
-  color: #c3c3c3;
+  color: #747474;
   padding: 0 20px;
   list-style: none;
   cursor: pointer;
@@ -8713,16 +8713,16 @@
 
   .el-menu-item:hover, .el-menu-item:focus {
     outline: none;
-    color:rgb(57, 249, 190);
-    background-color:rgba(45, 111, 102, 0.4)
+    color:#2ac083;
+    background-color:#fff
   }
   .el-menu-item:hover i, .el-menu-item:focus i{
-    color:rgb(57, 249, 190)
+    color:#2ac083
   }
   .el-menu-item * {
     vertical-align: middle; }
   .el-menu-item i {
-    color: #909399; }
+    color: #226a4d; }
   .el-submenu .el-menu-item:hover {
     outline: none;
     color:rgb(57, 249, 190);
@@ -8742,10 +8742,10 @@
   .el-menu-item.is-active {
     color: #fff;
     /* background-color: #14a478;  */
-    background: rgba(45, 111, 102, 0.4)
+    background: #226a4d
   }
     .el-menu-item.is-active i {
-      color: rgb(57, 249, 190); }
+      color: #fff; }
 
 .el-submenu {
   list-style: none;
@@ -8762,7 +8762,7 @@
     height: 56px;
     line-height: 56px;
     font-size: 14px;
-    color: #c3c3c3;
+    color: #747474;
     padding: 0 20px;
     list-style: none;
     cursor: pointer;
@@ -8775,7 +8775,7 @@
     .el-submenu__title * {
       vertical-align: middle; }
     .el-submenu__title i {
-      color: #909399; }
+      color: #226a4d; }
     .el-submenu__title:hover, .el-submenu__title:focus {
       outline: none;
       background-color: #36434f; 
@@ -8786,12 +8786,12 @@
       background: none !important; }
     .el-submenu__title:hover {
       /* background-color: #14a478;  */
-      color:rgb(57, 249, 190);
-      background-color: #36434f; 
+      color:#2ac083;
+      background-color: #fff; 
     }
     .el-submenu__title:hover i{
       /* background-color: #14a478;  */
-      color:rgb(57, 249, 190);
+      color:#2ac083;
     }
   .el-submenu .el-menu {
     border: none; }
@@ -50450,7 +50450,7 @@
 /* BEM
  -------------------------- */
 .el-aside {
-  background-color: #323749;
+  background-color: #fff;
   overflow: auto;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;