layer.scss 4.02 KB
body {
  margin: 0 0;
  width: 100%;
  height: 100%;
  background: #071424;
  background-size: 100% 100%;
  border: 0px;
}

#mainDiv {
  width: 100%;
  height: 100%;
  background: #071424;
  background-size: 100% 100%;
  flex-direction: column;
}

.guanbibtn {
  display: block;
  float: right;
  font-size: 14px;
  padding: 3px 12px;
  width: 24px;
  height: 24px;
  /* line-height: 30px; */
  text-align: right;
}

legend {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #00EEF6;
  font-size: 14px;
  font-weight: inherit;
}

.img {
  width: 24px;
  height: 24px;
}


.tool-bar {
  display: flex;
  flex-wrap: nowrap;
  position: relative;

  .tool-group {
    .title {
      display: block;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: #00eef6;
      font-size: 14px;
      font-weight: inherit;
    }

    .btn-bar {
      display: flex;
      flex-wrap: nowrap;
      color: #fff;
      border-right: 1px solid rgba(255, 255, 255, 0.2);

      .iconfont {
        display: inline-block;
        font-size: 18px;
        padding: 10px 12px;
        text-align: center;
        cursor: default;

        .name {
          font-size: 12px;
          display: block;
        }
      }
    }
  }

  &:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 30px;
  }
}

.dialog {
  height: calc(100vh - 145px);
  overflow: auto;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;

  .title {
    font-weight: inherit;
    font-size: 14px;
    color: #00eef6;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 10px;
    position: relative;
    background-color: #02061a;

    .iconfont {
      position: absolute;
      top: 0px;
      right: 10px;
    }
  }
}

.tianqi {
  .main {
    padding: 10px;
  }

  .row {
    display: flex;
    align-items: center;

    .el-checkbox {}

    .el-slider {
      flex: 1;
      margin-left: 10px;
    }
  }
}

.donghua {
  .tool {
    padding: 5px 10px;

    .iconfont {
      color: #fff;
      padding: 0px 5px;

      &:hover {
        color: #00eef6;
      }
    }
  }

  .ul {
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;

    .item {
      display: flex;
      text-align: center;

      span {
        outline: 1px solid rgba(255, 255, 255, 0.15);
        line-height: 2em;
      }

      .check {
        display: inline-block;
        flex: 10%;
        padding: 0px 5px;
      }

      .id {
        display: inline-block;
        flex: 30%;
        padding: 0px 5px;
      }

      .describe {
        display: inline-block;
        flex: 60%;
        padding: 0px 5px;
        display: flex;
        justify-content: center;
      }

      .time {
        display: inline-block;
        flex: 30%;
        padding: 0px 20px;
      }

      .mode {
        display: inline-block;
        flex: 30%;
        padding: 0px 20px;
      }

      input {
        width: 100%;
        background: none;
        border: none;
        color: inherit;
        font-size: inherit;
        text-align: center;
        padding: 0px 5px;
      }
    }
  }
}

.tongyong {
  .fieldset {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-top-color: rgba(255, 255, 255, 0.2);

    legend {
      font-size: 12px;
      color: #00fff6;
      margin-left: 10px;
      margin-top: 10px;
      padding: 0px 5px;
    }

    .content {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;

      .iconfont {
        color: #fff;
        font-size: 25px;
        padding: 10px;
        width: 24px;
        height: 24px;
        text-align: center;
        cursor: default;
      }
    }
  }

  .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    .iconfont {
      color: #fff;
      font-size: 25px;
      padding: 10px;
      width: 24px;
      height: 24px;
      text-align: center;
      cursor: default;
    }
  }
}