sbPublic.scss 2.27 KB
@import '~@/styles/sbElement-ui.scss';

.from-clues {
  height: 100%;
  width: 100%;
  min-width: 1280px;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 2px;

  &-header {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background: #FFFFFF;
    border-radius: 4px;
  }

  &-content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
    background: #FFFFFF;
    border-radius: 4px;
    background-size: 100% 100%;
    padding: 15px;
  }

  .el-dialog__close {
    font-size: 0;
  }

  .el-form-item {
    display: flex;
    width: 100%;
  }

  .el-form--inline .el-form-item {
    width: auto;
    margin-right: 0px;

    .el-form-item__content {
      width: auto;
    }
  }

  .el-form-item--small.el-form-item {
    margin-bottom: 0px;
  }
}

/* --------------进度条美化---------------- */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  width: 7px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(207, 208, 209);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(162, 164, 167);
}

// 搜索框按钮的位置
.btnColRight {
  box-sizing: border-box;
  text-align: right;
}

// 按钮样式
.button:hover {
  width: 86px;
  height: 32px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  font-size: 12px;
  background: none;
}

.cx {
  width: 86px;
  height: 32px;
  background-color: #4162D8;
  color: white;
  border: none;
}

.cx:hover {
  width: 86px;
  height: 32px;
  background-color: #4162D8;
  color: white;
  border: none;
}

.cz {
  width: 86px;
  height: 32px;
  background-color: white;
  color: #4162D8;

  border: 1px solid rgba(65, 98, 216, 0.3);
}

.cz:hover {
  width: 86px;
  height: 32px;
  background-color: white;
  color: #4162D8;
  border: 1px solid rgba(65, 98, 216, 0.3);
}

.el-button:focus {
  //  background: none;
}

.cx:focus {
  color: white;
  background-color: #4162D8;
  background-size: cover;
}

.cz:focus {
  color: #4162D8;
  background-color: white;
  ;
  background-size: cover;
}