From eed39ea913dddfe6572f37de8c7de3f1523b6816 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 20 Jul 2021 09:36:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory

---
 src/views/home/index.scss |   96 ++++++++++++++++++++++++++++++++----------------
 1 files changed, 64 insertions(+), 32 deletions(-)

diff --git a/src/views/home/index.scss b/src/views/home/index.scss
index 64302d2..adf9d0c 100644
--- a/src/views/home/index.scss
+++ b/src/views/home/index.scss
@@ -12,7 +12,7 @@
     width: 100%;
     height: 77px;
     text-align: center;
-    position: relative;
+    // position: relative;
     span {
       font-family: "Arial Normal", "Arial", sans-serif;
       font-size: 36px;
@@ -20,20 +20,31 @@
       text-align: center;
       line-height: 77px;
     }
-    span:nth-child(2) {
-      position: absolute;
-      margin-top: 22px;
-      margin-left: 26%;
-      font-size: 22px;
-      cursor: pointer;
-      &:hover {
-        color: #90cef0;
-      }
-    }
+    // span:nth-child(2) {
+    //   position: absolute;
+    //   margin-top: 22px;
+    //   margin-left: 26%;
+    //   font-size: 22px;
+    //   cursor: pointer;
+    //   &:hover {
+    //     color: #90cef0;
+    //   }
+    // }
     img {
       position: absolute;
       margin-top: 22px;
       margin-left: 29%;
+    }
+  }
+  .sub-title {
+    float: right;
+    color: #fff;
+    margin-right: 52px;
+    font-size: 17px;
+    margin-top: -35px;
+    cursor: pointer;
+    &:hover {
+      color: #90cef0;
     }
   }
   .side {
@@ -80,7 +91,7 @@
       }
     }
     .left2 {
-      background: url("../../../public/img/bajgxt/left1.png") no-repeat;
+      background: url("../../../public/img/bajgxt/rightImg.png") no-repeat;
       height: calc(40% - 25px);
       width: 100%;
       background-size: 100% 100%;
@@ -113,7 +124,7 @@
       }
     }
     .right3 {
-      background: url("../../../public/img/bajgxt/left1.png") no-repeat;
+      background: url("../../../public/img/bajgxt/rightImg.png") no-repeat;
       height: calc(40% - 25px);
       width: 100%;
       background-size: 100% 100%;
@@ -139,14 +150,28 @@
   }
   .title-pane1 {
     display: inline-flex;
-    height: 44px;
+    height: 41px;
     img {
       width: 30px;
       height: 30px;
-      margin: 10px 10px 0px 10px;
+      margin: 5.5px 10px 0px 10px;
     }
     span {
-      line-height: 55px;
+      line-height: 46px;
+      color: #fff;
+      font-size: 20px;
+    }
+  }
+  .title-pane2 {
+    display: inline-flex;
+    height: 53px;
+    img {
+      width: 30px;
+      height: 30px;
+      margin: 11.5px 10px 0px 10px;
+    }
+    span {
+      line-height: 53px;
       color: #fff;
       font-size: 20px;
     }
@@ -193,8 +218,8 @@
         width: 44px;
         height: 56px;
         position: absolute;
-        margin-left: -6px;
-        margin-top: -7px;
+        margin-left: -7px;
+        margin-top: -9px;
       }
       .leftbottom {
         background: url("../../../public/img/bajgxt/leftbottom.png") no-repeat;
@@ -202,8 +227,8 @@
         width: 44px;
         height: 56px;
         position: absolute;
-        margin-left: -6px;
-        margin-top: calc(40% - 88px);
+        margin-left: -7px;
+        margin-top: calc(40% - 66px);
       }
       .righttop {
         background: url("../../../public/img/bajgxt/righttop.png") no-repeat;
@@ -211,8 +236,8 @@
         width: 44px;
         height: 56px;
         position: absolute;
-        margin-left: calc(100% - 39px);
-        margin-top: -7px;
+        margin-left: calc(100% - 37px);
+        margin-top: -9px;
       }
       .rightbottom {
         background: url("../../../public/img/bajgxt/rightbottom.png") no-repeat;
@@ -220,16 +245,16 @@
         width: 44px;
         height: 56px;
         position: absolute;
-        margin-left: calc(100% - 39px);
-        margin-top: calc(40% - 88px);
+        margin-left: calc(100% - 37px);
+        margin-top: calc(40% - 66px);
       }
     }
   }
   .el-table {
     width: calc(100% - 40px);
-    height: calc(100% - 70px);
+    height: calc(100% - 65px);
     margin: 0px 20px 15px;
-    top: 60px;
+    top: 50px;
   }
   /deep/ .el-table--striped .el-table__body tr.el-table__row--striped td {
     background: #18458f;
@@ -241,6 +266,7 @@
   }
   /deep/ .el-table .cell {
     color: #fff;
+    text-align: center;
   }
   /deep/ .el-table td,
   .el-table th.is-leaf {
@@ -258,7 +284,7 @@
     border-radius: 2px;
   }
   /deep/ .el-input {
-    width: 94px;
+    width: 138px;
   }
   /deep/ .el-select {
     line-height: 55px;
@@ -301,16 +327,17 @@
     }
   }
   .right-content {
-    height: calc(100% - 44px);
+    height: calc(100% - 41px);
     width: 100%;
   }
   .card-list {
-    margin: 20px 60px;
+    margin: 25px 60px 20px 90px;
     display: flex;
     height: 55px;
     line-height: 55px;
     img:first-child {
       height: 55px;
+      z-index: 22;
     }
     img:nth-child(2) {
       position: absolute;
@@ -318,19 +345,24 @@
       width: 35px;
       height: 35px;
       margin-top: 9px;
+      z-index: 22;
     }
-    span:nth-child(3) {
+    img:nth-child(3) {
+      margin-left: -20px;
+    }
+    span:nth-child(4) {
       color: red;
       font-size: 30px;
       display: block;
       width: 71px;
-      margin: 0px 20px;
+      margin-left: -74px;
     }
-    span:nth-child(4) {
+    span:nth-child(5) {
       color: #7ff3f4;
       font-size: 18px;
       display: block;
       width: 129px;
+      margin-left: 30px;
     }
   }
   .mapBtn,

--
Gitblit v1.9.3