'修改样式'

pull/80/head
lin-xin 2018-04-23 20:17:21 +08:00
parent df14656d8e
commit 7edde21472
7 changed files with 9 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -110,7 +110,6 @@
width: 100%; width: 100%;
height: 70px; height: 70px;
font-size: 22px; font-size: 22px;
color: #fff; color: #fff;
} }
.collapse-btn{ .collapse-btn{
@ -119,9 +118,6 @@
cursor: pointer; cursor: pointer;
line-height: 70px; line-height: 70px;
} }
.collapse-btn:hover{
background: rgb(40,52,70);
}
.header .logo{ .header .logo{
float: left; float: left;
width:250px; width:250px;

View File

@ -23,3 +23,6 @@
.message-title{ .message-title{
color: #20a0ff; color: #20a0ff;
} }
.collapse-btn:hover{
background: rgb(40,52,70);
}

View File

@ -1,5 +1,5 @@
.header{ .header{
background-color: #00d1b2; background-color: #07c4a8;
} }
.login-wrap{ .login-wrap{
background: rgba(56, 157, 170, 0.82);; background: rgba(56, 157, 170, 0.82);;
@ -24,3 +24,6 @@
border: 1px solid #00d1b2; border: 1px solid #00d1b2;
background-color: #00d1b2; background-color: #00d1b2;
} }
.collapse-btn:hover{
background: #00d1b2;
}