|
|
@ -160,7 +160,7 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
.header {
|
|
|
|
.header {
|
|
|
|
height: 64px;
|
|
|
|
height: 64px;
|
|
|
|
padding: 0 12px 0 0;
|
|
|
|
padding: 0;
|
|
|
|
background: #fff;
|
|
|
|
background: #fff;
|
|
|
|
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
|
|
|
|
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
@ -175,7 +175,7 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
.action {
|
|
|
|
.action {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0 12px;
|
|
|
|
padding: 0 18px;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
transition: all .3s;
|
|
|
|
transition: all .3s;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
@ -333,7 +333,7 @@ body {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.header-index-right {
|
|
|
|
.header-index-right {
|
|
|
|
flex: 0 0 238px;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
align-self: flex-end;
|
|
|
|
align-self: flex-end;
|
|
|
|
height: 64px;
|
|
|
|
height: 64px;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|