@inherits LayoutComponentBase
洛星瓷歌单
搜歌
管理
退出
管理登录
搜歌
管理
退出
管理登录
@Body
An unhandled error has occurred.
Reload
🗙
@code {
private readonly MudTheme _theme = new()
{
PaletteLight = new PaletteLight
{
Primary = "#5b8ecf",
Secondary = "#9fd8ec",
Tertiary = "#d8edf7",
AppbarBackground = "rgba(248, 252, 255, 0.78)",
AppbarText = "#214a72",
Background = "#f6fbff",
Surface = "rgba(255, 255, 255, 0.86)",
DrawerBackground = "#f8fcff",
TextPrimary = "#18344f",
TextSecondary = "#55718c",
Info = "#6baed6",
Success = "#4ea38c",
Warning = "#d89a42",
Error = "#c9566a"
},
LayoutProperties = new LayoutProperties
{
DefaultBorderRadius = "8px"
},
Typography = new Typography
{
Default = new DefaultTypography
{
FontFamily = ["Inter", "Noto Sans SC", "Microsoft YaHei", "sans-serif"]
},
H1 = new H1Typography { FontWeight = "700" },
H2 = new H2Typography { FontWeight = "700" },
H3 = new H3Typography { FontWeight = "700" }
}
};
}