| | |
| | | <template> |
| | | <div class="indexWarp"> |
| | | <div class="datav-header" :style="{backgroundColor:isBgColor?'rgb(23, 27, 34)':''}"> |
| | | <div class="datav-header" :style="{backgroundColor:isBgColor?'#031d67':''}"> |
| | | <div class="logo"> |
| | | <div class="top-tip"></div> |
| | | </div> |
| | |
| | | <div class="subText">数据管理界面</div> |
| | | </div> |
| | | |
| | | <streamer-nav class="streamer-nav" :style="{backgroundColor:isBgColor?'rgb(23, 27, 34)':''}"></streamer-nav> |
| | | <streamer-nav class="streamer-nav" :style="{backgroundColor:isBgColor?'#031d67':''}"></streamer-nav> |
| | | <!-- <div class="nav-shadow"></div> --> |
| | | <div class="projectList"> |
| | | <div class="project-header"> |
| | |
| | | .projectList { |
| | | padding: 0 30px; |
| | | background: #031d67; |
| | | background-image: url('../assets/images/bg-box.png'); |
| | | /* background-image: url('../assets/images/bg-box.png'); */ |
| | | z-index: 1; |
| | | } |
| | | |
| | |
| | | padding-bottom: 5px; |
| | | padding-top: 10px; |
| | | height: 56px; |
| | | /* background: #171b22; */ |
| | | background: #031d67; |
| | | z-index: 1; |
| | | min-width: 1024px; |
| | | } |
| | |
| | | position: relative; |
| | | background: #021651; |
| | | } |
| | | |
| | | .template-list .template-image .el-button--primary{ |
| | | background-color:#43f9fd; |
| | | color: #011751; |