price-bot / web /src /index.css
3v324v23's picture
feat: 初始化电商价格采集工具 CLI 与 Web 演示界面
e068192
raw
history blame contribute delete
479 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
height: 100%;
}
body {
margin: 0;
background: radial-gradient(1200px 600px at 20% 10%, rgba(16, 185, 129, 0.18), rgba(0, 0, 0, 0)),
radial-gradient(900px 420px at 80% 20%, rgba(245, 158, 11, 0.16), rgba(0, 0, 0, 0)),
radial-gradient(700px 420px at 60% 85%, rgba(59, 130, 246, 0.14), rgba(0, 0, 0, 0)),
linear-gradient(180deg, #06070a 0%, #0b0d12 40%, #07080b 100%);
color: #e7e8ec;
}