修改颜色
This commit is contained in:
parent
8dba853cf6
commit
c16dc20540
@ -9,7 +9,8 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Microsoft YaHei', sans-serif;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
/* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
|
||||
background:#191d28;
|
||||
}
|
||||
#app {
|
||||
height: 100vh;
|
||||
|
||||
@ -512,7 +512,7 @@ function editClick(){
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #191028;
|
||||
background: #191D28;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
||||
@ -206,7 +206,7 @@
|
||||
|
||||
.header {
|
||||
height: 60px;
|
||||
background: #191028;
|
||||
background: #191D28;
|
||||
border-bottom: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user