|
|
@@ -33,6 +33,7 @@ |
|
|
|
margin-top: 2px; |
|
|
|
height: 32px; |
|
|
|
background: rgba(8, 33, 71, 1); |
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
.title_bk { |
|
|
|
// font-style: italic; |
|
|
@@ -113,6 +114,21 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.flexIble { |
|
|
|
z-index: 4; |
|
|
|
width: 16px; |
|
|
|
height: 16px; |
|
|
|
background: url('./close.png'); |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.flexIble_open { |
|
|
|
width: 16px; |
|
|
|
height: 16px; |
|
|
|
background: url('./open.png') !important; |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes lightmove { |
|
|
|
|
|
|
|
/* 动画关键帧 */ |
|
|
|