/*!
 *  build: StoreWave 
 *  copyright: https://render.storewave.cn  
 *  time: 2026-5-13 18:13:15
 */
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-b03a52fe]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.task-center-page[data-v-b03a52fe] {
  background-color: #fff;
  min-height: 100vh;
  padding-bottom: 50px;
}
.card-container[data-v-b03a52fe] {
  padding: 10px 15px;
}
.task-list[data-v-b03a52fe] {
  padding: 0;
}
.task-item[data-v-b03a52fe] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #fff;
}
.task-item .task-left[data-v-b03a52fe] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.task-item .task-left i[data-v-b03a52fe] {
  font-size: 40px;
}
.task-item .task-info[data-v-b03a52fe] {
  flex: 1;
}
.task-item .task-title[data-v-b03a52fe] {
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.4;
}
.task-item .task-subtitle[data-v-b03a52fe] {
  font-size: 12px;
  color: #999;
  line-height: 1.2;
}
.task-item .arrow-icon[data-v-b03a52fe] {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
[data-v-b03a52fe] .van-list {
  padding: 0;
}
[data-v-b03a52fe] .van-pull-refresh {
  background-color: transparent;
}
[data-v-b03a52fe] .van-tabbar__icon {
  padding: 0 !important;
  margin-bottom: 2px !important;
}
.bottom-tabbar[data-v-b03a52fe] {
  height: 80px !important;
}

.bottom-tabbar {
  height: 80px;
}

