refactor(home-components): migrate styles to tailwind and clean up legacy code

Replace custom CSS utility classes with Tailwind arbitrary value classes (e.g. color-CBD5E1 → text-[#cbd5e1]). Remove unused standalone SCSS style files for three home components. Swap legacy uni-icons to van-icon for arrow icons in LongTextGuideCard, and fix event emitter usage in DiscoveryCradContentList to use the imported events utility.
This commit is contained in:
duanshuwen
2026-05-29 19:51:17 +08:00
parent b25071a92b
commit 86f8e9adec
10 changed files with 69 additions and 352 deletions

View File

@@ -11,7 +11,7 @@
{{ subtitle }}
</div>
</div>
<div class="visual-action-row__arrow color-CBD5E1 font-700"></div>
<div class="visual-action-row__arrow text-[#cbd5e1] font-700"></div>
</div>
</template>