
.img-preview {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.img-preview img {
  max-width: 100%;
  max-height: 100%;
}
.ui-upload-image {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ui-upload-image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-upload-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}


.stat-card[data-v-f7f0bc7a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background-color: #F5F7FA;
  border-radius: 4px;
  border-left: 4px solid #409EFF;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.stat-card[data-v-f7f0bc7a]:hover {
  background-color: #ECF5FF;
}
.stat-info[data-v-f7f0bc7a] {
  flex: 1;
}
.stat-label[data-v-f7f0bc7a] {
  font-size: 14px;
  color: #909399;
  margin-bottom: 8px;
  font-weight: normal;
}
.stat-value[data-v-f7f0bc7a] {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  color: #303133;
}
.stat-actions[data-v-f7f0bc7a] {
  display: flex;
  gap: 12px;
}

