隐藏logo

This commit is contained in:
季圣华
2021-06-28 01:06:31 +08:00
parent 72998dde4b
commit 5c10d1adc2
3 changed files with 16 additions and 10 deletions

View File

@@ -196,7 +196,7 @@
/* dark 样式 */
&.dark {
color: #000000;
color: #ffffff;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
background-color: white !important;
}

View File

@@ -569,10 +569,10 @@
height: 64px;
position: relative;
line-height: 64px;
padding-left: 24px;
padding-left: 10px;
-webkit-transition: all .3s;
transition: all .3s;
background: #002140;
background: #ffffff;
overflow: hidden;
img, h1 {
@@ -587,7 +587,7 @@
h1 {
color: #fff;
font-size: 18px;
margin: 0 0 0 8px;
margin: 0 0 10px 8px;
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 600;
}