|
|
|
@ -1,9 +1,11 @@
|
|
|
|
|
@import './panel.scss'; |
|
|
|
|
html{ |
|
|
|
|
::-webkit-scrollbar {display:none} |
|
|
|
|
@import "./panel.scss"; |
|
|
|
|
html { |
|
|
|
|
::-webkit-scrollbar { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.icongray{ |
|
|
|
|
color: #D9D0DC; |
|
|
|
|
.icongray { |
|
|
|
|
color: #d9d0dc; |
|
|
|
|
} |
|
|
|
|
.content { |
|
|
|
|
width: 100%; |
|
|
|
@ -14,8 +16,8 @@ html{
|
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
|
.buildingbtnchecked{ |
|
|
|
|
background-color: #34A6FD; |
|
|
|
|
.buildingbtnchecked { |
|
|
|
|
background-color: #34a6fd; |
|
|
|
|
color: white; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -25,39 +27,42 @@ html{
|
|
|
|
|
position: relative; |
|
|
|
|
flex: 5%; |
|
|
|
|
display: flex; |
|
|
|
|
align-items:center; |
|
|
|
|
align-items: center; |
|
|
|
|
min-height: 40px; |
|
|
|
|
background-color: #fff; |
|
|
|
|
.zoom{ |
|
|
|
|
.zoom { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
margin-left: 15px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
img{ |
|
|
|
|
img { |
|
|
|
|
margin-right: 3px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.marginLeftRight { |
|
|
|
|
margin: 0 8px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
user-select: none; |
|
|
|
|
user-select: none; |
|
|
|
|
cursor: pointer; |
|
|
|
|
.mat-icon { vertical-align: middle; font-size: 24px; } |
|
|
|
|
.mat-icon { |
|
|
|
|
vertical-align: middle; |
|
|
|
|
font-size: 24px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.copytobutn{ |
|
|
|
|
.copytobutn { |
|
|
|
|
width: 60px; |
|
|
|
|
min-width: 60px; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
} |
|
|
|
|
span{ |
|
|
|
|
span { |
|
|
|
|
height: 24px; |
|
|
|
|
line-height: 24px; |
|
|
|
|
} |
|
|
|
|
.patternSwitch{ |
|
|
|
|
.patternSwitch { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 140px; |
|
|
|
|
span{ |
|
|
|
|
span { |
|
|
|
|
font-size: 18px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
margin: 0 3px; |
|
|
|
@ -66,7 +71,7 @@ html{
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
padding: 0 5px; |
|
|
|
|
} |
|
|
|
|
.selectedPattern{ |
|
|
|
|
.selectedPattern { |
|
|
|
|
background-color: #2196f3; |
|
|
|
|
color: white; |
|
|
|
|
} |
|
|
|
@ -75,7 +80,10 @@ html{
|
|
|
|
|
cursor: pointer; |
|
|
|
|
position: absolute; |
|
|
|
|
right: 60px; |
|
|
|
|
label { vertical-align: middle; color: #279FFF; } |
|
|
|
|
label { |
|
|
|
|
vertical-align: middle; |
|
|
|
|
color: #279fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -87,25 +95,35 @@ html{
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
margin-left: 1px; |
|
|
|
|
} |
|
|
|
|
span{ |
|
|
|
|
font-size: 18px; |
|
|
|
|
span { |
|
|
|
|
font-size: 15px; |
|
|
|
|
} |
|
|
|
|
flex: 5%; |
|
|
|
|
display: flex; |
|
|
|
|
align-items:center; |
|
|
|
|
align-items: center; |
|
|
|
|
min-height: 40px; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
margin: 3px 0; |
|
|
|
|
background-color: white; |
|
|
|
|
button{ |
|
|
|
|
button { |
|
|
|
|
border: 0.5px solid rgb(208, 211, 214); |
|
|
|
|
margin: 0 2px; |
|
|
|
|
} |
|
|
|
|
.editdeletebtn{ |
|
|
|
|
.editdeletebtn { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.bigeditdeletebtn:hover{ |
|
|
|
|
.editdeletebtn{ |
|
|
|
|
.bigeditdeletebtn { |
|
|
|
|
max-width: 200px; |
|
|
|
|
.bigeditdeletebtnname { |
|
|
|
|
display: inline-block; |
|
|
|
|
max-width: 120px; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
overflow: hidden; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.bigeditdeletebtn:hover { |
|
|
|
|
.editdeletebtn { |
|
|
|
|
display: inline-block; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -114,7 +132,7 @@ html{
|
|
|
|
|
//功能区 |
|
|
|
|
// icon统一样式 |
|
|
|
|
.mat-icon { |
|
|
|
|
cursor:pointer; |
|
|
|
|
cursor: pointer; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
} |
|
|
|
|
//左右两侧功能栏 统一样式 |
|
|
|
@ -139,11 +157,11 @@ html{
|
|
|
|
|
margin-left: 0px; |
|
|
|
|
transition: margin-left 0.5s; |
|
|
|
|
min-width: 235px; |
|
|
|
|
border: 1px solid #E6EAEE; |
|
|
|
|
border: 1px solid #e6eaee; |
|
|
|
|
width: 235px; |
|
|
|
|
left: 0; |
|
|
|
|
z-index: 112; |
|
|
|
|
.leftDragDiv{ |
|
|
|
|
.leftDragDiv { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
height: 100%; |
|
|
|
@ -159,16 +177,14 @@ html{
|
|
|
|
|
border: 1px solid #464646; |
|
|
|
|
width: 235px; |
|
|
|
|
right: 0; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media screen and (max-width:1300px){ |
|
|
|
|
|
|
|
|
|
.functionalDomainLeft{ |
|
|
|
|
@media screen and (max-width: 1300px) { |
|
|
|
|
.functionalDomainLeft { |
|
|
|
|
min-width: 195px; |
|
|
|
|
width: 195px; |
|
|
|
|
} |
|
|
|
|
.functionalDomainRight{ |
|
|
|
|
.functionalDomainRight { |
|
|
|
|
width: 195px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -182,21 +198,20 @@ html{
|
|
|
|
|
margin-left: -2000px; |
|
|
|
|
transition: margin-left 1s; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//右边操作栏 |
|
|
|
|
.title{ |
|
|
|
|
.title { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 35px; |
|
|
|
|
background-color: #464646; |
|
|
|
|
div{ |
|
|
|
|
div { |
|
|
|
|
width: 50%; |
|
|
|
|
height: 35px; |
|
|
|
|
line-height: 35px; |
|
|
|
|
background-color: #595959; |
|
|
|
|
border-radius: 5px; |
|
|
|
|
span{ |
|
|
|
|
span { |
|
|
|
|
color: white; |
|
|
|
|
font-size: 14px; |
|
|
|
|
font-weight: 400; |
|
|
|
@ -206,24 +221,24 @@ html{
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//右侧属性 |
|
|
|
|
.property{ |
|
|
|
|
.property { |
|
|
|
|
display: flex; |
|
|
|
|
flex-flow: column; |
|
|
|
|
.siteproperty{ |
|
|
|
|
.siteproperty { |
|
|
|
|
height: 100%; |
|
|
|
|
overflow-y: auto; |
|
|
|
|
p{ |
|
|
|
|
p { |
|
|
|
|
color: #9c9fa5; |
|
|
|
|
padding-left: 5px; |
|
|
|
|
} |
|
|
|
|
.siteproperty_size{ |
|
|
|
|
.siteproperty_size { |
|
|
|
|
background-color: #e3e3e3; |
|
|
|
|
width: 93%; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
border-radius: 3px; |
|
|
|
|
min-height: 21px; |
|
|
|
|
} |
|
|
|
|
.rightAttribute{ |
|
|
|
|
.rightAttribute { |
|
|
|
|
width: 12%; |
|
|
|
|
height: 99.5%; |
|
|
|
|
position: absolute; |
|
|
|
@ -233,55 +248,55 @@ html{
|
|
|
|
|
border: 2px solid #464646; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.assetsproperty{ |
|
|
|
|
.assetsproperty { |
|
|
|
|
overflow-y: auto; |
|
|
|
|
height: 100%; |
|
|
|
|
p{ |
|
|
|
|
p { |
|
|
|
|
color: #9c9fa5; |
|
|
|
|
margin:1px 0 3px 8px; |
|
|
|
|
margin: 1px 0 3px 8px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
} |
|
|
|
|
span{ |
|
|
|
|
span { |
|
|
|
|
font-size: 15px; |
|
|
|
|
} |
|
|
|
|
input{ |
|
|
|
|
input { |
|
|
|
|
height: 18px; |
|
|
|
|
} |
|
|
|
|
.biginput{ |
|
|
|
|
.biginput { |
|
|
|
|
display: block; |
|
|
|
|
width: 88%; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
} |
|
|
|
|
.smallinput{ |
|
|
|
|
.smallinput { |
|
|
|
|
display: block; |
|
|
|
|
width: 19%; |
|
|
|
|
margin-left: 8px; |
|
|
|
|
} |
|
|
|
|
.textarea{ |
|
|
|
|
.textarea { |
|
|
|
|
display: block; |
|
|
|
|
width: 88%; |
|
|
|
|
height: 50px; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
} |
|
|
|
|
.swiper-button-next{ |
|
|
|
|
.swiper-button-next { |
|
|
|
|
right: 6px; |
|
|
|
|
} |
|
|
|
|
.swiper-button-prev{ |
|
|
|
|
.swiper-button-prev { |
|
|
|
|
left: 6px; |
|
|
|
|
} |
|
|
|
|
.swiper-container{ |
|
|
|
|
.swiper-container { |
|
|
|
|
// --swiper-theme-color: #ff6600;/* 设置Swiper风格 */ |
|
|
|
|
// --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */ |
|
|
|
|
--swiper-navigation-size:20px;/* 设置按钮大小 */ |
|
|
|
|
--swiper-navigation-size: 20px; /* 设置按钮大小 */ |
|
|
|
|
} |
|
|
|
|
.hoverred:hover{ |
|
|
|
|
.hoverred:hover { |
|
|
|
|
color: rgb(187, 28, 28); |
|
|
|
|
} |
|
|
|
|
.selectDiv{ |
|
|
|
|
.selectDiv { |
|
|
|
|
height: 21px; |
|
|
|
|
position: relative; |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
select{ |
|
|
|
|
select { |
|
|
|
|
width: 98px; |
|
|
|
|
height: 22px; |
|
|
|
|
vertical-align: middle; |
|
|
|
@ -292,17 +307,17 @@ html{
|
|
|
|
|
border-radius: 2px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.colorBigDiv{ |
|
|
|
|
.colorBigDiv { |
|
|
|
|
width: 88%; |
|
|
|
|
margin-left: 8px; |
|
|
|
|
.colorBigTemplateDiv{ |
|
|
|
|
span{ |
|
|
|
|
.colorBigTemplateDiv { |
|
|
|
|
span { |
|
|
|
|
color: #9c9fa5; |
|
|
|
|
font-size: 14px; |
|
|
|
|
height: 26px; |
|
|
|
|
line-height: 26px; |
|
|
|
|
} |
|
|
|
|
.colorTemplateDiv{ |
|
|
|
|
.colorTemplateDiv { |
|
|
|
|
width: 65%; |
|
|
|
|
height: 22px; |
|
|
|
|
display: inline-block; |
|
|
|
@ -311,20 +326,19 @@ html{
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.colorDiv{ |
|
|
|
|
.colorLi{ |
|
|
|
|
.colorDiv { |
|
|
|
|
.colorLi { |
|
|
|
|
width: 24px; |
|
|
|
|
height: 24px; |
|
|
|
|
list-style: none; |
|
|
|
|
float: left; |
|
|
|
|
border: 2px solid white; |
|
|
|
|
} |
|
|
|
|
.coloractive{ |
|
|
|
|
.coloractive { |
|
|
|
|
border: 2px solid black; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.hideAllTreeNode { |
|
|
|
@ -335,21 +349,25 @@ html{
|
|
|
|
|
height: 24px; |
|
|
|
|
line-height: 24px; |
|
|
|
|
display: flex; |
|
|
|
|
label { display: inline-block; flex: 1; cursor: pointer; } |
|
|
|
|
label { |
|
|
|
|
display: inline-block; |
|
|
|
|
flex: 1; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
//右侧消防要素 |
|
|
|
|
.firecategories{ |
|
|
|
|
.firecategories { |
|
|
|
|
background-color: #fff; |
|
|
|
|
position: relative; |
|
|
|
|
display: flex; |
|
|
|
|
flex-flow: column; |
|
|
|
|
.firecategoriesTree{ |
|
|
|
|
.firecategoriesTree { |
|
|
|
|
overflow-y: auto; |
|
|
|
|
height: 100%; |
|
|
|
|
mat-tree-node{ |
|
|
|
|
mat-tree-node { |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
.isLookCss{ |
|
|
|
|
.isLookCss { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 6px; |
|
|
|
|
} |
|
|
|
@ -362,11 +380,11 @@ div:focus {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//没有图片时显示无图片背景图 |
|
|
|
|
.noImgCss{ |
|
|
|
|
.noImgCss { |
|
|
|
|
background: url(../../../assets/images/noImg.png) no-repeat center center; |
|
|
|
|
background-size: 88% 100%;/*按比例缩放*/ |
|
|
|
|
background-size: 88% 100%; /*按比例缩放*/ |
|
|
|
|
} |
|
|
|
|
.input{ |
|
|
|
|
.input { |
|
|
|
|
width: 18px; |
|
|
|
|
height: 18px; |
|
|
|
|
vertical-align: middle; |
|
|
|
@ -374,22 +392,21 @@ div:focus {
|
|
|
|
|
margin-right: 3px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// tree |
|
|
|
|
.mat-tree-node{ |
|
|
|
|
.mat-tree-node { |
|
|
|
|
min-height: 0; |
|
|
|
|
height: 32px; |
|
|
|
|
line-height: 32px; |
|
|
|
|
font-size: 13px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
.treeNode:hover{ |
|
|
|
|
.treeNode:hover { |
|
|
|
|
background-color: #ccebf8; |
|
|
|
|
} |
|
|
|
|
.isLookPattern{ |
|
|
|
|
.isLookPattern { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.treeText{ |
|
|
|
|
.treeText { |
|
|
|
|
overflow: hidden; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
@ -397,49 +414,49 @@ div:focus {
|
|
|
|
|
width: 65px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bigBox{ |
|
|
|
|
.bigBox { |
|
|
|
|
width: 700px; |
|
|
|
|
height: 40px; |
|
|
|
|
position: absolute; |
|
|
|
|
overflow: hidden; |
|
|
|
|
right: 0; |
|
|
|
|
} |
|
|
|
|
.weatherBox{ |
|
|
|
|
.weatherBox { |
|
|
|
|
height: 40px; |
|
|
|
|
width: 700px; |
|
|
|
|
line-height: 40px; |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
transition: right linear .5s; |
|
|
|
|
.openbtn{ |
|
|
|
|
transition: right linear 0.5s; |
|
|
|
|
.openbtn { |
|
|
|
|
font-size: 45px; |
|
|
|
|
height: 45px; |
|
|
|
|
width: 40px; |
|
|
|
|
} |
|
|
|
|
.name{ |
|
|
|
|
.name { |
|
|
|
|
font-size: 16px; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
margin-left: 3px; |
|
|
|
|
} |
|
|
|
|
input{ |
|
|
|
|
input { |
|
|
|
|
width: 140px; |
|
|
|
|
height: 22px; |
|
|
|
|
margin-left: 3px; |
|
|
|
|
} |
|
|
|
|
select{ |
|
|
|
|
select { |
|
|
|
|
width: 96px; |
|
|
|
|
height: 25px; |
|
|
|
|
margin-left: 3px; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.open{ |
|
|
|
|
.open { |
|
|
|
|
right: 0px; |
|
|
|
|
} |
|
|
|
|
.close{ |
|
|
|
|
right:-622px; |
|
|
|
|
.close { |
|
|
|
|
right: -622px; |
|
|
|
|
} |
|
|
|
|
.bottomCss{ |
|
|
|
|
.bottomCss { |
|
|
|
|
position: absolute; |
|
|
|
|
left: 232px; |
|
|
|
|
right: 0px; |
|
|
|
@ -449,7 +466,7 @@ div:focus {
|
|
|
|
|
z-index: 100; |
|
|
|
|
background-color: white; |
|
|
|
|
border: 1px solid #464646; |
|
|
|
|
.dragDiv{ |
|
|
|
|
.dragDiv { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 3px; |
|
|
|
|
position: absolute; |
|
|
|
@ -457,10 +474,10 @@ div:focus {
|
|
|
|
|
z-index: 1000; |
|
|
|
|
cursor: n-resize; |
|
|
|
|
} |
|
|
|
|
.title{ |
|
|
|
|
.title { |
|
|
|
|
height: 35px; |
|
|
|
|
background-color: #464646; |
|
|
|
|
div{ |
|
|
|
|
div { |
|
|
|
|
background-color: #464646; |
|
|
|
|
float: left; |
|
|
|
|
width: 80px; |
|
|
|
@ -469,12 +486,12 @@ div:focus {
|
|
|
|
|
padding-left: 5px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
.detailsAndattentBtn{ |
|
|
|
|
.detailsAndattentBtn { |
|
|
|
|
background-color: #595959; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.body{ |
|
|
|
|
textarea{ |
|
|
|
|
.body { |
|
|
|
|
textarea { |
|
|
|
|
width: 100%; |
|
|
|
|
border-radius: 0px; |
|
|
|
|
} |
|
|
|
|