jichao/styles/dark/time.css

672 lines
14 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.time-top {
left: 10px;
top: 10px;
right: 10px;
height: calc(100% - 396px);
}
.time-top .content {
padding: 0px;
display: flex;
}
.time-top .content .check-box {
position: absolute;
top: 0px;
left: 0;
height: 40px;
padding: 10px 20px;
line-height: 22px;
z-index: 100;
color: #fff;
width: 100%;
/* font-size: 16px; */
}
.time-top .content .check-box p {
display: inline-block;
}
.time-top .content .check-box p + p {
margin-left: 10px;
}
.time-top .content .check-box img {
width: 12px;
height: auto;
margin-left: 5px;
}
.time-top .content ul {
width: 300px;
}
.time-top .content ul li {
float: left;
width: 140px;
height: calc((100% - 50px) / 6);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 0 10px 10px 0;
background: #191934;
border-radius: 4px;
cursor: pointer;
}
.time-top .content ul li:hover,
.time-top .content ul li.active {
background: #5985f9;
}
.time-top .content .imgbox {
flex: 1;
}
.time-top .content .imgbox img {
width: 100%;
height: 100%;
}
.time-bottom {
position: absolute;
left: 10px;
right: 10px;
bottom: 15px;
height: 310px;
/* display: flex;
flex-flow:row wrap; */
}
.time-bottom .page-box {
position: static !important;
height: 370px;
/* width: 49%; */
margin-bottom: 10px;
}
.time-bottom .page-box.bottom {
position: absolute !important;
margin-bottom: 0 !important;
left: 0;
right: 0;
top: 420px;
height: calc(100% - 430px);
/*height: 410px;
margin-bottom: 10px;*/
}
.time-bottom .page-box .content {
padding: 20px 20px 10px;
display: flex;
flex-direction: column;
}
.time-bottom .page-box .content .header {
display: flex;
justify-content: space-between;
}
.time-bottom .page-box .content .header-left {
display: flex;
}
.time-bottom .page-box .content .header-left li {
height: 32px;
line-height: 30px;
padding: 0 2px;
border: 1px solid #4c4b5e;
color: #75798a;
/* cursor: pointer; */
}
.time-bottom .page-box .content .header-left li.active,
.time-bottom .page-box .content .header-left li:hover {
border-color: #5c89ff;
color: #5c89ff;
}
.time-bottom .page-box .content .header-left li:first-child {
border-radius: 4px 0 0 4px;
}
.time-bottom .page-box .content .header-left li:last-child {
border-radius: 0 4px 4px 0;
}
.time-bottom .page-box .content .header-right {
display: flex;
align-items: center;
}
.time-bottom .page-box .content .header-right .laneSelect {
/*width: 94px;*/
margin-right: 10px;
}
.time-bottom .page-box .content .header-right .laneSelect > .el-input {
height: 32px;
}
.time-bottom
.page-box
.content
.header-right
.laneSelect
> .el-input
.el-input__inner {
height: 32px !important;
}
.time-bottom .page-box .content .header-right .update {
display: flex;
align-items: center;
}
.time-bottom .page-box .content .header-right .update span {
color: #3698fd;
}
.time-bottom .page-box .content .header-right select,
.time-bottom .page-box .content .header-right input {
height: 32px;
line-height: 32px;
background: #191934;
font-size: 14px;
color: #97b8da;
border: 0;
margin-left: 10px;
cursor: pointer;
padding: 0 8px;
}
.time-bottom .page-box .content .header-right button {
width: 80px;
height: 32px;
border: 0;
color: #fff;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
margin-left: 10px;
}
.time-bottom .page-box .content .header-right .search {
background: #5c89ff;
}
.time-bottom .page-box .content .header-right .export {
background: #fcb333;
}
.time-bottom .page-box .content .header-right .del {
background: #d43939;
}
.time-bottom .page-box .content .header-right .upload {
background: #66f572;
}
.time-bottom .page-box .content .header-right button img {
width: 14px;
height: 14px;
margin-right: 10px;
}
.time-bottom .page-box .content .chart-wrap {
position: relative;
flex: 1;
display: flex;
}
.time-bottom .page-box .content .chart-wrap .legendView {
display: flex;
flex-direction: column;
justify-content: space-around;
position: absolute;
right: 30px;
bottom: 50px;
width: 50px;
height: 80px;
border: 1px solid #ccc;
}
.time-bottom .page-box .content .chart-wrap .legendView li {
display: flex;
justify-content: space-around;
align-items: center;
}
.time-bottom .page-box .content .chart-wrap .legendView .legendLabel {
width: 10px;
height: 10px;
border-width: 1px;
border-style: solid;
}
.time-bottom .page-box .content .chart-wrap .chart {
width: calc(100% - 43px);
}
.time-bottom .page-box .content .chart-wrap .imgbox {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
/* padding-top: 20px; */
}
.time-bottom .page-box .content .chart-wrap .imgbox img {
width: 100%;
height: 240px;
margin-bottom: 10px;
}
.time-bottom .page-box .content .chart-wrap .imgbox span {
color: #acb3be;
}
.time3top {
left: 15px;
top: 10px;
right: 15px;
/* height: 408px; */
}
.time3top .imgbox {
width: 33.3%;
height: 100%;
float: left;
padding: 10px;
padding-right: 5px;
}
.time3top .imgbox + .imgbox + .imgbox{
float: right;
padding-right: 10px;
padding-left: 10px;
}
.time3top .imgbox img {
width: 100%;
height: 100%;
}
.time3bottom {
left: 15px;
top: 15px;
right: 15px;
bottom: 10px;
height: auto;
}
.time3bottom .page-box {
height: 98%;
}
.time3bottom .list-table {
width: 100%;
/* height: calc(100% - 84px); */
margin-top: 20px;
}
.time3bottom .list-table ul {
width: 100%;
overflow: hidden;
}
.time3bottom .list-table li {
width: calc(100% / 14);
height: 40px;
line-height: 40px;
float: left;
text-align: center;
}
.time3bottom .list-table li.rd {
color: #fd4f54;
}
.time3bottom .list-table li.gd {
color: #39c160;
}
.time3bottom .list-table .tb-hd {
width: 100%;
height: 40px;
}
.time3bottom .list-table .tb-bd {
width: 100%;
height: calc(100% - 40px);
overflow: hidden;
overflow-y: auto;
}
.time3bottom .list-table .tb-hd ul {
color: #98b9d9;
}
.time3bottom .list-table .tb-bd ul:nth-child(odd) {
background: #191937;
}
/* 统计数据-1echarts两个合成一行 */
.time-bottom_1 {
position: absolute;
left: 10px;
right: 10px;
bottom: 15px;
height: 310px;
/* display: flex;
flex-flow:row wrap; */
}
.time-bottom_1 .page-box {
position: static !important;
height: 370px;
/* width: 49%; */
margin-bottom: 10px;
}
.time-bottom_1 .page-box.bottom_1 {
position: absolute !important;
margin-bottom: 0 !important;
left: 0;
right: 0;
top: 420px;
height: calc(100% - 430px);
/*height: 410px;
margin-bottom: 10px;*/
}
.time-bottom_1 .page-box .content {
padding: 20px 20px 10px;
display: flex;
flex-direction: column;
}
.time-bottom_1 .page-box .content .header {
display: flex;
justify-content: space-between;
}
.time-bottom_1 .page-box .content .header-left {
display: flex;
}
.time-bottom_1 .page-box .content .header-left li {
height: 32px;
line-height: 30px;
padding: 0 6px;
border: 1px solid #4c4b5e;
color: #75798a;
cursor: pointer;
}
.time-bottom_1 .page-box .content .header-left li.active,
.time-bottom_1 .page-box .content .header-left li:hover {
border-color: #5c89ff;
color: #5c89ff;
}
.time-bottom_1 .page-box .content .header-left li:first-child {
border-radius: 4px 0 0 4px;
}
.time-bottom_1 .page-box .content .header-left li:last-child {
border-radius: 0 4px 4px 0;
}
.time-bottom_1 .page-box .content .header-right {
display: flex;
align-items: center;
}
.time-bottom_1 .page-box .content .header-right .laneSelect {
/*width: 94px;*/
margin-right: 10px;
}
.time-bottom_1 .page-box .content .header-right .laneSelect > .el-input {
height: 32px;
}
.time-bottom_1
.page-box
.content
.header-right
.laneSelect
> .el-input
.el-input__inner {
height: 32px !important;
}
.time-bottom_1 .page-box .content .header-right .update {
display: flex;
align-items: center;
}
.time-bottom_1 .page-box .content .header-right .update span {
color: #3698fd;
}
.time-bottom_1 .page-box .content .header-right select,
.time-bottom_1 .page-box .content .header-right input {
height: 32px;
line-height: 32px;
background: #191934;
font-size: 14px;
color: #97b8da;
border: 0;
margin-left: 10px;
cursor: pointer;
padding: 0 8px;
}
.time-bottom_1 .page-box .content .header-right button {
width: 56px;
height: 32px;
border: 0;
color: #fff;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
margin-left: 5px;
}
.time-bottom_1 .page-box .content .header-right .search {
background: #5c89ff;
}
.time-bottom_1 .page-box .content .header-right .export {
background: #fcb333;
}
.time-bottom_1 .page-box .content .header-right button img {
width: 14px;
height: 14px;
margin-right: 10px;
}
.time-bottom_1 .page-box .content .chart-wrap {
position: relative;
flex: 1;
display: flex;
}
.time-bottom_1 .page-box .content .chart-wrap .legendView {
display: flex;
flex-direction: column;
justify-content: space-around;
position: absolute;
right: 30px;
bottom: 50px;
width: 50px;
height: 80px;
border: 1px solid #ccc;
}
.time-bottom_1 .page-box .content .chart-wrap .legendView li {
display: flex;
justify-content: space-around;
align-items: center;
}
.time-bottom_1 .page-box .content .chart-wrap .legendView .legendLabel {
width: 10px;
height: 10px;
border-width: 1px;
border-style: solid;
}
.time-bottom_1 .page-box .content .chart-wrap .chart {
width: 1380px;
}
.time-bottom_1 .page-box .content .chart-wrap .imgbox {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
/* padding-top: 20px; */
}
.time-bottom_1 .page-box .content .chart-wrap .imgbox img {
width: 100%;
height: 240px;
margin-bottom: 10px;
}
.time-bottom_1 .page-box .content .chart-wrap .imgbox span {
color: #acb3be;
}
/* 时程数据-1样式单独修改 */
.time-bottom_2 {
position: absolute;
left: 10px;
right: 10px;
bottom: 15px;
height: 310px;
/* display: flex;
flex-flow:row wrap; */
}
.time-bottom_2 .page-box {
position: static !important;
height: 370px;
/* width: 49%; */
margin-bottom: 10px;
display: none;
}
.time-bottom_2 .page-box.bottom_2 {
position: absolute !important;
margin-bottom: 0 !important;
left: 0;
right: 0;
top: 420px;
height: calc(100% - 430px);
/*height: 410px;
margin-bottom: 10px;*/
}
.time-bottom_2 .page-box .content {
padding: 20px 20px 10px;
display: flex;
flex-direction: column;
}
.time-bottom_2 .page-box .content .header {
display: flex;
justify-content: space-between;
}
.time-bottom_2 .page-box .content .header-left {
display: flex;
}
.time-bottom_2 .page-box .content .header-left li {
height: 32px;
line-height: 30px;
padding: 0 6px;
border: 1px solid #4c4b5e;
color: #75798a;
cursor: pointer;
}
.time-bottom_2 .page-box .content .header-left li.active,
.time-bottom_2 .page-box .content .header-left li:hover {
border-color: #5c89ff;
color: #5c89ff;
}
.time-bottom_2 .page-box .content .header-left li:first-child {
border-radius: 4px 0 0 4px;
}
.time-bottom_2 .page-box .content .header-left li:last-child {
border-radius: 0 4px 4px 0;
}
.time-bottom_2 .page-box .content .header-right {
display: flex;
align-items: center;
}
.time-bottom_2 .page-box .content .header-right .laneSelect {
/*width: 94px;*/
margin-right: 10px;
}
.time-bottom_2 .page-box .content .header-right .laneSelect > .el-input {
height: 32px;
}
.time-bottom_2
.page-box
.content
.header-right
.laneSelect
> .el-input
.el-input__inner {
height: 32px !important;
}
.time-bottom_2 .page-box .content .header-right .update {
display: flex;
align-items: center;
}
.time-bottom_2 .page-box .content .header-right .update span {
color: #3698fd;
}
.time-bottom_2 .page-box .content .header-right select,
.time-bottom_2 .page-box .content .header-right input {
height: 32px;
line-height: 32px;
background: #191934;
font-size: 14px;
color: #97b8da;
border: 0;
margin-left: 10px;
cursor: pointer;
padding: 0 8px;
}
.time-bottom_2 .page-box .content .header-right button {
width: 80px;
height: 32px;
border: 0;
color: #fff;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
margin-left: 10px;
}
.time-bottom_2 .page-box .content .header-right .search {
background: #5c89ff;
}
.time-bottom_2 .page-box .content .header-right .export {
background: #fcb333;
}
.time-bottom_2 .page-box .content .header-right .del {
background: #d43939;
}
.time-bottom_2 .page-box .content .header-right .upload {
background: #66f572;
}
.time-bottom_2 .page-box .content .header-right button img {
width: 14px;
height: 14px;
margin-right: 10px;
}
.time-bottom_2 .page-box .content .chart-wrap {
position: relative;
flex: 1;
display: flex;
}
.time-bottom_2 .page-box .content .chart-wrap .legendView {
display: flex;
flex-direction: column;
justify-content: space-around;
position: absolute;
right: 30px;
bottom: 50px;
width: 50px;
height: 80px;
border: 1px solid #ccc;
}
.time-bottom_2 .page-box .content .chart-wrap .legendView li {
display: flex;
justify-content: space-around;
align-items: center;
}
.time-bottom_2 .page-box .content .chart-wrap .legendView .legendLabel {
width: 10px;
height: 10px;
border-width: 1px;
border-style: solid;
}
.time-bottom_2 .page-box .content .chart-wrap .chart {
/* width: 1380px; */
}
.time-bottom_2 .page-box .content .chart-wrap .imgbox {
flex: 0 0 auto;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
/* padding-top: 20px; */
width: 376px;
}
.time-bottom_2 .page-box .content .chart-wrap .imgbox img {
width: 100%;
height: 240px;
margin-bottom: 10px;
}
.time-bottom_2 .page-box .content .chart-wrap .imgbox span {
color: #fff;
z-index: 99999;
position: absolute;
left: 22%;
top: 217px;
}
.time-bottom .legendView li{
justify-content: flex-start !important;
}
.time-bottom .legendView .legendLabel{
margin: 0 8px !important;
}
.chart-wrap .chartTips{
/* right: 66px !important;
bottom: 60px !important;
width: 140px !important;
height: 90px !important; */
right: 83px !important;
bottom: -126px !important;
width: 170px !important;
height: 90px !important;
position: relative !important;
}
.el-tag.el-tag--info {
background: #191934;
border-color: #e9e9eb;
color: #909399;
}
/* 修改element下拉选框样式 */