zhengyiming
2025-02-19 df7c6af1c1cfd2e9bda249e381aecb5482120d14
apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue
@@ -49,28 +49,24 @@
<style lang="scss">
@import '@/styles/common.scss';
.my-collect-task {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
.mineCollectTask-page-wrapper {
  .my-collect-task {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
  .my-collect-task-title {
    font-size: 28px;
    line-height: 40px;
    color: boleGetCssVar('text-color', 'primary');
    .my-collect-task-title {
      font-size: 28px;
      line-height: 40px;
      color: boleGetCssVar('text-color', 'primary');
    }
    .my-collect-task-btn {
      font-size: 24px;
      line-height: 34px;
      color: boleGetCssVar('text-color', 'regular');
    }
  }
  .my-collect-task-btn {
    font-size: 24px;
    line-height: 34px;
    color: boleGetCssVar('text-color', 'regular');
  }
}
.task-card-actions-text {
  font-size: 24px;
  line-height: 42px;
  color: #9fa4ac;
}
</style>