Commit b4770190 authored by suhuiguang's avatar suhuiguang

Merge branch 'developer' of http://172.16.10.76/station/amos-station-module-view into developer

# Conflicts: # mods/components/3dviewConvertor/styles/view/panoramic/statistical.scss
parents 568c914c 4db3067d
......@@ -11,10 +11,10 @@
objModelURI: '/a3dres',
// 根url
// baseURI: 'http://172.16.11.30:9008/',
baseURI: 'http://172.16.3.77:8083/',
baseURI: 'http://172.16.3.122:8083/',
// convertorURI: 'http://172.16.3.122:8083/',
convertorURI: 'http://172.16.3.77:8083/',
patrolURI: 'http://172.16.3.77:9000/',
convertorURI: 'http://172.16.3.122:8083/',
patrolURI: 'http://172.16.3.122:9000/',
rulesConfigURI: 'http://172.16.10.91:8080/',
// plugin URI
pluginURI: 'http://172.16.11.40:8099/',
......
.search-pane-bg{
position: absolute;
right: 20px;
bottom: 20px;
width: 460px;
height: 600px;
background: url('../assets/convertor/3dview/searchpane-background.png');
filter:blur(3px);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 99;
}
#amos-ad-triger-6--root{
.ant-calendar{
background-color: #13428f !important;
border:none !important;
.ant-calendar-input{
background-color: #13428f !important;
}
}
.search-pane-bg {
position: absolute;
right: 20px;
bottom: 20px;
width: 460px;
height: 600px;
background: url('../assets/convertor/3dview/searchpane-background.png');
filter: blur(3px);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 99;
}
.amos-popover-content{
::-webkit-scrollbar { /* 血槽宽度 */
width:5px;
.amos-popover-content {
::-webkit-scrollbar {
/* 血槽宽度 */
width: 5px;
height: 5px;
background-color: rgba(10, 53, 62, 1);
border-radius: 5px;
}
::-webkit-scrollbar-thumb { /* 拖动条 */
::-webkit-scrollbar-thumb {
/* 拖动条 */
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.4);
}
::-webkit-scrollbar-track { /* 背景槽 */
background-color:rgba(17, 44, 88, 0.2);
::-webkit-scrollbar-track {
/* 背景槽 */
background-color: rgba(17, 44, 88, 0.2);
}
.amos-select-options{
.modalSelectOption{
color:#fff;
.amos-select-options {
.modalSelectOption {
color: #fff;
background-color: #13428f;
}
.modalSelectOption:hover{
color:#F0DF2D;
background-color: #13428f
.modalSelectOption:hover {
color: #f0df2d;
background-color: #13428f;
}
}
}
.search-pane{
position: absolute !important;
right: 20px !important;
bottom: 20px !important;
left: unset !important;
top: unset !important;
width: 460px;
height: 600px;
color: white;
z-index: 999 !important;
border:1px solid rgba(39,85,162,0.3);
border-radius: 10px;
.search-pane-close{
position: absolute;
width: 30px;
height: 30px;
right: 0;
background-image: linear-gradient(0deg,
#eb0404 0%,
#ff0057 100%);
opacity: 0.6;
text-align: center;
padding: 4px;
.amosicon-close{
font-style: normal;
}
.search-pane {
position: absolute !important;
right: 20px !important;
bottom: 20px !important;
left: unset !important;
top: unset !important;
width: 460px;
height: 600px;
color: white;
z-index: 999 !important;
border: 1px solid rgba(39, 85, 162, 0.3);
border-radius: 10px;
.search-pane-close {
position: absolute;
width: 30px;
height: 30px;
right: 0;
background-image: linear-gradient(0deg, #eb0404 0%, #ff0057 100%);
opacity: 0.6;
text-align: center;
padding: 4px;
.amosicon-close {
font-style: normal;
}
}
.amos-tabs-list {
border: none !important;
height: 30px;
background: #13428f !important;
border-radius: 5px;
.amos-tabs-list{
border: none !important;
height: 30px;
background: #13428f !important;
border-radius: 5px;
.amos-tabs-tabitem{
background-color: #2755a2;
margin-right: 8px;
border-radius: 5px;
.amos-tabs-tabitem {
background-color: #2755a2;
margin-right: 8px;
border-radius: 5px;
.amos-tabs-tabitem-inner{
padding: 3px 15px;
.amos-tabs-tabitem-inner {
padding: 3px 15px;
.amos-tabs-tabitem-content{
color: white;
}
}
.amos-tabs-tabitem-content {
color: white;
}
}
}
.amos-tabs-tabitem-active{
background-color: #036fa7 !important;
color: white;
border-radius: 2px 2px 0 0;
}
.amos-tabs-tabitem-active {
background-color: #036fa7 !important;
color: white;
border-radius: 2px 2px 0 0;
}
}
.params-header {
padding: 5px 14px;
height: 40px;
width: 100%;
.amos-group-item {
float: left;
}
.amos-select-dropdown {
border: none !important;
background-color: #13428f;
border-radius: 5px;
}
.params-header{
padding: 5px 14px;
height: 40px;
width: 100%;
.amos-input {
width: 100%;
border: none !important;
background-color: #13428f;
border-radius: 5px;
float: left;
padding: 0 2em 0 0.6em !important;
}
.amos-group-item{
float: left;
}
.params-input-img {
position: absolute;
width: 28px;
height: 28px;
right: 14px;
cursor: pointer;
}
.params-input-img1 {
position: absolute;
width: 28px;
height: 28px;
right: 160px;
cursor: pointer;
}
// .params-datePicker{
.ant-input {
background-color: #13428f;
border: none !important;
border-radius: 5px;
color: white;
}
// }
.ant-calendar-picker-icon:after {
color: white;
}
.amos-select-dropdown{
border: none !important;
background-color: #13428f;
border-radius: 5px;
}
::-webkit-input-placeholder {
color: white;
}
}
.amos-input{
width: 100%;
border: none !important;
background-color: #13428f;
border-radius: 5px;
float: left;
padding: 0 2em 0 0.6em !important;
}
.amos-tabs .amos-tabs-panel {
padding-top: 0px !important;
}
.params-input-img{
// .search-pane-table{
.ant-table-title {
display: none;
}
position: absolute;
width: 28px;
height: 28px;
right: 14px;
cursor: pointer;
.ant-table-body {
max-height: 35rem !important;
}
}
.params-input-img1{
position: absolute;
width: 28px;
height: 28px;
right: 160px;
cursor: pointer;
}
// .params-datePicker{
.ant-input{
background-color: #13428f;
border: none !important;
border-radius: 5px;
color: white;
}
// }
.ant-calendar-picker-icon:after{
color: white;
}
.ant-table-content {
height: 100%;
::-webkit-input-placeholder {
color: white;
}
.ant-table-header {
overflow: hidden !important;
}
.amos-tabs .amos-tabs-panel {
padding-top: 0px !important;
.ant-table-placeholder {
position: absolute;
width: 100%;
top: 55px;
border: none !important;
}
// .search-pane-table{
.ant-table-title{
display: none;
.ant-table-body {
color: white;
margin-top: 16px;
max-height: 464px !important ;
min-height: 464px !important ;
overflow-y: auto !important;
overflow-x: hidden;
background: transparent !important;
border: 1px solid rgba(234, 234, 234, 0.3);
table {
border-color: transparent !important;
td {
border: 1px solid rgba(234, 234, 234, 0.3) !important;
}
.ant-table-body{
max-height: 35rem !important;
th {
color: white;
background: #2755a2;
}
}
}
.ant-table-thead {
}
.ant-table-content {
height: 100%;
.ant-table-header {
overflow: hidden !important;
}
.ant-table-placeholder {
position: absolute;
width: 100%;
top: 55px;
border: none !important;
}
.ant-table-body {
color: white;
max-height: 500px !important ;
min-height: 500px !important ;
overflow-y: auto !important;
overflow-x: hidden;
background:transparent!important;
border:1px solid rgba(234,234,234,0.3);
table {
border-color: transparent !important;
td {
border:1px solid rgba(234,234,234,0.3) !important;
}
th {
color: white;
background: #2755a2;
}
}
}
.ant-table-placeholder{
background:transparent!important;
color: white;
}
.ant-table-thead > tr >th{
color: white;
background: #2755a2 !important;
//background: #222b51 !important;
border-color: transparent !important;
text-align: center;
}
.ant-table-thead > tr.ant-table-row-hover > td, .ant-table-tbody > tr.ant-table-row-hover > td, .ant-table-thead > tr:hover > td, .ant-table-tbody > tr:hover > td {
background: rgba(255,255,255,0.3);
}
//滚动条样式
.ant-table-body{
&::-webkit-scrollbar {
width: 10px;
height: 10px;
}
&::-webkit-scrollbar-thumb {
background: rgba(39,85,162,0.8);
border-radius: 10px;
}
&::-webkit-scrollbar-track {
border-radius: 10px;
background: rgba(2,11,45,0.5);
border: none;
}
&::-webkit-scrollbar-corner {
background: transparent;
}
&::-webkit-scrollbar-thumb:hover {
background: rgba(39,85,162,1);
}
}
.ant-table-placeholder {
background: transparent !important;
color: white;
}
.ant-table-thead > tr > th {
color: white;
background: #2755a2 !important;
//background: #222b51 !important;
border-color: transparent !important;
text-align: center;
}
.ant-table-header > table {
border: 0 !important;
}
.ant-table-thead > tr.ant-table-row-hover > td,
.ant-table-tbody > tr.ant-table-row-hover > td,
.ant-table-thead > tr:hover > td,
.ant-table-tbody > tr:hover > td {
background: rgba(255, 255, 255, 0.3);
}
}
//滚动条样式
.ant-table-body {
&::-webkit-scrollbar {
width: 10px;
height: 10px;
}
&::-webkit-scrollbar-thumb {
background: rgba(39, 85, 162, 0.8);
border-radius: 10px;
}
&::-webkit-scrollbar-track {
border-radius: 10px;
background: rgba(2, 11, 45, 0.5);
border: none;
}
&::-webkit-scrollbar-corner {
background: transparent;
}
&::-webkit-scrollbar-thumb:hover {
background: rgba(39, 85, 162, 1);
}
}
}
.ant-table-pagination {
margin: 0 10px;
float: right;
.ant-table-pagination {
margin: 0 10px;
float: right;
.ant-select-selection{
display: none;
}
.ant-select-selection {
display: none;
}
.ant-pagination-prev{
background-color: rgba(255,255,255,0.5);
}
.ant-pagination-next{
background-color: rgba(255,255,255,0.5);
}
.ant-pagination-item{
background-color: rgba(255,255,255,0.5);
}
.ant-pagination-jump-prev {
background-color: rgba(255,255,255,0.5);
}
.ant-pagination-jump-next {
background-color: rgba(255,255,255,0.5);
}
.ant-pagination-item-active a, .ant-pagination-item-active:focus a, .ant-pagination-item-active:hover a {
color: #fff;
}
}
// }
.ant-pagination-prev {
background-color: rgba(255, 255, 255, 0.5);
}
.ant-pagination-next {
background-color: rgba(255, 255, 255, 0.5);
}
.ant-pagination-item {
background-color: rgba(255, 255, 255, 0.5);
}
.ant-pagination-jump-prev {
background-color: rgba(255, 255, 255, 0.5);
}
.ant-pagination-jump-next {
background-color: rgba(255, 255, 255, 0.5);
}
.ant-pagination-item-active a,
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
color: #fff;
}
}
// }
}
.ant-calendar-picker-container{
.ant-calendar{
border: 1px solid #2b8dd4;
.ant-calendar-picker-container {
.ant-calendar {
border: 1px solid #2b8dd4;
background-color: #2b8dd4;
.ant-calendar-date-input-wrap {
color: white;
.ant-calendar-input {
background-color: #2b8dd4;
.ant-calendar-date-input-wrap{
color: white;
.ant-calendar-input{
background-color: #2b8dd4;
}
.ant-calendar-input::-webkit-input-placeholder {
color: white;
}
}
.ant-calendar-header{
color: white;
div a{
color: white;
}
div span a{
color: white;
}
}
.ant-calendar-body{
color: white;
.ant-calendar-cell>.ant-calendar-date{
color: white;
}
.ant-calendar-today>.ant-calendar-date{
color: black;
}
}
.ant-calendar-footer{
color: white;
.ant-calendar-today-btn {
color: white;
}
}
}
.ant-calendar-input::-webkit-input-placeholder {
color: white;
}
}
.ant-calendar-header {
color: white;
div a {
color: white;
}
div span a {
color: white;
}
}
.ant-calendar-body {
color: white;
.ant-calendar-cell > .ant-calendar-date {
color: white;
}
.ant-calendar-today > .ant-calendar-date {
color: black;
}
}
.ant-calendar-footer {
color: white;
.ant-calendar-today-btn {
color: white;
}
}
}
}
......@@ -2,7 +2,6 @@
// position: absolute;
// height: 100%;
// width: 100%;
.statistical-left {
position: absolute;
height: 100%;
......@@ -19,20 +18,19 @@
height: 21.7%;
overflow-y: auto;
.title-child{
.title-child {
width: 100%;
margin-bottom: 5px;
}
.title-date{
.title-date {
height: 20px;
font-size: 13px;
}
.title-text{
.title-text {
font-size: 15px;
}
}
::-webkit-scrollbar {
height: 3px;
width: 3px;
......@@ -42,13 +40,13 @@
background: rgba(255, 0, 0, 0.466);
}
::-webkit-scrollbar-track {
border-radius:10px;
border-radius: 10px;
background: #0000006e;
}
::-webkit-scrollbar-button{
::-webkit-scrollbar-button {
display: none;
}
::-webkit-scrollbar-corner{
::-webkit-scrollbar-corner {
display: none;
}
......@@ -72,21 +70,20 @@
text-align: center;
}
.right{
float: left;
padding-left: 30px;
.right {
float: left;
padding-left: 30px;
.date{
font-size: 44px;
color: rgba(1,248,64,1);;
}
.day{
margin-left: 5px;
font-size: 18px;
}
span{
font-size: 18px;
}
.date {
font-size: 44px;
color: rgba(1, 248, 64, 1);
}
.day {
margin-left: 5px;
font-size: 18px;
}
span {
font-size: 18px;
}
}
.down{
......@@ -109,394 +106,394 @@
}
}
.arrow{
float: right;
cursor: pointer;
}
.arrow {
float: right;
cursor: pointer;
}
.describe{
position: absolute;
width: 70px;
margin-top: -5px;
margin-left: 36px;
font-size: 16px;
color: rgba(240,223,45,1);
}
.describe {
position: absolute;
width: 70px;
margin-top: -5px;
margin-left: 36px;
font-size: 16px;
color: rgba(240, 223, 45, 1);
}
.bottom-line{
height: 2px;
width: 100%;
margin-top: 25px;
background: radial-gradient(red 24%, black 100%);
}
.bottom-line {
height: 2px;
width: 100%;
margin-top: 25px;
background: radial-gradient(red 24%, black 100%);
}
}
.content{
padding: 0px 30px;
height: calc(100% - 60px);
overflow: auto;
.content {
padding: 0px 30px;
height: calc(100% - 60px);
overflow: auto;
span{
margin-top: 3px;
font-size: 14px;
color: rgba(255,255,255,1);
}
span {
margin-top: 3px;
font-size: 14px;
color: rgba(255, 255, 255, 1);
}
.title-child{
border-bottom: 1px solid rgba(196,86,86,0.3);
padding-top: 7px;
}
.title-child {
border-bottom: 1px solid rgba(196, 86, 86, 0.3);
padding-top: 7px;
}
}
}
}
.common-title{
font-size: 18px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #70eeff;
}
.common-title {
font-size: 18px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #70eeff;
}
.safetyIndex {
display: flex;
margin-left: 37px;
padding-top: 65px;
height: 33.3%;
.safetyIndex-icon {
width: 36px;
height: 36px;
border: 1px solid;
border-radius: 50%;
border-color: #00c3ff;
padding: 5px 7px;
.safetyIndex-safetyrate {
width: 20px;
height: 25px;
}
.safetyIndex {
display: flex;
margin-left: 37px;
padding-top: 65px;
height: 33.3%;
.safetyIndex-icon {
width: 36px;
height: 36px;
border: 1px solid;
border-radius: 50%;
border-color: #00c3ff;
padding: 5px 7px;
.safetyIndex-safetyrate {
width: 20px;
height: 25px;
}
}
.safetyIndex-content {
height: 100%;
margin-left: 30px;
margin-right: 14px;
cursor: pointer;
.safetyIndex-content {
height: 100%;
margin-left: 30px;
margin-right: 14px;
cursor: pointer;
.content-item {
margin: 5px;
}
.content-item {
margin: 5px;
}
.safetyIndex-content-title{
font-size: 18px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #70eeff;
}
.safetyIndex-content-title {
font-size: 18px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #70eeff;
}
.safetyIndex-content-row {
display: flex;
align-items: flex-end;
.safetyIndex-content-row {
display: flex;
align-items: flex-end;
.number-large {
font-size: 44px;
color: #00c3ff;
}
.number-large {
font-size: 44px;
color: #00c3ff;
}
.number-unit {
font-size: 16px;
margin-bottom: 10px;
.number-unit {
font-size: 16px;
margin-bottom: 10px;
.row-up {
margin-top: 3px;
width: 15px;
height: 19px;
}
.row-up {
margin-top: 3px;
width: 15px;
height: 19px;
}
}
}
}
.safetyIndex-content-chart {
background-image: url('../../assets/panoramic/main_bg_dashboard.png') !important;
background-repeat: no-repeat !important;
margin-top: -25px !important;
width: 125px !important;
height: 220px !important;
}
.safetyIndex-content-chart {
background-image: url('../../assets/panoramic/main_bg_dashboard.png') !important;
background-repeat: no-repeat !important;
margin-top: -25px !important;
width: 125px !important;
height: 220px !important;
}
}
}
.statistical-right {
position: absolute;
height: 100%;
width: 355px;
padding-top: 40px;
right: 0;
top: 0;
.statistical-right {
position: absolute;
height: 100%;
width: 355px;
padding-top: 40px;
right: 0;
top: 0;
z-index: 1;
z-index: 1;
.echart-week {
width: 321px !important;
height: 248px !important;
background-image: url('../../assets/panoramic/main_bg_line_bg.png') !important;
background-repeat: no-repeat !important;
background-position: 31px 47px !important;
left: 24px;
}
.echart-week {
width: 321px !important;
height: 248px !important;
background-image: url('../../assets/panoramic/main_bg_line_bg.png') !important;
background-repeat: no-repeat !important;
background-position: 31px 47px !important;
left: 24px;
}
.titleIcon {
display: inline-block;
height: 18px;
width: 14px;
vertical-align: middle;
margin-right: 7px;
margin-top: -4px;
}
.titleIcon {
display: inline-block;
height: 18px;
width: 14px;
vertical-align: middle;
margin-right: 7px;
margin-top: -4px;
}
.titleIcon-check{
display: inline-block;
height: 22px;
width: 22px;
vertical-align: middle;
margin-right: 7px;
margin-top: -4px;
.titleIcon-check {
display: inline-block;
height: 22px;
width: 22px;
vertical-align: middle;
margin-right: 7px;
margin-top: -4px;
}
.safetyIndexWeek {
height: 33.3%;
.content-week-font-style {
width: 146px;
height: 18px;
font-size: 18px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: rgba(112, 238, 255, 1);
line-height: 65px;
}
}
.safetyIndexWeek {
height: 33.3%;
.content-week-font-style {
.statisticsCheck {
height: 50%;
.check-content {
height: 100%;
.content-xj-top {
// height: 10%;
width: 146px;
height: 18px;
font-size: 18px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: rgba(112, 238, 255, 1);
line-height: 65px;
}
}
.statisticsCheck {
height: 50%;
.check-content {
height: 100%;
.content-xj-top {
// height: 10%;
width: 146px;
font-size: 18px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: rgba(112, 238, 255, 1);
line-height: 65px;
}
.content-xj-middle {
height: 44%;
margin-top: 4%;
margin: 0 37px;
.content-xj-middle {
height: 44%;
margin-top: 4%;
margin: 0 37px;
background: url('../../assets/panoramic/main_bg_rightmiddle.png');
background-repeat: repeat;
background-size: 100% 100%;
}
background: url('../../assets/panoramic/main_bg_rightmiddle.png');
background-repeat: repeat;
background-size: 100% 100%;
}
.content-xj-bottom {
height: 37%;
margin-top: 12px;
margin: 0 37px;
.content-xj-bottom {
height: 37%;
margin-top: 12px;
margin: 0 37px;
.content-week-font {
font-size: 13px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: rgba(255, 255, 255, 1);
line-height: 24px;
}
.content-week-font {
font-size: 13px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: rgba(255, 255, 255, 1);
line-height: 24px;
}
.content-font-number {
font-size: 16px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: rgba(255, 255, 255, 1);
line-height: 24px;
float: right;
}
.content-font-number {
font-size: 16px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: rgba(255, 255, 255, 1);
line-height: 24px;
float: right;
}
.yellow-div {
background-image: url('../../assets/panoramic/main_bg_tag_buhege.png') !important;
background-repeat: no-repeat !important;
width: 100%;
.yellow-div {
background-image: url('../../assets/panoramic/main_bg_tag_buhege.png') !important;
background-repeat: no-repeat !important;
width: 100%;
padding-top: 6px;
padding-left: 20px;
.yellow-div-content {
width: 252px;
}
padding-top: 6px;
padding-left: 20px;
.yellow-div-content {
width: 252px;
}
.green-div {
background-image: url('../../assets/panoramic/main_bg_tag_hege.png') !important;
background-repeat: no-repeat !important;
width: 100%;
padding-top: 6px;
padding-left: 20px;
.green-div-content {
width: 252px;
}
}
.green-div {
background-image: url('../../assets/panoramic/main_bg_tag_hege.png') !important;
background-repeat: no-repeat !important;
width: 100%;
padding-top: 6px;
padding-left: 20px;
.green-div-content {
width: 252px;
}
}
.red-div {
background-image: url('../../assets/panoramic/main_bg_tag_louyan.png') !important;
background-repeat: no-repeat !important;
width: 100%;
.red-div {
background-image: url('../../assets/panoramic/main_bg_tag_louyan.png') !important;
background-repeat: no-repeat !important;
width: 100%;
padding-top: 6px;
padding-left: 20px;
.red-div-content {
width: 252px;
}
padding-top: 6px;
padding-left: 20px;
.red-div-content {
width: 252px;
}
.grey-div {
background-image: url('../../assets/panoramic/main_bg_tag_weizhixing.png') !important;
background-repeat: no-repeat !important;
width: 100%;
padding-top: 6px;
padding-left: 20px;
.grey-div-content {
width: 252px;
}
}
.grey-div {
background-image: url('../../assets/panoramic/main_bg_tag_weizhixing.png') !important;
background-repeat: no-repeat !important;
width: 100%;
padding-top: 6px;
padding-left: 20px;
.grey-div-content {
width: 252px;
}
}
}
.div-echars {
// height: 200px !important;
background: url('../../assets/panoramic/circle_bg.png') no-repeat center center !important;
// background-position: 60px 14px !important;
background-repeat: no-repeat !important;
}
}
.statisticsDuty {
display: flex;
height: 16.7%;
flex-direction: column;
.content-duty-font-style {
width: 146px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-size: 18px;
font-weight: 500;
line-height: 65px;
color: rgba(112, 238, 255, 1);
}
.content-picture-div {
height: 100%;
// width: 100%;
margin: 0 37px;
.div-echars {
// height: 200px !important;
background: url('../../assets/panoramic/circle_bg.png') no-repeat center center !important;
// background-position: 60px 14px !important;
background-repeat: no-repeat !important;
}
}
.content-picture-left {
width: 33.3%;
float: left;
display: inline-flex;
.statisticsDuty {
display: flex;
height: 16.7%;
flex-direction: column;
.content-duty-font-style {
width: 146px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-size: 18px;
font-weight: 500;
line-height: 65px;
color: rgba(112, 238, 255, 1);
}
.content-image {
background-image: url('../../assets/panoramic/main_icon_baoan.png') !important;
background-repeat: no-repeat !important;
height: 42px !important;
width: 100%;
.content-picture-div {
height: 100%;
// width: 100%;
margin: 0 37px;
.content-picture-left {
width: 33.3%;
float: left;
display: inline-flex;
.content-image {
background-image: url('../../assets/panoramic/main_icon_baoan.png') !important;
background-repeat: no-repeat !important;
height: 42px !important;
width: 100%;
}
.content-wenzi {
width: 100%;
.wenzi-zhiban {
height: 13px;
font-size: 13px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 20px;
}
.content-wenzi {
width: 100%;
.wenzi-zhiban {
height: 13px;
font-size: 13px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 20px;
}
.wenzi-number {
width: 15px;
height: 26px;
font-size: 26px;
font-family: SourceHanSansCN-Bold, SourceHanSansCN;
font-weight: bold;
color: rgba(34, 243, 254, 1);
line-height: 39px;
-webkit-background-clip: text;
}
.wenzi-number {
width: 15px;
height: 26px;
font-size: 26px;
font-family: SourceHanSansCN-Bold, SourceHanSansCN;
font-weight: bold;
color: rgba(34, 243, 254, 1);
line-height: 39px;
-webkit-background-clip: text;
}
}
}
.content-picture-middle {
width: 33.3%;
float: left;
display: inline-flex;
.content-image {
background-image: url('../../assets/panoramic/main_icon_baoan.png') !important;
background-repeat: no-repeat !important;
height: 42px !important;
width: 100%;
.content-picture-middle {
width: 33.3%;
float: left;
display: inline-flex;
.content-image {
background-image: url('../../assets/panoramic/main_icon_baoan.png') !important;
background-repeat: no-repeat !important;
height: 42px !important;
width: 100%;
}
.content-wenzi {
width: 100%;
.wenzi-zhiban {
height: 13px;
font-size: 13px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 20px;
}
.content-wenzi {
width: 100%;
.wenzi-zhiban {
height: 13px;
font-size: 13px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 20px;
}
.wenzi-number {
width: 15px;
height: 26px;
font-size: 26px;
font-family: SourceHanSansCN-Bold, SourceHanSansCN;
font-weight: bold;
color: rgba(34, 243, 254, 1);
line-height: 39px;
-webkit-background-clip: text;
}
.wenzi-number {
width: 15px;
height: 26px;
font-size: 26px;
font-family: SourceHanSansCN-Bold, SourceHanSansCN;
font-weight: bold;
color: rgba(34, 243, 254, 1);
line-height: 39px;
-webkit-background-clip: text;
}
}
.content-picture-right {
width: 33.3%;
float: left;
display: inline-flex;
.content-image {
background-image: url('../../assets/panoramic/main_icon_baoan.png') !important;
background-repeat: no-repeat !important;
height: 42px !important;
width: 100%;
}
.content-picture-right {
width: 33.3%;
float: left;
display: inline-flex;
.content-image {
background-image: url('../../assets/panoramic/main_icon_baoan.png') !important;
background-repeat: no-repeat !important;
height: 42px !important;
width: 100%;
}
.content-wenzi {
width: 100%;
.wenzi-zhiban {
height: 13px;
font-size: 13px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 20px;
}
.content-wenzi {
width: 100%;
.wenzi-zhiban {
height: 13px;
font-size: 13px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 20px;
}
.wenzi-number {
width: 15px;
height: 26px;
font-size: 26px;
font-family: SourceHanSansCN-Bold, SourceHanSansCN;
font-weight: bold;
color: rgba(34, 243, 254, 1);
line-height: 39px;
-webkit-background-clip: text;
}
.wenzi-number {
width: 15px;
height: 26px;
font-size: 26px;
font-family: SourceHanSansCN-Bold, SourceHanSansCN;
font-weight: bold;
color: rgba(34, 243, 254, 1);
line-height: 39px;
-webkit-background-clip: text;
}
}
}
}
}
}
//}
.warnModal {
......@@ -505,7 +502,7 @@
// height: 600px;
width: calc(100% - 800px);
height: calc(100% - 300px);
margin:auto;
margin: auto;
top: 250px;
bottom: 250px;
left: 250px;
......@@ -513,13 +510,13 @@
background-image: url('../../assets/panoramic/main_bg_model.png');
background-repeat: repeat;
background-size: 100% 100%;
.close{
.close {
width: 100%;
height: 50px;
text-align: right;
margin-top: 5px;
margin-right: 3px;
img{
img {
cursor: pointer;
}
}
......@@ -541,7 +538,7 @@
.model-title {
height: 30px;
font-size: 16px;
color:rgba(240,223,45,1);
color: rgba(240, 223, 45, 1);
}
.model-content {
......@@ -559,7 +556,7 @@
.title {
height: 30px;
font-size: 16px;
color:rgba(240,223,45,1);
color: rgba(240, 223, 45, 1);
}
.next-title {
......@@ -569,12 +566,12 @@
.rows {
padding-left: 15px;
font-size: 14px;
color:rgba(255,255,255,1);
color: rgba(255, 255, 255, 1);
.row {
display: inline-block;
height: 28px;
>span{
> span {
display: block;
white-space: nowrap;
margin-right: 15px;
......
......@@ -113,7 +113,7 @@ class MaskContent extends Component {
return (
<div className="mask-content">
<AmosWebSocket ref={node => this.aws = node} url={wsURL} onMessage={this.handleData} reconnect debug />
{ !alarmStarted && sideControlShow && <SideControl multiple={multiple} errorAreaId={errorAreaId} onItemClick={onItemClick} layerConfig={layerConfig} animationProps={controlAnimation} activeAction={activeAction}/>}
{ !alarmStarted && sideControlShow && <SideControl multiple={multiple} errorAreaId={errorAreaId} onItemClick={onItemClick} layerConfig={layerConfig} animationProps={controlAnimation} />}
{ !alarmStarted && isShowActionBar && <SearchPane visible={searchPaneVisible} focusPosition={focusPosition} changeSearchPaneVisible={this.changeSearchPaneVisible} />}
<TopMsg alarmStart={alarmStart} />
{ !alarmStarted && !isShowActionBar && <ModelHeader animationProps={controlAnimation} headerName={headerName} handleExceptModel={this.handleExceptModel} />}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment