| | |
| | | |
| | | <style scoped lang="less"> |
| | | .inner-panel { |
| | | color: #90c8e0; |
| | | font-size: 13px; |
| | | position: absolute; |
| | | left: 1.82167rem; |
| | |
| | | .filter-group { |
| | | display: flex; |
| | | flex-flow: row; |
| | | |
| | | .filter-item { |
| | | width: 0.6rem; |
| | | height: 100%; |
| | | margin-right: 5px; |
| | | |
| | | background-color: @background-color; |
| | | box-shadow: 0 0 0.03rem #00fff6; |
| | | border-radius: 0.03rem; |
| | | .title { |
| | | height: 25px; |
| | | background-color: #091331; |
| | | border: 1px solid #10488c; |
| | | border-bottom:1px solid @background-color-split; |
| | | padding: 5px 0; |
| | | background-color: @background-color; |
| | | } |
| | | |
| | | .content { |
| | | background-color: rgba(44, 62, 80, 0.6); |
| | | border: 1px solid #10488c; |
| | | max-height: 200px; |
| | | padding-bottom: 5px; |
| | | //overflow-y: hidden; |