common.css 4.68 KB
.datelevel{
  text-align: center;
  padding-bottom: 10px;
}
.data-type{
  width: 100%;
  text-align: center;
}
.data{
  width: 100%;
  height: 70px;
}
.data-select{
  width: 100%;
  text-align: center;
  margin-top: 0.5%;
}
.button-class{
}
.param{
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.el-select{
  width: 310px !important;
}
.el-select__tags{
  max-width: 290px !important;
}
.input-class{
  width: 200px
}
.face-data{
  margin-left: 60px
}
.showData{
  /* border-width:5px; */
  width: 50%;
  height: 460px;
  /* border:3px solid gray; */
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  /* left: 50%;
  margin-left: -25%; */
  overflow: auto;
}
.show-span{
  margin-left: 10px;
}
.clear-select{
  text-align: center;
  padding: 10px 0 10px 0;
}
.date-time{
  height: 30px;
}
/*覆盖 element css*/
.el-input__inner {
  height: 30px !important;
  line-height: 30px !important;
}
.el-input__icon {
  line-height: 30px !important;
}
.date-time .el-input__inner {
  height: 30px !important;
  line-height: 30px !important;
}
.date-time .el-input__icon {
  line-height: 30px !important;
}
.el-button {
  padding: 6px 20px !important;
}
.input-class {
  width: 200px
}
.date-select {
  width: 100%;
  text-align: center;
  padding: 5px;
}
/* 全選 */
.mall-sel-box {
  /* display: block; */
  height: 22px;
  font-size: 13px;
  width: 150px;
  height: 100%;
}
.sel-all-box {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  box-sizing: border-box;
  cursor: pointer;
}

.sel-all-box.selected {
  color: #409EFF;
  font-weight: 700;
  background-color: #fff;
}

.sel-all-box.selected .custom-checkbox__inner {
  background-color: #409eff;
  border-color: #409eff;
}

.sel-all-box.selected .custom-checkbox__inner:after {
  transform: rotate(45deg) scaleY(1);
}
.custom-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.custom-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #fff;
  z-index: 1;
  transition: border-color .05s cubic-bezier(.71, -.46, .29, 1.46), background-color .05s cubic-bezier(.71, -.46, .29, 1.46);
}

.custom-checkbox__inner:after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform .05s cubic-bezier(.71, -.46, .88, .6) .05s;
  transform-origin: center;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
    content: none;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected .custom-checkbox__inner {
  background-color: #409eff;
  border-color: #409eff;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected .custom-checkbox__inner:after {
  transform: rotate(45deg) scaleY(1);
}
.center-div {
  position: absolute;
  left: 50%;
  margin-left: -12%;
}
.center-progress {
  display: inline-block;
  margin-left: 38%;
}
.center-repairprogress {
  display: inline-block;
}
.check-box {
}
.top-box {
}
.el-checkbox-group {
  padding-top: 1px;
}
.el-checkbox:first-child {
  margin-left: 55px
}
.el-checkbox+.el-checkbox {
    margin-left: 70px;
}
.el-checkbox:last-child {
  margin-left: 75px
}
.el-checkbox {
  padding: 1px 0 1px 0;
}
.el-checkbox__inner{
  width: 15px;
  height: 15px;
}
.el-checkbox__label {
  font-size: 16px
}
.level-div {
  font-size: 18px;
  padding: 0px 0px 0px 30px;
}
.level-box :first-child{
  padding-top: 22px;
}
.bloc-mall-box {
  text-align: center;
  width: 50%;
  float: left;
}
.line-progress {
  display: block;
  width: 405px;
  background-color: #ebeef5;
  height: 18px;
  border-radius: 20px;
  margin-left: 50px;
  margin-top: -20px;
}
.websocket-line {
  height: 18px;
  /* border-radius: 20px; */
  margin-left: 50px;
  margin-top: -18px;
  background-color: #409EFF;
  position: relative;
  z-index: 999;
}
.check-box .websocket-line:nth-of-type(1) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.check-box .websocket-line:nth-of-type(2) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.check-box :last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tooltip-div {
  height:50px;
  background-color: #fff;
  position:absolute;
  z-index: 9999;
  text-align: center;
  border:2px solid black;
  border-radius: 10px;
}