diff --git a/assets/styles/global.less b/assets/styles/global.less
index d5feb91..ff1a65b 100644
--- a/assets/styles/global.less
+++ b/assets/styles/global.less
@@ -42,3 +42,44 @@
     }
   }
 }
+
+
+.event-none {
+  pointer-events: none;
+}
+
+.event-auto {
+  pointer-events: auto;
+}
+
+.bottom-btn {
+  position: absolute;
+  .event-auto;
+  width: 100%;
+  bottom: 0;
+  left: 0;
+}
+
+
+.custom-tab {
+  .ant-tabs-ink-bar {
+    background: rgba(120, 240, 253, 1);
+  }
+  .ant-tabs-nav .ant-tabs-tab-active {
+    color: #fff;
+  }
+  .ant-tabs-bar  {
+    margin: 0;
+  }
+  .ant-tabs-nav  {
+    color: #fff;
+  }
+  .ant-tabs-nav-wrap {
+    background: linear-gradient(90deg, rgba(0, 107, 207, 0.4) 0%, rgba(0, 128, 247, 0.08) 100%) !important;
+
+  }
+
+  .ant-tabs-nav-scroll {
+    background: linear-gradient(90deg, rgba(0, 107, 207, 0.4) 0%, rgba(0, 128, 247, 0.08) 100%) !important;
+  }
+}
diff --git a/components/Map.vue b/components/Map.vue
index 65c0439..4150bd1 100644
--- a/components/Map.vue
+++ b/components/Map.vue
@@ -1,5 +1,8 @@
 
-  
+  
 
 
 
+
diff --git a/components/smallCommon/CusDesc2.vue b/components/smallCommon/CusDesc2.vue
new file mode 100644
index 0000000..ddc922e
--- /dev/null
+++ b/components/smallCommon/CusDesc2.vue
@@ -0,0 +1,61 @@
+
+
+  
+    
+      
{{ col.title }}
+      
{{ data[col.key || col.dataIndex] || defaultValue }}
+    
+  
 
+
+
+
+
+
+
diff --git a/components/smallCommon/Faguang.vue b/components/smallCommon/Faguang.vue
new file mode 100644
index 0000000..600fa73
--- /dev/null
+++ b/components/smallCommon/Faguang.vue
@@ -0,0 +1,24 @@
+
+
+
+  
+    
+  
+
+
+
diff --git a/components/smallCommon/SystemTitle.vue b/components/smallCommon/SystemTitle.vue
index 7f8abc3..48195f2 100644
--- a/components/smallCommon/SystemTitle.vue
+++ b/components/smallCommon/SystemTitle.vue
@@ -7,7 +7,9 @@
       
{{ tq }}
       {{ customTitle }}
       {{ customTitle || title }}一体化平台
-       $router.go(-1)">返回
+      
+
       
         
           {{ btn.title }}
