style(home components): convert rounded-24 to rounded-[24px] across card components

Update all home page card components to use Tailwind's arbitrary radius syntax. Also adjust SharedVisual/CardShell.vue to add a subtle box shadow, fix border class formatting, and include transition and opacity styles for pressable and disabled states.
This commit is contained in:
DEV_DSW
2026-05-29 10:28:47 +08:00
parent 653cdd5139
commit 971b4d9cfa
11 changed files with 20 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="facility-location-card bg-white rounded-24 overflow-hidden w-full">
<div class="facility-location-card bg-white rounded-[24px] overflow-hidden w-full">
<img class="facility-location-card__image block w-full" :src="data.image" mode="aspectFill" />
<div class="facility-location-card__body px-24 pb-24">