/* 公共 */

.el-input__inner:focus {
  border-color: #67C23A !important;
}

/* 内容页 */
.page-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* 页码 */

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #67C23A !important;
  color: #ffffff;
}


/* 页标签 */

.el-tabs .el-tabs__item {
  color: #666666;
  font-size: 13px;
}

.el-tabs .el-tabs__item:hover {
  color: #333333;
  font-weight: bold;
}

.el-tabs .el-tabs__item.is-active {
  color: #333333;
  font-weight: bold;
}

.el-tabs .el-tabs__nav-prev,
.el-tabs .el-tabs__nav-next {
  line-height: 32px;
}

/* 表格 */
.el-table {
  font-size: 12px !important;
}

.el-table th {
  text-align: center;
  background: linear-gradient(rgb(247, 245, 245) 0%, rgb(229, 229, 229) 100%);
  color: rgb(51, 51, 51);
  height: 35px;
  line-height: 35px;
  padding: 4px 0 !important;
}

.el-table td {
  text-align: center;
  color: rgb(51, 51, 51);
  height: 35px;
  line-height: 35px;
  padding: 4px 0 !important;
}

/* 查询框 */
.search-container {
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 10px 15px 0 15px;
  margin-bottom: 15px;
}

.search-container .el-form-item {
  margin-bottom: 12px;
}

/* 模态框 */
.dialogBox ::v-deep .el-form-item {
  margin-bottom: 12px;
}

.dialogBox ::v-deep .el-form-item .el-form-item__label {
  font-size: 12px;
}

.dialogBox ::v-deep .el-form-item .el-radio__label {
  font-size: 12px;
}

::v-deep .el-dialog__wrapper {
  border-radius: 20px;
}

/* 商品 */
.detail-thumb {
  width: 160px;
  height: 160px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-thumb {
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.original-thumb {
  width: 400px;
  height: 400px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
