zhengpz
2021-08-15 2abc33c4172e5a0e127fb43cac6167787f5170a1
src/views/home/index.scss
@@ -222,8 +222,8 @@
        width: 44px;
        height: 56px;
        position: absolute;
        margin-left: -7px;
        margin-top: -9px;
        left: -7px;
        top: -9px;
      }
      .leftbottom {
        background: url("../../../public/img/bajgxt/leftbottom.png") no-repeat;
@@ -231,8 +231,8 @@
        width: 44px;
        height: 56px;
        position: absolute;
        margin-left: -7px;
        margin-top: calc(40% - 66px);
        left: -7px;
        bottom: -7px;
      }
      .righttop {
        background: url("../../../public/img/bajgxt/righttop.png") no-repeat;
@@ -240,8 +240,8 @@
        width: 44px;
        height: 56px;
        position: absolute;
        margin-left: calc(100% - 37px);
        margin-top: -9px;
        left: calc(100% - 37px);
        top: -9px;
      }
      .rightbottom {
        background: url("../../../public/img/bajgxt/rightbottom.png") no-repeat;
@@ -249,8 +249,8 @@
        width: 44px;
        height: 56px;
        position: absolute;
        margin-left: calc(100% - 37px);
        margin-top: calc(40% - 66px);
        left: calc(100% - 37px);
        bottom: -7px;
      }
    }
  }
