This commit is contained in:
liwenhao 2025-05-23 16:52:38 +08:00
commit 15b15e0351

View File

@ -8,11 +8,11 @@ getStockQuate()
<template>
<main
ref="main"
class="flex flex-col md:flex-row justify-center items-center gap-32 rounded-3xl "
class="flex pt-100px flex-col md:flex-row justify-center items-center gap-32 rounded-3xl "
>
<!-- 左侧大号价格 -->
<section class="flex flex-col items-center justify-center glass-card p-32 rounded-2xl shadow-xl ">
<div class="text-9xl font-extrabold text-#8A5AFB animate-bg-move select-none drop-shadow-lg">$1.98</div>
<div class="text-9xl font-extrabold text-#8A5AFB animate-bg-move select-none drop-shadow-lg">${{ stockQuote.change?.[0].slice(0,4) }}</div>
<div class="mt-10 text-3xl text-gray-500 font-semibold tracking-widest">NASDAQ: <span class="text-black">UK</span></div>
</section>
<!-- 右侧信息卡片 -->