GaochunDataBigScreen/css/dialog.css

237 lines
4.6 KiB
CSS

.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{
border: none;
}
.el-table::before{
height: 0;
}
.el-tooltip__popper{
max-width: 600px;
}
.el-pagination__total{
color: #fff;
}
.el-pager li.btn-quicknext, .el-pager li.btn-quickprev{
color: #fff;
}
.el-pager li{
color: #fff;
background-color: transparent;
}
.el-pagination .btn-next, .el-pagination .btn-prev{
background-color: transparent;
color: #fff;
}
.el-pagination button:disabled{
background-color: transparent;
}
.more_dialog .el-pagination{
text-align: right;
margin-top: 16px;
}
.pv_dialog {
width: 1360px;
height: 1120px;
background-image: url(../images/dialogCenter/center-bg.png);
}
.more_dialog{
width: 1360px;
height: 752px;
background-image: url(../images/dialogCenter/more-bg.png);
}
.more_search{
margin-bottom: 16px;
color:#fff;
}
.more_search .el-input__inner{
background: url(../images/dialogCenter/more-search.png);
background-size: 100% 100%;
border-radius: 0;
border: none;
}
.more_table{
height: 550px;
}
.more_dialog .cell{
/* display: -webkit-box;
-webkit-line-clamp: 1; */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.more_dialog,.pv_dialog{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
background-size: 100% 100%;
padding: 14px 20px;
box-sizing: border-box;
}
.pv_title,.more_title{
color: rgba(16, 32, 48, 1);
font-weight: bold;
font-size: 16px;
text-align: center;
padding: 0 0 30px 0;
}
.pv_box {
width: 100%;
/* background-color: #fff; */
height: 152px;
display: flex;
justify-content: space-between;
}
.pv_box_item {
width: 420px;
display: flex;
}
#pv_box_echart0,
#pv_box_echart1,
#pv_box_echart2 {
width: 200px;
height: 152px;
}
.pv_box_data {
margin-left: 20px;
}
.pv_box_data_item {
width: 200px;
height: 66px;
padding: 13px 16px;
box-sizing: border-box;
background-size: 100% 100%;
background-image: url(../images/dialogCenter/pv_box_data.png);
display: flex;
flex-wrap: wrap;
align-content: space-between;
}
.pv_box_data_item p {
font-size: 14px;
color: #fff;
}
.pv_box_data_item p:nth-child(2) {
margin-left: 22px;
color: rgba(34, 227, 255, 1);
font-size: 16px;
font-weight: 700;
}
.pv_box_data_item .icon {
display: inline-block;
width: 12px;
height: 12px;
background-image: url(../images/dialogCenter/icon.png);
background-size: 100% 100%;
margin-right: 10px;
}
.pv_box_data .pv_box_data_item:nth-child(2) {
margin-top: 20px;
}
/* 副标题 */
.pv_subtitle {
margin: 20px 0;
color: rgba(255, 255, 255, 1);
font-weight: 700;
}
/* 表格 */
.pv_table .highlight-row {
background-image: url(../images/dialogCenter/select_row.png);
background-size: 100% 100%;
}
.pv_table .el-table,.more_dialog .el-table {
background-color: transparent !important;
}
.pv_table .el-table th.el-table__cell ,.more_dialog .el-table th.el-table__cell{
background-color: transparent !important;
}
.pv_row {
background-color: transparent !important;
}
.pv_cell {
height: 50px !important;
color: #fff !important;
background-color: transparent !important;
border-bottom: 1px solid rgba(45, 196, 252, 0.30) !important;
}
.pv_subtitle2 {
height: 29px;
line-height: 21px;
background-image: url(../images/dialogCenter/subtitle2.png);
background-size: 100% 100%;
margin: 26px 0 20px 0;
padding-left: 26px;
color: #fff;
font-size: 16px;
}
.pv_subtitle2 .txt {}
.pv_subtitle2 .txt2 {
color: rgba(34, 227, 255, 1);
font-weight: 700;
}
.pv_tab {
display: flex;
justify-content: space-between;
}
.pv_tab .pv_tab_item{
margin-left: -15px;
cursor: pointer;
}
.pv_tab .pv_tab_item:nth-child(1){
margin-left: 0;
}
.pv_detail_echart {
width: 100%;
height: 290px;
}
.el-picker span {
color: #fff;
}
.el-picker .el-input__inner {
background-color: rgba(61, 81, 104, 1);
border: none;
height: 32px;
}
.el-picker .el-range-editor .el-range-input {
background-color: transparent;
border: none;
color: #fff;
}
.pv_close {
width: 15px;
height: 16px;
background-image: url(../images/关闭.png);
position: absolute;
cursor: pointer;
right: 17px;
z-index: 1000;
top: 28px;
}