search.css 4.66 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%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
}

.tool i {
  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);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

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

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

.tiaojian {
  font-size: 12px;
}

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

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

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

.tiaojian .box /deep/ .el-form-item .el-form-item__label {
  padding: 0px;
  line-height: 35px;
  font-size: 12px;
}

.tiaojian .box /deep/ .el-form-item .el-form-item__content {
  line-height: 35px;
  font-size: 12px;
}

.tiaojian .box /deep/ .el-form-item .el-input__inner {
  height: 24px;
  background: transparent;
  line-height: 24px;
  font-size: 12px;
}

.tiaojian .box /deep/ .el-form-item .el-radio-button {
  color: #fff;
  margin-right: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tiaojian .box /deep/ .el-form-item .el-radio-button .el-radio-button__inner {
  display: none;
}

.tiaojian .box /deep/ .el-form-item .el-radio-button.is-active {
  color: #00eef6;
}

.tiaojian .box /deep/ .el-form-item .el-checkbox__label {
  font-size: 12px;
}

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

.tiaojian .box /deep/ .layer-list .el-form-item__content {
  margin-left: 30px !important;
  font-size: 12px;
}

.tiaojian .box /deep/ .layer-list .el-form-item__content .el-checkbox {
  display: block;
  line-height: 25px;
}

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

.tiaojian .box .filter-list .li {
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tiaojian .box .filter-list .li * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.tiaojian .box .filter-list .li .iconfont {
  font-size: 12px;
}

.tiaojian .box .filter-list .li .iconfont:hover {
  color: #00eef6;
}

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

.tiaojian .search-btn:focus {
  outline: none;
}

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

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

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

.result /deep/ .el-tabs__content .label {
  display: inline-block;
  width: 60px;
}

.result /deep/ .el-tabs__content .text {
  color: #00baf7;
}

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

.ul .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

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

.ul .item .name {
  display: inline-block;
  -webkit-box-flex: 35%;
      -ms-flex: 35%;
          flex: 35%;
  padding: 0px 5px;
  word-wrap: normal;
  word-break: normal;
}

.ul .item .value {
  display: inline-block;
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-wrap: normal;
  word-break: break-all;
}

.showdiv {
  width: 343px;
  height: 240px;
  overflow: auto;
  overflow-x: hidden;
}
/*# sourceMappingURL=search.css.map */