|
|
@@ -35,7 +35,6 @@ |
|
|
|
background: #01142c url("header_bg.png") no-repeat -8px center; |
|
|
|
background-size: auto auto; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: baseline; |
|
|
|
|
|
|
|
.title_bk { |
|
|
|
// font-style: italic; |
|
|
@@ -60,6 +59,9 @@ |
|
|
|
|
|
|
|
.more { |
|
|
|
margin-right: 20px; |
|
|
|
margin-top: 10px; |
|
|
|
position: absolute; |
|
|
|
right: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
@@ -82,7 +84,7 @@ |
|
|
|
width: 100%; |
|
|
|
position: relative; |
|
|
|
flex: 1; |
|
|
|
background-color: #01142c; |
|
|
|
background-color: rgba(1,20,44,.6); |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
.bottom_line { |
|
|
@@ -118,15 +120,15 @@ |
|
|
|
|
|
|
|
.flexIble { |
|
|
|
z-index: 4; |
|
|
|
width: 16px; |
|
|
|
height: 16px; |
|
|
|
width: 22px; |
|
|
|
height: 22px; |
|
|
|
background: url('./close.png'); |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.flexIble_open { |
|
|
|
width: 16px; |
|
|
|
height: 16px; |
|
|
|
width: 22px; |
|
|
|
height: 22px; |
|
|
|
background: url('./open.png') !important; |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|