feat: 添加交易页面、每日洞察卡片和趋势折线图组件,并引入新的玻璃拟态风格CSS。

This commit is contained in:
2026-01-29 07:39:46 +08:00
parent f3b5f35ed2
commit c039d869a3
7 changed files with 177 additions and 304 deletions

View File

@@ -18,6 +18,14 @@ html {
-moz-osx-font-smoothing: grayscale;
}
/* Response Base Font Size */
@media (max-width: 600px) {
html {
font-size: 14.5px;
/* Scale down UI slightly for mobile */
}
}
body {
margin: 0;
padding: 0;