feat(frontend): set translucency for the page window

This commit is contained in:
misitebao 2021-12-06 02:04:32 +08:00
parent 09413efbfc
commit 8944217e05

View File

@ -104,7 +104,7 @@ body {
height: 100%; height: 100%;
margin-right: 1px; margin-right: 1px;
border-radius: 6px; border-radius: 6px;
background-color: #dbbcef; background-color: rgba(219,188,239,.9);
overflow: hidden; overflow: hidden;
} }
.header { .header {
@ -115,7 +115,7 @@ body {
justify-content: space-between; justify-content: space-between;
height: 50px; height: 50px;
padding: 0 10px; padding: 0 10px;
background-color: #ab7edc; background-color: rgba(171,126,220,.9);
.nav { .nav {
a { a {
display: inline-block; display: inline-block;