feat: 新增租戶品牌客製化系統(Logo、主色系)、修正 hardcoded 顏色為 CSS 變數
This commit is contained in:
@@ -27,17 +27,20 @@ export default function LandlordLogin() {
|
||||
|
||||
return (
|
||||
<div className="min-h-screen flex items-center justify-center bg-slate-900 relative overflow-hidden">
|
||||
<Head title="總後台登入" />
|
||||
<Head title="總後台登入">
|
||||
<link rel="icon" type="image/png" href="/favicon-landlord.png" />
|
||||
<link rel="shortcut icon" href="/favicon-landlord.png" type="image/png" />
|
||||
<link rel="apple-touch-icon" href="/favicon-landlord.png" />
|
||||
</Head>
|
||||
|
||||
{/* 深色背景裝飾 */}
|
||||
<div className="absolute top-0 -left-4 w-96 h-96 bg-indigo-900/30 rounded-full mix-blend-screen filter blur-3xl opacity-50 animate-blob"></div>
|
||||
<div className="absolute bottom-0 -right-4 w-96 h-96 bg-blue-900/30 rounded-full mix-blend-screen filter blur-3xl opacity-50 animate-blob animation-delay-2000"></div>
|
||||
|
||||
<div className="w-full max-w-md p-8 relative z-10">
|
||||
<div className="flex flex-col items-center mb-8">
|
||||
{/* 使用不同風格的 Logo 或純文字 */}
|
||||
<div className="text-white text-3xl font-bold tracking-wider mb-2">Star ERP</div>
|
||||
<div className="text-slate-400 text-sm tracking-widest uppercase">中央管理系統</div>
|
||||
<div className="flex flex-col items-center mb-12">
|
||||
<div className="text-white text-5xl font-bold tracking-wider mb-3">Star ERP</div>
|
||||
<div className="text-slate-400 text-sm tracking-widest uppercase font-semibold">中央管理系統</div>
|
||||
</div>
|
||||
|
||||
<div className="glass-panel p-8 rounded-xl shadow-2xl bg-slate-800/50 backdrop-blur-md border border-slate-700/50">
|
||||
|
||||
Reference in New Issue
Block a user