search.scss 3.94 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;
}

.tool {
  padding: 5px 10px;

  i {
    // font-weight: inherit;
    font-size: 14px;
    color: #00eef6;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    position: relative;
    background-color: rgba(0, 238, 246, 0.1);
  }
}

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

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

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

.tiaojian {
  font-size: 12px;

  .filter-title {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
    border-bottom: 1px solid #071424;
  }

  .box {
    padding: 10px;
    color: #fff;

    /deep/ .el-form-item {
      margin: 0px;

      .el-form-item__label {
        padding: 0px;
        line-height: 35px;
        font-size: 12px;
      }

      .el-form-item__content {
        line-height: 35px;
        font-size: 12px;
      }

      .el-input__inner {
        height: 24px;
        background: transparent;
        line-height: 24px;
        font-size: 12px;
      }

      .el-radio-button {
        color: #fff;
        margin-right: 15px;
        box-shadow: none;

        .el-radio-button__inner {
          display: none;
        }

        &.is-active {
          color: #00eef6;
        }
      }

      .el-checkbox__label {
        font-size: 12px;
      }
    }

    /deep/ .layer-list {
      .el-form-item__label {
        display: block;
        float: none;
        font-size: 12px;
      }

      .el-form-item__content {
        margin-left: 30px !important;
        font-size: 12px;

        .el-checkbox {
          display: block;
          line-height: 25px;
        }
      }
    }

    .filter-list {
      color: inherit;
      padding: 10px 0px;
      cursor: default;
      border: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 12px;

      .li {
        line-height: 1.5em;
        display: flex;

        * {
          flex: 1;
          text-align: center;
        }

        .iconfont {
          font-size: 12px;

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

  .search-btn {
    background: linear-gradient(to bottom, #9a9da7, #02081f);
    width: 100%;
    box-sizing: border-box;
    line-height: 2em;
    border: none;
    color: #fff;

    &:focus {
      outline: none;
    }
  }
}

.result {
  /deep/ .el-tabs {
    padding: 0px 10px;
  }

  /deep/ .el-tabs__header .el-tabs__item {
    font-size: 12px;
  }

  /deep/ .el-tabs__content {
    color: #fff;
    line-height: 2em;
    padding: 10px;

    .label {
      display: inline-block;
      width: 60px;
    }

    .text {
      color: #00baf7;
    }
  }
}

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

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

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

    .name {
      display: inline-block;
      flex: 35%;
      padding: 0px 5px;

      word-wrap: normal;
      word-break: normal;
    }

    .value {
      display: inline-block;
      flex: 60%;
      padding: 0px 5px;
      display: flex;
      justify-content: center;
      word-wrap: normal;
      word-break: break-all;
    }
  }
}

.showdiv {
  width: 343px;
  height: 240px;
  overflow: auto;
  overflow-x: hidden;
}