Newer
Older
DH_Apicture / src / assets / styles / pictureOnMap.scss
@leishan leishan 26 days ago 8 KB youhua
.flex_sbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_cen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

// 左右模块背景
.moduleBoxLeft {
  left: 18px;
}

.moduleBoxRight {
  right: 18px;
}

.moduleBox {
  width: 450px;
  height: calc(100vh - 108px);
  position: fixed;
  top: 88px;
  padding: 8px 10px;
  background: url('@/assets/images/pictureOnMap/contentBgc.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 10;
}

.typeList {
  padding-bottom: 2px;
  border-bottom: 1px solid #0D356F;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 14px;

  .tab {
    margin: 0 1px;
    line-height: 28px;
    background: linear-gradient(0deg, rgba(0, 98, 183, 0.3) 0%, rgba(0, 98, 183, 0.1) 100%);
    font-weight: 400;
    font-size: 16px;
    color: #8FBFFE;
    text-align: center;
    cursor: pointer;

    &.active {
      color: #E0E5FA;
      background: linear-gradient(0deg, rgba(9, 216, 241, 0.9) 0%, rgba(0, 98, 183, 0.3) 100%);
    }
  }
}

.yjBtn {
  height: 60px;
  background: url('@/assets/images/pictureOnMap/yjbtn.png') no-repeat;
  background-size: 100% 60px;
  padding-left: 32px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;

  div {
    margin-left: 40px;
    width: 196px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    line-height: 15px;

    &::before {
      content: '';
      width: 18px;
      height: 15px;
      background: url('@/assets/images/pictureOnMap/jtr.png') no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      top: 0;
    }

    &::after {
      content: '';
      width: 18px;
      height: 15px;
      background: url('@/assets/images/pictureOnMap/jtl.png') no-repeat;
      background-size: 100% 100%;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

.blue {
  color: #2CB7FF;
}

.blueD {
  color: #00FCFF;
}

.leve2Title {
  height: 48px;
  background: url('@/assets/images/pictureOnMap/leve2.png') no-repeat center bottom;
  background-size: 103% auto;
  font-weight: bold;
  font-size: 18px;
  color: #E0E5FA;
  padding-left: 45px;
  line-height: 60px;
}

.chartWbox {
  height: calc(100% - 48px);
  overflow: hidden;
}

// 弹框
.pmpSitNewDialog {
 
  .el-dialog__header {
    display: none;
  }

  .el-dialog__body {
    height: 100%;
    padding: 0 !important;
  }

  .dialogTitle {
    width: 100%;
    min-height: 44px;
    background: url('@/assets/images/pictureOnMap/dialogTab.png') no-repeat center bottom;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;

    .title {
      padding-left: 51px;
      font-family: PangMenZhengDao;
      font-weight: 400;
      font-size: 24px;
      color: #FFFFFF;
    }

    .closeIcon {
      width: 22px;
      height: 22px;
      background: url('@/assets/images/pictureOnMap/closeIcon.png') no-repeat center bottom;
      background-size: 100% 100%;
      cursor: pointer;
    }
  }

  .contentBox {
    background: #071645;
    border: 1px solid #163F80;
  }

}

// 表格样式
.dispatchTable {
  &.el-table {
    background: none;
    color: #D2E2FF;
  }

  .el-table__inner-wrapper::before {
    height: 0;
  }

  tr {
    background: linear-gradient(0deg, #00134F 0%, #003065 100%);
  }

  td.el-table__cell,
  th.el-table__cell.is-leaf {
    border-color: #163F80;
  }

  &.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
    background: linear-gradient(0deg, #001F75 0%, #284F93 100%);
  }

  .el-table__header-wrapper th {
    // background: linear-gradient(0deg, rgba(0,98,183,0.8) 0%, rgba(0,98,183,0.1) 100%);
    background: linear-gradient(0deg, rgba(0, 98, 183, 0.8) 0%, rgba(0, 98, 183, 0.1) 100%) !important;
  }

  .el-table__header-wrapper {
    border: 1px solid #0B9BFF;
  }

  th {
    color: #FFFFFF !important;
    font-size: 16px;
  }

  &.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
    background: rgba(13, 57, 139, 0.7);
  }
}
// 弹框表格
.popUpTable {
  .el-table{
    font-weight: 400;
font-size: 14px;
color: #CCDFFF;
&.el-table--striped .el-table__body tr.el-table__row {
  background: #0D2359;
}
    &.el-table--enable-row-transition .el-table__body td.el-table__cell{
      background: #0D2359;
    }
    &.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell  {
      background: rgba(7, 22, 69, 1);
    }
     td.el-table__cell,  th.el-table__cell.is-leaf {
      border: 0;
    }
    .el-table__header-wrapper th,  .el-table__fixed-header-wrapper th {
      background: #153990!important;
      font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
    }

    .el-table--border .el-table__inner-wrapper::after, .el-table--border::after, .el-table--border::before, .el-table__inner-wrapper::before{
      background: 0;
    }
    .el-table__empty-block {
      background: rgba(7, 22, 69, 1);
    }
    &.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
      background: rgba(13, 57, 139, 0.7);
    }
  }

}
// 降雨日历
.dayListPop {
  // background: rgba(11, 52, 116, 0.8) !important;
  // border: 1px solid rgba(11, 52, 116, 1) !important;

  background: linear-gradient(90deg, rgba(10, 36, 121, 0.8) 0%, rgba(1, 28, 71, 0.6) 100%) !important;
  border-radius: 6px !important;
  border: 1px solid !important;
  border-image: linear-gradient(0deg, #47AFFF, #47AFFF) 10 10 !important;



  border-radius: 10px !important;

  .el-date-picker {
    width: 400px;
  }

  .el-picker-panel__content {
    width: 370px;
  }

  .el-date-table td.disabled .el-date-table-cell {
    background: rgba(4, 69, 142, 1);
  }

  .el-date-table td .el-date-table-cell {
    background: rgba(37, 123, 234, 1);
    height: 40px;
    color: #fff;

    .day {
      line-height: 20px;
    }

    .num {
      line-height: 1;
      white-space:nowrap;
    }

    &.current {
      background: rgba(59, 219, 237, 1);
    }
  }

  .el-date-table td.today {
    .day {
      color: rgba(59, 219, 237, 1);
      font-weight: bold;
    }
  }

  .el-picker-panel {
    background: none;
  }

  .el-popper__arrow::before {
    display: none;
    background: rgba(11, 52, 116, 0.8) !important;
  }

  .el-date-picker__header {
    span {
      color: #00ffff;
    }
  }

  .el-picker-panel__icon-btn {
    color: #fff;
  }

  .el-date-table th {
    color: #fff;
  }

  .el-date-table th {
    border-color: rgba(11, 52, 116, 1) !important;
  }
}

// 分页样式
.paginationBox {
  padding-top: 15px;
  text-align: right;
  display: flex;
  justify-content: center;

  .el-pagination {
    color: #fff;

    .btn-next,
    .btn-prev {
      background: none;
      color: #fff;
    }

    .el-pager li {
      background: none;
      color: #9d9d9d;
    }
    .el-pager li.is-active{
      color: #409eff;

    }

    .el-input__wrapper {
      background: linear-gradient(90deg,
          rgba(32, 127, 244, 0.3) 0%,
          rgba(32, 127, 244, 0.1) 100%);
      border: 1px solid #0497e9;
      color: #fff;
      box-shadow: none;
    }

    .el-input__wrapper:hover {
      box-shadow: none;

    }

    .el-input__inner {
      color: #fff;
    }

    .el-pager li.btn-quicknext,
    .el-pager li.btn-quickprev {
      color: #fff;
    }

    .el-pagination__total {
      color: #fff;
    }

    .el-pagination__jump {
      color: #fff;
    }
  }
}

/*
    进入和离开动画可以使用不同
    持续时间和速度曲线。
  */
.fade_left-enter-active,
.fade_left-leave-active {
  transition: all 0.5s ease;
}

.fade_left-enter-from,
.fade_left-leave-to {
  transform: translateX(-500px);
  opacity: 0;
}

.fade_right-enter-active,
.fade_right-leave-active {
  transition: all 0.5s ease;
}

.fade_right-enter-from,
.fade_right-leave-to {
  transform: translateX(500px);
  opacity: 0;
}

.fade_bottom-enter-active,
.fade_bottom-leave-active {
  transition: all 0.5s ease;
}

.fade_bottom-enter-from,
.fade_bottom-leave-to {
  transform: translateY(350px);
  opacity: 0;
}

.mapTotalDialog{
  .el-dialog{
    background: #071645;
    .el-dialog__title{
      font-family: 'PangMenZhengDao';
      font-weight: 400;
      font-size: 24px;
      color: #FFFFFF;
    }
  }
  .el-dialog__header{
    height: 44px;
    background: url('@/assets/images/pictureOnMap/titlePop.png') no-repeat;
    background-size:100% 100%;
    margin: 0;
    padding: 0 20px 0 50px;
  }
  .el-dialog__headerbtn{
    width: 44px;
    height: 44px;
    font-size: 30px;
    font-weight: bold;
    top: 0;
    right: 10px;
    .el-dialog__close{
      color: #3FA4F6;
      background: linear-gradient(0deg, #3FA4F6 0%, #F7FDFF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
  .el-dialog__body{
    padding: 10px !important;
    border: 1px solid #163F80;
  }
}