This commit is contained in:
Your Name
2026-05-28 10:50:21 +08:00
parent 4f066b560e
commit 33f8f669ad
10 changed files with 7835 additions and 1925 deletions
@@ -8,7 +8,7 @@
/>
<view v-if="title" class="celebrate-card" :class="{ pop: cardPop }">
<view class="celebrate-card-glow" />
<TongjiIcon name="sparkles" size="lg" color="#0891B2" />
<TongjiIcon name="sparkles" size="lg" color="#204E2B" />
<text class="celebrate-card-title">{{ title }}</text>
<text v-if="subtitle" class="celebrate-card-sub">{{ subtitle }}</text>
</view>
@@ -28,7 +28,7 @@ const props = defineProps({
const particles = ref([])
const cardPop = ref(false)
const COLORS = ['#0891B2', '#22D3EE', '#059669', '#FBBF24', '#F472B6', '#A78BFA']
const COLORS = ['#204E2B', '#386641', '#AFE2B3', '#FBBF24', '#727970', '#DC2626']
function buildParticles() {
const list = []
@@ -129,7 +129,7 @@ watch(
margin-top: 16rpx;
font-size: 36rpx;
font-weight: 800;
color: #164e63;
color: #1b1c1a;
}
.celebrate-card-sub {
position: relative;