style: update link colors and refine booking page UI

replace all usage of theme-color-500 with text-[#2D91FF] for interactive link text across multiple components
refine booking page styling: adjust background gradient, fix navbar color, correct overflow scrolling, clean up unused style imports and fix layout class formatting
This commit is contained in:
DEV_DSW
2026-05-29 11:49:10 +08:00
parent b4a927df87
commit a23d76c695
5 changed files with 12 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
<ChatLoading />
</div>
<div v-if="isOverflow" class="flex flex-row items-center justify-between mt-4" @click="lookDetailAction">
<span class="text-[12px] font-normal theme-color-500 mr-[4px]">查看完整{{ tag }}</span>
<span class="text-[12px] font-normal text-[#2D91FF] mr-[4px]">查看完整{{ tag }}</span>
<uni-icons class="icon-active" type="right" size="14" color="opacity"></uni-icons>
</div>