blob: b3c0e4a77cdc35296043530c8f5bc01dbd0ebcb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
body {
margin: 0;
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
--el-tabs-header-height: 60px;
}
#fc_bg__container {
background: url(/src/assets/wallpaperflare.com_wallpaper.jpg) center no-repeat;
background-size: cover;
height: 100%;
width: 100%;
position: fixed;
filter: brightness(0.8);
}
|