296 lines
4.7 KiB
CSS
296 lines
4.7 KiB
CSS
.pubDataBox {
|
|
border: 1px solid #1b6731;
|
|
background: linear-gradient(180deg, #FFFFFF 67%, var(--el-table-cell-bmx-backgroundcolor) 100%);
|
|
position: relative;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.pubDataBox>.lt,
|
|
.pubDataBox>.rt,
|
|
.pubDataBox>.lb,
|
|
.pubDataBox>.rb {
|
|
width: 8px;
|
|
height: 8px;
|
|
position: absolute;
|
|
border: solid #1b6753;
|
|
}
|
|
|
|
.pubDataBox>.lt {
|
|
border-width: 2px 0 0 2px;
|
|
top: -1px;
|
|
left: -1px;
|
|
}
|
|
|
|
.pubDataBox>.rt {
|
|
border-width: 2px 2px 0 0;
|
|
top: -1px;
|
|
right: -1px;
|
|
}
|
|
|
|
.pubDataBox>.lb {
|
|
border-width: 0 0 2px 2px;
|
|
bottom: -1px;
|
|
left: -1px;
|
|
}
|
|
|
|
.pubDataBox>.rb {
|
|
border-width: 0 2px 2px 0;
|
|
bottom: -1px;
|
|
right: -1px;
|
|
}
|
|
|
|
.pubDataBox>.title {
|
|
height: 42px;
|
|
background: url("~@/assets/images/layout/pubDataTitleBg.png") no-repeat center bottom;
|
|
text-align: center;
|
|
}
|
|
|
|
.pubDataBox>.title .text {
|
|
color: #5effd4;
|
|
font-size: 18px;
|
|
padding: 0 24px;
|
|
display: inline-block;
|
|
margin-top: 7px;
|
|
height: 30px;
|
|
line-height: 28px;
|
|
position: relative;
|
|
}
|
|
|
|
.pubDataBox>.title .text::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 0px;
|
|
background: url("~@/assets/images/layout/title-l.png") no-repeat;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.pubDataBox>.title .text::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 0px;
|
|
background: url("~@/assets/images/layout/title-r.png") no-repeat;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.statistics {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
padding: 0 0 8px 0;
|
|
}
|
|
|
|
.statistics li {
|
|
width: 118px;
|
|
height: 98px;
|
|
border: 1px solid #2b836b;
|
|
margin: 7px 3.5px 0;
|
|
background: rgba(35, 135, 96, 0.14);
|
|
}
|
|
|
|
.statistics li>.title {
|
|
height: 34px;
|
|
line-height: 34px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
background: rgba(0, 212, 224, 0.1);
|
|
}
|
|
|
|
.statistics li .item {
|
|
float: left;
|
|
width: 50%;
|
|
height: calc(100% - 34px);
|
|
text-align: center;
|
|
font-size: 12px;
|
|
position: relative;
|
|
}
|
|
|
|
.statistics li .item .numb {
|
|
color: #07c8bd;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.statistics li .item .ten_thousand::before {
|
|
content: "";
|
|
font-size: 10px !important;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.statistics .next {
|
|
width: 236px;
|
|
}
|
|
|
|
.statistics .next .item {
|
|
float: left;
|
|
width: 50%;
|
|
height: calc(100% - 34px);
|
|
text-align: center;
|
|
font-size: 12px;
|
|
width: 25%;
|
|
}
|
|
|
|
ul.indexTabs {
|
|
overflow: hidden;
|
|
padding: 8px 0 0 10px;
|
|
}
|
|
|
|
ul.indexTabs li {
|
|
float: left;
|
|
height: 29px;
|
|
line-height: 29px;
|
|
text-align: center;
|
|
color: #07c8bd;
|
|
background: url("~@/assets/system/indexTab-m.png") repeat-x;
|
|
position: relative;
|
|
margin: 0 14px 6px 8px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
ul.indexTabs li::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0px;
|
|
left: -8px;
|
|
width: 8px;
|
|
height: 29px;
|
|
background: url("~@/assets/system/indexTab-l.png") no-repeat;
|
|
}
|
|
|
|
ul.indexTabs li::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0px;
|
|
right: -8px;
|
|
width: 8px;
|
|
height: 29px;
|
|
background: url("~@/assets/system/indexTab-r.png") no-repeat;
|
|
}
|
|
|
|
ul.indexTabs li.four {
|
|
width: 146px;
|
|
}
|
|
|
|
ul.indexTabs li.five {
|
|
width: 79px;
|
|
}
|
|
|
|
ul.indexTabs li.active {
|
|
background: url("~@/assets/system/indexTab-active-m.png") repeat-x;
|
|
color: #f5f72d;
|
|
}
|
|
|
|
ul.indexTabs li.active::after {
|
|
background: url("~@/assets/system/indexTab-active-l.png") repeat-x;
|
|
}
|
|
|
|
ul.indexTabs li.active::before {
|
|
background: url("~@/assets/system/indexTab-active-r.png") repeat-x;
|
|
}
|
|
|
|
.indexTabsContent {
|
|
height: calc(100vh - 426px);
|
|
}
|
|
|
|
.indexTabsContent>.title {
|
|
height: 34px;
|
|
line-height: 34px;
|
|
text-align: center;
|
|
margin: 0 8px;
|
|
background: rgba(0, 212, 224, 0.15);
|
|
}
|
|
|
|
.indexTabsContent .chartsBox {
|
|
height: calc((100% - 173px) / 2);
|
|
margin: 0 8px;
|
|
}
|
|
|
|
.custom-dialog {
|
|
background-color: #022d2d;
|
|
z-index: 99999999999;
|
|
display: block;
|
|
width: 1358px;
|
|
}
|
|
|
|
.dialogClass {
|
|
z-index: 999999999999;
|
|
}
|
|
|
|
.items {
|
|
text-align: center !important;
|
|
float: none !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.el-dialog__title {
|
|
color: #fff !important;
|
|
}
|
|
|
|
::v-deep .el-overlay {
|
|
display: flex !important;
|
|
z-index: 99999 !important;
|
|
}
|
|
|
|
.exportButton {
|
|
margin-left: 767px;
|
|
margin-bottom: 10px;
|
|
margin-top: -54px;
|
|
background-color: var(--el-color-primary);
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.el-pager li {
|
|
background: none !important;
|
|
}
|
|
|
|
|
|
.el-dialog--center .el-dialog__body {
|
|
padding: 20px !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep .el-dialog--center .el-dialog__body {
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
::v-deep .el-button {
|
|
background: var(--el-color-primary) !important;
|
|
color: #fff !important;
|
|
border-color: var(--el-color-primary) !important;
|
|
}
|
|
|
|
.el-dialog__body {
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.exportButton {
|
|
margin-top: -56px !important;
|
|
}
|
|
|
|
.back_btn {
|
|
cursor: pointer;
|
|
} |