@charset "UTF-8";
/* stylelint-disable */
[data-v-04f5d5e9]:export {
  base_color_theme: #00b2a9;
  base_color_white: #fff;
  base_color_warning: #ffba00;
  menu-color: rgba(255, 255, 255, 0.95);
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: #00b2a9;
  menu-children-background: #009b93;
  menu-background-active: #00c1cc;
}
.operating-left[data-v-04f5d5e9] {
  display: flex;
  font-weight: 600;
  color: #333;
}
.operating-left .item[data-v-04f5d5e9] {
  width: 120px;
  text-align: center;
}
.desc[data-v-04f5d5e9] {
  padding: 10px;
  font-size: 13px;
  color: #ffba00;
}

/* 分页 */
.dolphin-pagination[data-v-04f5d5e9] {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.dolphin-pagination .page-span[data-v-04f5d5e9] {
  display: inline-block;
  width: 50%;
  height: 20px;
  line-height: 30px;
  color: #666;
}