@@ -105,10 +107,13 @@ export default {
         position: absolute;
         right: 10px;
         top: 40px;
-        border-radius: 10px;
-        padding: 5px 20px;
-        color: #fff;
-        background-color: #1890ff;
+        opacity: 1;
+        font-size: 20px;
+        font-weight: 400;
+        letter-spacing: 0px;
+        line-height: 28.96px;
+        color: rgba(35, 209, 232, 1);
+        vertical-align: top;
         cursor: pointer;
       }
       .time {
diff --git a/components/smallCommon/Web5Title.vue b/components/smallCommon/Web5Title.vue
new file mode 100644
index 0000000..90ba0a7
--- /dev/null
+++ b/components/smallCommon/Web5Title.vue
@@ -0,0 +1,45 @@
+
+
+
+  
+    
+  
+
+
+
diff --git a/pages/cleanTravel/ledger.vue b/pages/cleanTravel/ledger.vue
index 2d55630..38fdd29 100644
--- a/pages/cleanTravel/ledger.vue
+++ b/pages/cleanTravel/ledger.vue
@@ -3,9 +3,10 @@
 
   
     
-      
+      
       
-
+        厂区车辆台账
+        
         
           
             
@@ -59,9 +60,11 @@ import Miaoshu from "../../components/smallCommon/miaoshu.vue";
 import ModuleContent2 from "../../components/smallCommon/ModuleContent2.vue";
 import Butgroup2 from "../../components/smallCommon/butgroup2.vue";
 import Split from "../../components/smallCommon/Split.vue";
+import Web2Title from "../../components/smallCommon/Web2Title.vue";
 export default {
   name: "user",
   components: {
+    Web2Title,
     Split,
     Butgroup2, ModuleContent2, Miaoshu,
     CustomTable,
diff --git a/pages/cleanTravel/trend.vue b/pages/cleanTravel/trend.vue
index 683b357..1604ee2 100644
--- a/pages/cleanTravel/trend.vue
+++ b/pages/cleanTravel/trend.vue
@@ -1,31 +1,34 @@
-
-
 
   
     
-      
+      
       
-    
-      
-
-      
-      
-        
-          
-            查询
-            导出
-            
-          
-        
-      
-    
+        清洁运输+趋势
+        
+        
+          
+            
+              运输车辆占比
+              运输量占比
+            
+          
+          
+            
+              
+                查询
+                导出
+                
+              
+            
+          
+        
 
       
     
@@ -41,15 +44,23 @@ import FlexCol from "../../components/FlexCol.vue";
 import ModuleContent from "../../components/ModuleContent.vue";
 import CustomTable from "../../components/smallCommon/CustomTable.vue";
 import Split from "../../components/smallCommon/Split.vue";
+import Web2Title from "../../components/smallCommon/Web2Title.vue";
+import ModuleContent2 from "../../components/smallCommon/ModuleContent2.vue";
+import CustomDesc2 from "../../components/smallCommon/CusDesc2.vue";
+import Web3Title from "../../components/smallCommon/Web3Title.vue";
+
 export default {
   name: "user",
   components: {
+    Web3Title,
+    CustomDesc2, ModuleContent2,
+    Web2Title,
     Split,
     CustomTable,
     ModuleContent, FlexCol, NewBg, SystemTitle,
     Curd
   },
-  data () {
+  data() {
     return {
       yunshuzongliang: 0,
       isEdit: false,
@@ -74,7 +85,7 @@ export default {
           dataIndex: 'newCar',
           key: 'newCar',
           title: '新能源',
-          customRender (text) {
+          customRender(text) {
             if (text) return '是'
             return '否'
           }
@@ -91,13 +102,13 @@ export default {
         }
       ],
       apiConf: {
-        listApi: { api: '/api/Transport/list', method: 'get' },
+        listApi: {api: '/api/Transport/list', method: 'get'},
       }
     }
   },
 
   computed: {
-    formItems () {
+    formItems() {
       return [
         {
           type: 'dateRange',
@@ -107,7 +118,7 @@ export default {
           hide: true,
           placeholder: ['请选择开始日期', '请选择结束日期'],
           rules: [
-            { required: true, message: '请选择时间范围' }
+            {required: true, message: '请选择时间范围'}
           ],
           fields: ['startTime', 'endTime']
         },
@@ -119,16 +130,16 @@ export default {
   },
 
   methods: {
-    getyunshuzongliang () {
+    getyunshuzongliang() {
       /*this.$get('/api/Transport/count').then(({ data }) => {
         this.yunshuzongliang = data
       })*/
     },
-    editHandler (isEdit) {
+    editHandler(isEdit) {
       this.isEdit = isEdit
     },
-    exportList ({ time }) {
-      const [ start, end ] = time
+    exportList({time}) {
+      const [start, end] = time
       const fmt = 'YYYY-MM-DD'
       window.open(`http://101.43.201.20:5000/api/Ledger/export?start=${moment(start).format(fmt)}&end=${moment(end).format(fmt)}`, '_blank')
     }
diff --git a/pages/wuzuzhi/huanjingzhili.vue b/pages/wuzuzhi/huanjingzhili.vue
index 0e1efab..44a5ad1 100644
--- a/pages/wuzuzhi/huanjingzhili.vue
+++ b/pages/wuzuzhi/huanjingzhili.vue
@@ -6,7 +6,7 @@
      
     
       
-      
+      
         
           
             
diff --git a/pages/wuzuzhi/paifang.vue b/pages/wuzuzhi/paifang.vue
index 761bc8c..e5c07fa 100644
--- a/pages/wuzuzhi/paifang.vue
+++ b/pages/wuzuzhi/paifang.vue
@@ -1,51 +1,64 @@
 
   
     
-      
-      
-
-        
-          
+      
+      
+      
+        无组织排放
+        
+          
             
-
               设备数量统计
               
-              
-                
+              
+                
               
               报警类型数据分析
               
-              
+              
               
             
 
           
-          
-            
-            
-              
-            
-            
-              
-                洗车机管理
-              
-              
-                环境治理
-              
-              
-                环卫巡航
-              
+          
+            
+              干雾点位置
+              TSP点位
+              微站点位
+              雾炮点位
+              雾桩点位
+              洗车机点位
             
-             
           
-          
-            
-              card content
-            
+          
+            
+              
+
+              
+              项目介绍
+              
+              
+              
+
+            
           
         
+
+        
+          
+            洗车机管理
+          
+          
+            环境治理
+          
+          
+            环卫巡航
+          
+        
       
-      >
+
+
+
     
   
 
@@ -62,10 +75,18 @@ import Web3Title from "../../components/smallCommon/Web3Title.vue";
 import ModuleContent2 from "../../components/smallCommon/ModuleContent2.vue";
 import Split from "../../components/smallCommon/Split.vue";
 import CusDesc from "../../components/smallCommon/CusDesc.vue";
+import Web2Title from "../../components/smallCommon/Web2Title.vue";
+import CustomDesc2 from "../../components/smallCommon/CusDesc2.vue";
+import CusButton3 from "../../components/smallCommon/CusButton3.vue";
+import CusButton5 from "../../components/smallCommon/CusButton5.vue";
 
 export default {
   name: "paifang",
   components: {
+    CusButton5,
+    CusButton3,
+    CustomDesc2,
+    Web2Title,
     CusDesc,
     Split,
     ModuleContent2,
diff --git a/pages/wuzuzhi/xichejiguanli.vue b/pages/wuzuzhi/xichejiguanli.vue
index 259c4ba..426a94e 100644
--- a/pages/wuzuzhi/xichejiguanli.vue
+++ b/pages/wuzuzhi/xichejiguanli.vue
@@ -1,62 +1,73 @@
 
   
     
-      
-      
-        
-          
-            
-              洗车机列表
-              
-              
-                
-              
-            
-
-          
-          
-            
-
-              
-                
-              
-              
-              
-                
-                  
-                    导出历史数据
-                    
-                  
-                
-              
-            
-          
+      
+      
+      
+        洗车机管理
+        
+        
           
             
-              洗车机视频
-              
-              
+              
+                
+                  洗车机列表
+                  
+                  
+                    
+                  
+                
 
               
-              洗车机运行信息
-              
-              
+              
+                
+                  历史记录
+                  
+                  
+                    
+                      
+                        导出历史数据
+                        
+                      
+                    
+                  
+                
+              
+            
+
+          
+          
+            
+              
+                
+                  洗车机视频
+                  
+                  
+
+                  
+                  洗车机运行信息
+                  
+                  
+
+                  
+                
+
 
               
             
@@ -78,10 +89,12 @@ import Web3Title from "../../components/smallCommon/Web3Title.vue";
 import Split from "../../components/smallCommon/Split.vue";
 import ModuleContent2 from "../../components/smallCommon/ModuleContent2.vue";
 import CustomTable from "../../components/smallCommon/CustomTable.vue";
+import Web2Title from "../../components/smallCommon/Web2Title.vue";
 
 export default {
   name: "xichejiguanli",
   components: {
+    Web2Title,
     CustomTable,
     ModuleContent2,
     Split,
diff --git a/pages/youzuzhi/paifang.vue b/pages/youzuzhi/paifang.vue
index 86931fc..a7d997e 100644
--- a/pages/youzuzhi/paifang.vue
+++ b/pages/youzuzhi/paifang.vue
@@ -1,59 +1,64 @@
 
   
     
-      
+      
+      
+      
+        有组织排放
+        
+          
+            
+              
+                
+                  
+                    
+                  
 
-      
-        
-          
-            
-              
-                
+                  
+                    
+                  
+
+                  
+                    
+                  
+
+                  
+                    
+                  
+                
               
-
-              
-                
-              
-
-              
-                
-              
-
-              
-                
-              
-            
-          
-        
-
-        
-          
-            
-              工序步骤
-              
-                
-                  {{ item.name }}
+              
-            
-            
-              
-            
-            
-              排放源清单
-              
-            
-          
-        
+
+            
 
+          
+          
+            
+              
+                
+                  排放源清单
+                  
+                
+                
+                  排放源清单
+                  
+                
+              
+            
+          
+        
+
+        
+          
+            环保排放统计
+          
+        
       
     
   
@@ -71,10 +76,14 @@ import ModuleContent2 from "../../components/smallCommon/ModuleContent2.vue";
 import Web3Title from "../../components/smallCommon/Web3Title.vue";
 import CusButton from "../../components/smallCommon/CusButton.vue";
 import Butgroup from "../../components/smallCommon/butgroup.vue";
+import Web2Title from "../../components/smallCommon/Web2Title.vue";
+import Faguang from "../../components/smallCommon/Faguang.vue";
 
 export default {
   name: "paifang",
   components: {
+    Faguang,
+    Web2Title,
     Butgroup, CusButton,
     Web3Title,
     ModuleContent2, Miaoshu, Butgroup2,
@@ -124,15 +133,37 @@ export default {
 .mt16 {
   margin-top: 16px;
 }
+.gongxu-wrapper {
+  width: 132px;
+  max-height: 500px;
+  margin-top: 16px;
+}
 .gongxu-box {
   height: calc(100% - 48px);
   overflow-y: auto;
   .gongxu-item {
     cursor: pointer;
-    padding: 16px 0;
     color: #fff;
-    font-size: 18px;
     border-bottom: 1px solid rgba(238, 238, 238, 0.54);
+    width: 132px;
+    height: 48px;
+    opacity: 1;
+    background: rgba(0, 128, 247, 0.5);
+    box-sizing: border-box;
+    margin-top: 16px;
+    line-height: 48px;
+    /** 文本1 */
+    font-size: 18px;
+    font-weight: 400;
+    letter-spacing: 0px;
+    color: rgba(255, 255, 255, 1);
+    text-align: center;
+    vertical-align: top;
+    &.selected, &:hover {
+      background: rgba(7, 65, 119, 0.98);
+      font-weight: 500;
+      color: rgba(45, 205, 255, 1);
+    }
   }
 }
 
diff --git a/pages/youzuzhi/paifangtongji.vue b/pages/youzuzhi/paifangtongji.vue
index 345a36f..34602fb 100644
--- a/pages/youzuzhi/paifangtongji.vue
+++ b/pages/youzuzhi/paifangtongji.vue
@@ -1,20 +1,21 @@
-
-
 
   
     
-      
+      
       
-  
+        有组织排放统计
+        
+        
+          
+            
+          
+          
+            
+          
+          
+            
+          
+        
       
     
   
@@ -25,18 +26,21 @@ import FlexCol from "../../components/FlexCol.vue";
 import SystemTitle from "../../components/smallCommon/SystemTitle.vue";
 import NewBg from "../../components/NewBg.vue";
 import ModuleContent from "../../components/ModuleContent.vue";
+import Web2Title from "../../components/smallCommon/Web2Title.vue";
+import Web3Title from "../../components/smallCommon/Web3Title.vue";
+import Split from "../../components/Split.vue";
 
 export default {
   name: "paifangtongji",
-  components: {ModuleContent, NewBg, SystemTitle, FlexCol},
-  data () {
+  components: {Split, Web3Title, Web2Title, ModuleContent, NewBg, SystemTitle, FlexCol},
+  data() {
     return {
       data: [],
       columns: [
-        { title: '名词', key: 'name' },
-        { title: 'NO', key: 'NO' },
-        { title: 'SO2', key: 'SO2' },
-        { title: 'TSP', key: 'TSP' },
+        {title: '名词', key: 'name'},
+        {title: 'NO', key: 'NO'},
+        {title: 'SO2', key: 'SO2'},
+        {title: 'TSP', key: 'TSP'},
       ]
     }
   }