



































































































































/* 可以添加自定义样式 */

.ant-time-picker {
  width: auto;
}
.shedule-period-wrapper .ant-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
}
.ant-form-item {
  margin-bottom: 0px;
}
.schedule-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
}
.schedule-detail span {
  -ms-flex: 1;
      flex: 1;
}
.conflictedRow .ant-time-picker-input {
  background-color: #ff7979;
}
.teacher-popover {
  width: 45vw;
}
.teacher-popover p {
  display: -ms-flexbox;
  display: flex;
}
.teacher-popover p span {
  -ms-flex: 1;
      flex: 1;
}
.teacher-popover .ant-divider-inner-text {
  font-size: 12px;
}
.teacher-popover .top,
.teacher-popover .middle,
.teacher-popover .bottom {
  padding-left: 27px;
  padding-right: 27px;
}
.teacher-popover .top {
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  margin-bottom: 20px;
}
.teacher-popover .top img {
  width: 90px;
  height: 90px;
}
.teacher-popover .top .top-right {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: 20px;
}
.teacher-popover .top .top-right span {
  margin: 5px;
}
.teacher-popover .top .top-right .name-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.teacher-popover .top .top-right .name-wrap .name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.teacher-popover .top .top-right .name-wrap .name img {
  width: 20px;
  height: 20px;
}
.teacher-popover .top .top-right .name-wrap .name span:first-child {
  font-size: 28px;
  font-weight: bold;
}
.teacher-popover .top .top-right .name-wrap .btn-group {
  text-align: right;
}
.teacher-popover .top .top-right .name-wrap button {
  margin-left: 10px;
}
.teacher-popover .top .top-right .teaching-style {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.teacher-popover .top .top-right .teaching-style li {
  padding: 2px 4px;
  color: #666666;
  background-color: #f7f7f7;
  border-radius: 6px;
  margin-right: 10px;
  margin-top: 5px;
}
.teacher-popover .middle .info-title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.teacher-popover .middle p {
  color: #666666;
  text-indent: 20px;
  margin: 10px 0px 20px 0px;
  display: block;
}
.teacher-popover .bottom {
  color: #333333;
  padding-bottom: 20px;
}
.teacher-popover .bottom b {
  font-weight: normal;
  color: #999999;
}
.teacher-popover .modal-btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.teacher-popover .modal-btn-group button {
  margin: 10px 0 0 10px;
}
.play-item {
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 5px;
  cursor: pointer;
}
.play-item:hover {
  color: #04cb94;
}
.class-wrap {
  width: 100%;
  min-height: calc(100vh - 64px);
  background-color: #fff;
  padding: 16px 20px;
}

