zhengyiming
2025-02-13 591a3742e98ad926c88059b8fe8eabd3a8630c25
apps/cMiniApp/src/subpackages/mine/mineCollectTask/InnerPage.vue
@@ -49,22 +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');
    }
  }
}
</style>