diff --git a/frontend/components/dashboard/Dashboard.module.css b/frontend/components/dashboard/Dashboard.module.css index eedb67ba..e0fbe487 100644 --- a/frontend/components/dashboard/Dashboard.module.css +++ b/frontend/components/dashboard/Dashboard.module.css @@ -1431,8 +1431,8 @@ left: 0; right: 0; bottom: 0; - background: rgba(0, 0, 0, 0.6); - backdrop-filter: blur(4px); + background: rgba(2, 6, 23, 0.75); + backdrop-filter: blur(12px); z-index: 10000; display: flex; align-items: center; diff --git a/frontend/components/dashboard/ProFeaturePaywall.tsx b/frontend/components/dashboard/ProFeaturePaywall.tsx index 86d3d5d1..da7692f1 100644 --- a/frontend/components/dashboard/ProFeaturePaywall.tsx +++ b/frontend/components/dashboard/ProFeaturePaywall.tsx @@ -36,69 +36,85 @@ export function ProFeaturePaywall({ feature }: ProFeaturePaywallProps) { const isEn = locale === "en-US"; return ( -
- {isEn - ? `This module (${featureLabel}) is available for subscribers only. Upgrade to unlock advanced weather intelligence.` - : `当前模块(${featureLabel})仅对订阅用户开放。升级后可解锁更完整的气象分析能力。`} -
-+ {isEn + ? `This module (${featureLabel}) is available for subscribers only. Upgrade to unlock advanced weather intelligence.` + : `当前模块(${featureLabel})仅对订阅用户开放。升级后可解锁更完整的气象分析能力。`} +
+