diff options
Diffstat (limited to 'src-vue/src/style.css')
-rw-r--r-- | src-vue/src/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css new file mode 100644 index 00000000..b3c0e4a7 --- /dev/null +++ b/src-vue/src/style.css @@ -0,0 +1,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); +}
\ No newline at end of file |