@@ -276,7 +276,7 @@
  .el-table th.is-leaf {
    border-bottom-color: transparent;
  }
  /deep/ .el-table__header th{
  /deep/ .el-table__header th {
    border-bottom: 1px solid #031a38 !important;
  }
  /deep/.el-table--enable-row-hover .el-table__body tr:hover > td {
@@ -339,7 +339,7 @@
    padding: 15px;
  }
  .card-list {
    margin: 15px 60px 10px 90px;
    margin: 15px 60px 10px 50px;
    display: flex;
    height: 55px;
    line-height: 55px;
@@ -424,190 +424,241 @@
    height: 100%;
  }
}
.left2-btn{
.left2-btn {
  height: 21px;
  width: 69px;
  background-color: #0445b5;
  background-color: #4478d0;
  color: #fff;
  font-size: 13px !important;
  font-weight: 700;
  color: #fff !important;
  line-height: 21px !important;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.left2-btn.btn1{
.left2-btn.btn1 {
  right: 106px;
  margin-top: 25px;
}
.left2-btn.btn2{
.left2-btn.btn2 {
  right: 25px;
  margin-top: 25px;
}
.left2-btn.date{
  margin-left: 74px;
.left2-btn.date {
  right: 47px;
  margin-top: 27px;
}
.left2-btn.mounce{
  margin-left: 208px;
.left2-btn.mounce {
  right: 47px;
  margin-top: 71px;
}
.left2-btn.all{
  right: 100px;
.left2-btn.all {
  right: 47px;
  margin-top: 114px;
}
.rightData{
    position: relative;
    color: #fff;
    background: #010945;
    border-radius: 11px;
    height: 52px;
    display: inline-flex;
    width: 174px;
    cursor: pointer;
    font-weight: 700;
    img {
      margin: 12px;
      height: 28px;
      width: 30px;
    }
    .text {
      width: 100px;
      text-align: center;
      // margin: 3px;
      line-height: 25px;
      span:nth-child(1) {
        width: 100%;
        display: block;
        font-size: 14px;
      }
      span:nth-child(2) {
        width: 100%;
        display: block;
        color: #00CCFF;
        font-size: 15px;
      }
    }
.rightData {
  position: relative;
  color: #fff;
  background: #010945;
  border-radius: 11px;
  height: 52px;
  display: inline-flex;
  width: 174px;
  cursor: pointer;
  font-weight: 700;
  img {
    margin: 12px;
    height: 28px;
    width: 30px;
  }
  .rightData1{
    margin-left: 42px;
    margin-top: 23px;
  }
  .rightData2{
    margin-left: 58px;
    margin-top: 23px;
  }
  .rightData3{
    margin-top: 21px;
    margin-left: 42px;
  }
  .rightData4{
    margin-top: 21px;
    margin-left: 58px;
  }
  .rightData5{
    margin-top: 8px;
    margin-left: 42px;
  }
  .textBox {
    width: 70%;
    height: 58px;
    // margin: 0 auto;
    overflow: hidden;
    position: absolute;
    text-align: left;
    color: #09b560;
    left: 20px;
    top: 20px;
    font-size: 15px;
    .text {
  .text {
    width: 100px;
    text-align: center;
    // margin: 3px;
    line-height: 25px;
    span:nth-child(1) {
      width: 100%;
      position: absolute;
      bottom: 0;
      display: block;
      font-size: 14px;
    }
    .slide-enter-active, .slide-leave-active {
      transition: all 0.5s linear;
    }
    .slide-enter{
      transform: translateY(20px) scale(1);
      opacity: 1;
    }
    .slide-leave-to {
      transform: translateY(-20px) scale(0.8);
      opacity: 0;
    span:nth-child(2) {
      width: 100%;
      display: block;
      color: #00ccff;
      font-size: 15px;
    }
  }
  .leftEchartTitle{
    height: 30px;
    display: flex;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 28px;
}
.rightData1 {
  margin-left: 42px;
  margin-top: 23px;
}
.rightData2 {
  margin-left: 58px;
  margin-top: 23px;
}
.rightData3 {
  margin-top: 21px;
  margin-left: 42px;
}
.rightData4 {
  margin-top: 21px;
  margin-left: 58px;
}
.rightData5 {
  margin-top: 8px;
  margin-left: 42px;
}
.textBox {
  width: 70%;
  height: 58px;
  // margin: 0 auto;
  overflow: hidden;
  position: absolute;
  text-align: left;
  color: #09b560;
  left: 20px;
  top: 20px;
  font-size: 15px;
  .text {
    width: 100%;
    position: absolute;
    .block1{
      width: 23px;
      height: 13px;
      background: #2ec7c9;
      border-radius: 3px;
      margin-top: 9px;
    }
    span:nth-child(2){
      color: #fff;
      font-size: 13px;
      margin: 0px 10px 0px 3px;
    }
    span:nth-child(3){
      color: #2ec7c9;
    bottom: 0;
  }
  .slide-enter-active,
  .slide-leave-active {
    transition: all 0.5s linear;
  }
  .slide-enter {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }
  .slide-leave-to {
    transform: translateY(-20px) scale(0.8);
    opacity: 0;
  }
}
.leftEchartTitle {
  height: 30px;
  display: flex;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 28px;
  position: absolute;
  .block1 {
    width: 23px;
    height: 13px;
    background: #2ec7c9;
    border-radius: 3px;
    margin-top: 9px;
  }
  span:nth-child(2) {
    color: #fff;
    font-size: 13px;
    margin: 0px 10px 0px 3px;
  }
  span:nth-child(3) {
    color: #2ec7c9;
    font-size: 17px;
    font-weight: 700;
    display: block;
    width: 65px;
    text-align: center;
    }
    span:nth-child(4){
      font-size: 13px;
      color: #2ec7c9;
    }
  }
  .leftEchartTitle2{
    right: 35px;
    .block1{
      background: #b6a2de;
    }
    span:nth-child(3){
      color: #b6a2de;
  span:nth-child(4) {
    font-size: 13px;
    color: #2ec7c9;
  }
}
.leftEchartTitle2 {
  right: 35px;
  .block1 {
    background: #b6a2de;
  }
  span:nth-child(3) {
    color: #b6a2de;
    font-size: 15px;
    }
  }
  .leftEchartTitle3{
    margin-top: 37px;
    .block1{
      background: #5ab1ef;
    }
    span:nth-child(3){
      color: #5ab1ef;
}
.leftEchartTitle3 {
  margin-top: 37px;
  .block1 {
    background: #5ab1ef;
  }
  span:nth-child(3) {
    color: #5ab1ef;
    font-size: 15px;
    }
  }
  .leftEchartTitle4{
    margin-top: 37px;
    right: 22px;
    .block1{
      background: #ffb980;
    }
    span:nth-child(3){
      color: #ffb980;
}
.leftEchartTitle4 {
  margin-top: 37px;
  right: 22px;
  .block1 {
    background: #ffb980;
  }
  span:nth-child(3) {
    color: #ffb980;
    font-size: 15px;
    }
  }
  .leftEchartTitle5{
    margin-top: 64px;
    .block1{
      background: #fc8452;
    }
    span:nth-child(3){
      color: #fc8452;
}
.leftEchartTitle5 {
  margin-top: 64px;
  .block1 {
    background: #fc8452;
  }
  span:nth-child(3) {
    color: #fc8452;
    font-size: 15px;
    }
  }
}
.bayHover {
  background-color: #0445b5;
  color: #fff !important;
}
.leftEchartTitle.xbNan {
  right: 47px;
  margin-top: 76px;
  .block1 {
    width: 30px;
    height: 15px;
    background: #008dec;
    margin-top: 7px;
  }
  span:nth-child(2) {
    color: #fff;
    font-size: 13px;
  }
  span:nth-child(3) {
    color: #008dec;
    font-size: 17px;
  }
  span:nth-child(4) {
    font-size: 13px;
    color: #008dec;
  }
}
.leftEchartTitle.xbNv {
  right: 47px;
  margin-top: 135px;
  .block1 {
    width: 30px;
    height: 15px;
    background: #886eff;
    margin-top: 7px;
  }
  span:nth-child(2) {
    color: #fff;
    font-size: 13px;
  }
  span:nth-child(3) {
    color: #886eff;
    font-size: 17px;
  }
  span:nth-child(4) {
    font-size: 13px;
    color: #886eff;
  }
}