.newPage {
  margin-top: 50px;
  margin-left: 50px;
  color: #333;
}
.newPage .page-title {
  font-size: 16px;
}
.newPage .page-box {
  display: flex;
  height: 35px;
  align-items: center;
  margin-top: 30px;
}
.newPage .el-button--primary {
  width: 160px;
  height: 35px;
  border-radius: 5px !important;
}
.newPage .el-button--warning {
  width: 160px;
  height: 35px;
  background: #ff9933;
  border-radius: 5px !important;
}
.newPage .el-button--danger {
  width: 160px;
  height: 35px;
  background: #df002d;
  border-radius: 5px !important;
}

