@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.revenue-page.data-v-43e4bd39 {
  min-height: 100vh;
  padding: 24rpx;
  background: #f5f7fb;
  box-sizing: border-box;
}
.filter-panel.data-v-43e4bd39,
.section-card.data-v-43e4bd39 {
  background: #ffffff;
  border-radius: 24rpx;
  box-shadow: 0 12rpx 30rpx rgba(22, 47, 94, 0.04);
}
.filter-panel.data-v-43e4bd39 {
  padding: 20rpx;
}
.quick-tabs.data-v-43e4bd39 {
  display: flex;
  gap: 16rpx;
}
.quick-tab.data-v-43e4bd39 {
  flex: 1;
  height: 60rpx;
  line-height: 60rpx;
  border-radius: 999rpx;
  background: #f6f7f9;
  font-size: 28rpx;
  font-weight: 500;
  text-align: center;
  color: #50555f;
}
.quick-tab.active.data-v-43e4bd39 {
  background: #0d4f9c;
  color: #ffffff;
}
.date-bar.data-v-43e4bd39 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66rpx;
  padding: 0 48rpx;
  margin-top: 18rpx;
  border-radius: 999rpx;
  background: #f6f7f9;
}
.date-placeholder.data-v-43e4bd39,
.date-separator.data-v-43e4bd39 {
  font-size: 28rpx;
  color: #b1b5be;
}
.metrics-card.data-v-43e4bd39,
.chart-card.data-v-43e4bd39 {
  margin-top: 22rpx;
  padding: 28rpx 24rpx 30rpx;
}
.section-title-wrap.data-v-43e4bd39 {
  display: flex;
  align-items: center;
  gap: 14rpx;
}
.title-bar.data-v-43e4bd39 {
  width: 6rpx;
  height: 34rpx;
  border-radius: 999rpx;
  background: #0d5db8;
}
.section-title.data-v-43e4bd39 {
  font-size: 38rpx;
  font-weight: 700;
  color: #1f2430;
}
.metrics-grid.data-v-43e4bd39 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26rpx 18rpx;
  margin-top: 30rpx;
}
.metric-item.data-v-43e4bd39 {
  display: flex;
  align-items: center;
  gap: 18rpx;
}
.metric-icon-wrap.data-v-43e4bd39 {
  flex-shrink: 0;
  width: 68rpx;
  height: 68rpx;
  border-radius: 14rpx;
  background: #ffffff;
  box-shadow: 0 6rpx 18rpx rgba(20, 42, 74, 0.08);
  box-sizing: border-box;
}
.metric-icon.data-v-43e4bd39,
.placeholder-box.data-v-43e4bd39 {
  width: 100%;
  height: 100%;
  border-radius: 8rpx;
}
.placeholder-box.data-v-43e4bd39 {
  background: linear-gradient(135deg, #48576a 0%, #758398 100%);
}
.metric-copy.data-v-43e4bd39 {
  min-width: 0;
}
.metric-value.data-v-43e4bd39 {
  font-size: 44rpx;
  font-weight: 700;
  line-height: 1.1;
  color: #1357a6;
}
.metric-label.data-v-43e4bd39 {
  margin-top: 8rpx;
  font-size: 28rpx;
  line-height: 40rpx;
  color: #979da8;
}
.chart-content.data-v-43e4bd39 {
  display: flex;
  align-items: center;
  gap: 26rpx;
  margin-top: 26rpx;
}
.chart-area.data-v-43e4bd39 {
  position: relative;
  flex-shrink: 0;
  width: 270rpx;
  height: 270rpx;
}
.echart-host.data-v-43e4bd39,
.chart-fallback.data-v-43e4bd39 {
  width: 100%;
  height: 100%;
}
.chart-fallback.data-v-43e4bd39 {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: conic-gradient(#3b82f6 0 35%, #64d7c7 35% 55%, #ffd15c 55% 73%, #ff8a47 73% 85%, #f54786 85% 95%, #ee6cb2 95% 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 42%, #000 43%);
  mask: radial-gradient(circle, transparent 0 42%, #000 43%);
  opacity: 0.2;
  pointer-events: none;
}
.legend-list.data-v-43e4bd39 {
  flex: 1;
  min-width: 0;
}
.legend-item.data-v-43e4bd39 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12rpx;
}
.legend-item + .legend-item.data-v-43e4bd39 {
  margin-top: 18rpx;
}
.legend-left.data-v-43e4bd39 {
  display: flex;
  align-items: center;
  gap: 14rpx;
  min-width: 0;
}
.legend-dot.data-v-43e4bd39 {
  flex-shrink: 0;
  width: 20rpx;
  height: 20rpx;
  border-radius: 50%;
}
.legend-name.data-v-43e4bd39,
.legend-value.data-v-43e4bd39 {
  font-size: 30rpx;
  line-height: 42rpx;
}
.legend-name.data-v-43e4bd39 {
  color: #6f7683;
}
.legend-value.data-v-43e4bd39 {
  flex-shrink: 0;
  font-weight: 600;
  color: #2f333d;
}

