@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
.jump-page {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.total-size {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  padding: 0px 10px 8px 10px;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-7d86de0f]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.mg-pagination[data-v-7d86de0f] {
  line-height: 26px;
  border: 1px solid rgba(37, 42, 61, 0.2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
.mg-pagination .page-button[data-v-7d86de0f] {
  padding: 0 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mg-pagination .page-button.disabled[data-v-7d86de0f] {
  opacity: 0.3;
  pointer-events: none;
}
.mg-pagination .page-box[data-v-7d86de0f] {
  border-left: 1px solid rgba(37, 42, 61, 0.2);
  border-right: 1px solid rgba(37, 42, 61, 0.2);
  padding: 0 18px;
  color: #252a3d;
}
