|
|
@ -1,12 +1,15 @@ |
|
|
|
@import "./panel.scss"; |
|
|
|
@import "./panel.scss"; |
|
|
|
|
|
|
|
|
|
|
|
html { |
|
|
|
html { |
|
|
|
::-webkit-scrollbar { |
|
|
|
::-webkit-scrollbar { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.icongray { |
|
|
|
.icongray { |
|
|
|
color: #d9d0dc; |
|
|
|
color: #d9d0dc; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.content { |
|
|
|
.content { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
@ -30,38 +33,46 @@ html { |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
min-height: 40px; |
|
|
|
min-height: 40px; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
|
|
|
|
.zoom { |
|
|
|
.zoom { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
margin-left: 15px; |
|
|
|
margin-left: 15px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
img { |
|
|
|
margin-right: 3px; |
|
|
|
margin-right: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.marginLeftRight { |
|
|
|
.marginLeftRight { |
|
|
|
margin: 0 8px; |
|
|
|
margin: 0 8px; |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
user-select: none; |
|
|
|
user-select: none; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
|
|
.mat-icon { |
|
|
|
.mat-icon { |
|
|
|
vertical-align: middle; |
|
|
|
vertical-align: middle; |
|
|
|
font-size: 24px; |
|
|
|
font-size: 24px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.copytobutn { |
|
|
|
.copytobutn { |
|
|
|
width: 60px; |
|
|
|
width: 60px; |
|
|
|
min-width: 60px; |
|
|
|
min-width: 60px; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
span { |
|
|
|
span { |
|
|
|
height: 24px; |
|
|
|
height: 24px; |
|
|
|
line-height: 24px; |
|
|
|
line-height: 24px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.patternSwitch { |
|
|
|
.patternSwitch { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
right: 140px; |
|
|
|
right: 140px; |
|
|
|
|
|
|
|
|
|
|
|
span { |
|
|
|
span { |
|
|
|
font-size: 18px; |
|
|
|
font-size: 18px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
@ -71,15 +82,18 @@ html { |
|
|
|
border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
padding: 0 5px; |
|
|
|
padding: 0 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.selectedPattern { |
|
|
|
.selectedPattern { |
|
|
|
background-color: #2196f3; |
|
|
|
background-color: #2196f3; |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.rightSave { |
|
|
|
.rightSave { |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
right: 60px; |
|
|
|
right: 60px; |
|
|
|
|
|
|
|
|
|
|
|
label { |
|
|
|
label { |
|
|
|
vertical-align: middle; |
|
|
|
vertical-align: middle; |
|
|
|
color: #279fff; |
|
|
|
color: #279fff; |
|
|
@ -89,15 +103,6 @@ html { |
|
|
|
|
|
|
|
|
|
|
|
//头部操作栏 |
|
|
|
//头部操作栏 |
|
|
|
.headerOperate { |
|
|
|
.headerOperate { |
|
|
|
img { |
|
|
|
|
|
|
|
width: 24px; |
|
|
|
|
|
|
|
height: 24px; |
|
|
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
margin-left: 1px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
span { |
|
|
|
|
|
|
|
font-size: 15px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
flex: 5%; |
|
|
|
flex: 5%; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
@ -105,23 +110,36 @@ html { |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
margin: 3px 0; |
|
|
|
margin: 3px 0; |
|
|
|
background-color: white; |
|
|
|
background-color: white; |
|
|
|
button { |
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
overflow-x: scroll; |
|
|
|
|
|
|
|
span { |
|
|
|
|
|
|
|
font-size: 15px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
div { |
|
|
|
|
|
|
|
cursor: default; |
|
|
|
border: 0.5px solid rgb(208, 211, 214); |
|
|
|
border: 0.5px solid rgb(208, 211, 214); |
|
|
|
margin: 0 2px; |
|
|
|
margin: 0 2px; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
padding: 3px 8px; |
|
|
|
|
|
|
|
height: 96%; |
|
|
|
|
|
|
|
border-radius: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.editdeletebtn { |
|
|
|
.editdeletebtn { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bigeditdeletebtn { |
|
|
|
.bigeditdeletebtn { |
|
|
|
max-width: 200px; |
|
|
|
|
|
|
|
.bigeditdeletebtnname { |
|
|
|
.bigeditdeletebtnname { |
|
|
|
display: inline-block; |
|
|
|
// display: inline-block; |
|
|
|
max-width: 120px; |
|
|
|
// white-space: nowrap; |
|
|
|
white-space: nowrap; |
|
|
|
// overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
// text-overflow: ellipsis; |
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bigeditdeletebtn:hover { |
|
|
|
.bigeditdeletebtn:hover { |
|
|
|
.editdeletebtn { |
|
|
|
.editdeletebtn { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
@ -135,6 +153,7 @@ html { |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
vertical-align: middle; |
|
|
|
vertical-align: middle; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//左右两侧功能栏 统一样式 |
|
|
|
//左右两侧功能栏 统一样式 |
|
|
|
.publicCss { |
|
|
|
.publicCss { |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 5px; |
|
|
@ -142,14 +161,17 @@ html { |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
top: 0; |
|
|
|
top: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.functionalDomain { |
|
|
|
.functionalDomain { |
|
|
|
flex: 90%; |
|
|
|
flex: 90%; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
|
|
|
.functionalDomainContent { |
|
|
|
.functionalDomainContent { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.functionalDomainLeft { |
|
|
|
.functionalDomainLeft { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
@ -161,6 +183,7 @@ html { |
|
|
|
width: 235px; |
|
|
|
width: 235px; |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
z-index: 112; |
|
|
|
z-index: 112; |
|
|
|
|
|
|
|
|
|
|
|
.leftDragDiv { |
|
|
|
.leftDragDiv { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
@ -170,6 +193,7 @@ html { |
|
|
|
cursor: e-resize; |
|
|
|
cursor: e-resize; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.functionalDomainRight { |
|
|
|
.functionalDomainRight { |
|
|
|
z-index: 1001; |
|
|
|
z-index: 1001; |
|
|
|
margin-right: 0px; |
|
|
|
margin-right: 0px; |
|
|
@ -184,15 +208,18 @@ html { |
|
|
|
min-width: 195px; |
|
|
|
min-width: 195px; |
|
|
|
width: 195px; |
|
|
|
width: 195px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.functionalDomainRight { |
|
|
|
.functionalDomainRight { |
|
|
|
width: 195px; |
|
|
|
width: 195px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//右边导航栏显示隐藏 |
|
|
|
//右边导航栏显示隐藏 |
|
|
|
.togglePanel2 { |
|
|
|
.togglePanel2 { |
|
|
|
margin-right: -2000px; |
|
|
|
margin-right: -2000px; |
|
|
|
transition: margin-right 1s; |
|
|
|
transition: margin-right 1s; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//左侧导航栏显示隐藏 |
|
|
|
//左侧导航栏显示隐藏 |
|
|
|
.togglePanel { |
|
|
|
.togglePanel { |
|
|
|
margin-left: -2000px; |
|
|
|
margin-left: -2000px; |
|
|
@ -205,12 +232,14 @@ html { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 35px; |
|
|
|
height: 35px; |
|
|
|
background-color: #464646; |
|
|
|
background-color: #464646; |
|
|
|
|
|
|
|
|
|
|
|
div { |
|
|
|
div { |
|
|
|
width: 50%; |
|
|
|
width: 50%; |
|
|
|
height: 35px; |
|
|
|
height: 35px; |
|
|
|
line-height: 35px; |
|
|
|
line-height: 35px; |
|
|
|
background-color: #595959; |
|
|
|
background-color: #595959; |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 5px; |
|
|
|
|
|
|
|
|
|
|
|
span { |
|
|
|
span { |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
@ -224,13 +253,16 @@ html { |
|
|
|
.property { |
|
|
|
.property { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-flow: column; |
|
|
|
flex-flow: column; |
|
|
|
|
|
|
|
|
|
|
|
.siteproperty { |
|
|
|
.siteproperty { |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
|
|
|
|
|
|
|
|
p { |
|
|
|
p { |
|
|
|
color: #9c9fa5; |
|
|
|
color: #9c9fa5; |
|
|
|
padding-left: 5px; |
|
|
|
padding-left: 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.siteproperty_size { |
|
|
|
.siteproperty_size { |
|
|
|
background-color: #e3e3e3; |
|
|
|
background-color: #e3e3e3; |
|
|
|
width: 93%; |
|
|
|
width: 93%; |
|
|
@ -238,6 +270,7 @@ html { |
|
|
|
border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
min-height: 21px; |
|
|
|
min-height: 21px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.rightAttribute { |
|
|
|
.rightAttribute { |
|
|
|
width: 12%; |
|
|
|
width: 12%; |
|
|
|
height: 99.5%; |
|
|
|
height: 99.5%; |
|
|
@ -248,54 +281,68 @@ html { |
|
|
|
border: 2px solid #464646; |
|
|
|
border: 2px solid #464646; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.assetsproperty { |
|
|
|
.assetsproperty { |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
|
|
|
|
|
|
|
|
p { |
|
|
|
p { |
|
|
|
color: #9c9fa5; |
|
|
|
color: #9c9fa5; |
|
|
|
margin: 1px 0 3px 8px; |
|
|
|
margin: 1px 0 3px 8px; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
span { |
|
|
|
span { |
|
|
|
font-size: 15px; |
|
|
|
font-size: 15px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
input { |
|
|
|
input { |
|
|
|
height: 18px; |
|
|
|
height: 18px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.biginput { |
|
|
|
.biginput { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
width: 88%; |
|
|
|
width: 88%; |
|
|
|
margin: 0 auto; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.smallinput { |
|
|
|
.smallinput { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
width: 19%; |
|
|
|
width: 19%; |
|
|
|
margin-left: 8px; |
|
|
|
margin-left: 8px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.textarea { |
|
|
|
.textarea { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
width: 88%; |
|
|
|
width: 88%; |
|
|
|
height: 50px; |
|
|
|
height: 50px; |
|
|
|
margin: 0 auto; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.swiper-button-next { |
|
|
|
.swiper-button-next { |
|
|
|
right: 6px; |
|
|
|
right: 6px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.swiper-button-prev { |
|
|
|
.swiper-button-prev { |
|
|
|
left: 6px; |
|
|
|
left: 6px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.swiper-container { |
|
|
|
.swiper-container { |
|
|
|
// --swiper-theme-color: #ff6600;/* 设置Swiper风格 */ |
|
|
|
// --swiper-theme-color: #ff6600;/* 设置Swiper风格 */ |
|
|
|
// --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */ |
|
|
|
// --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */ |
|
|
|
--swiper-navigation-size: 20px; /* 设置按钮大小 */ |
|
|
|
--swiper-navigation-size: 20px; |
|
|
|
|
|
|
|
/* 设置按钮大小 */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hoverred:hover { |
|
|
|
.hoverred:hover { |
|
|
|
color: rgb(187, 28, 28); |
|
|
|
color: rgb(187, 28, 28); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.selectDiv { |
|
|
|
.selectDiv { |
|
|
|
height: 21px; |
|
|
|
height: 21px; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
margin-bottom: 5px; |
|
|
|
margin-bottom: 5px; |
|
|
|
|
|
|
|
|
|
|
|
select { |
|
|
|
select { |
|
|
|
width: 98px; |
|
|
|
width: 98px; |
|
|
|
height: 22px; |
|
|
|
height: 22px; |
|
|
@ -307,9 +354,11 @@ html { |
|
|
|
border-radius: 2px; |
|
|
|
border-radius: 2px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.colorBigDiv { |
|
|
|
.colorBigDiv { |
|
|
|
width: 88%; |
|
|
|
width: 88%; |
|
|
|
margin-left: 8px; |
|
|
|
margin-left: 8px; |
|
|
|
|
|
|
|
|
|
|
|
.colorBigTemplateDiv { |
|
|
|
.colorBigTemplateDiv { |
|
|
|
span { |
|
|
|
span { |
|
|
|
color: #9c9fa5; |
|
|
|
color: #9c9fa5; |
|
|
@ -317,6 +366,7 @@ html { |
|
|
|
height: 26px; |
|
|
|
height: 26px; |
|
|
|
line-height: 26px; |
|
|
|
line-height: 26px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.colorTemplateDiv { |
|
|
|
.colorTemplateDiv { |
|
|
|
width: 65%; |
|
|
|
width: 65%; |
|
|
|
height: 22px; |
|
|
|
height: 22px; |
|
|
@ -334,6 +384,7 @@ html { |
|
|
|
float: left; |
|
|
|
float: left; |
|
|
|
border: 2px solid white; |
|
|
|
border: 2px solid white; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.coloractive { |
|
|
|
.coloractive { |
|
|
|
border: 2px solid black; |
|
|
|
border: 2px solid black; |
|
|
|
} |
|
|
|
} |
|
|
@ -341,6 +392,7 @@ html { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hideAllTreeNode { |
|
|
|
.hideAllTreeNode { |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
margin: 3px 0; |
|
|
|
margin: 3px 0; |
|
|
@ -349,24 +401,29 @@ html { |
|
|
|
height: 24px; |
|
|
|
height: 24px; |
|
|
|
line-height: 24px; |
|
|
|
line-height: 24px; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
|
|
|
label { |
|
|
|
label { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
flex: 1; |
|
|
|
flex: 1; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//右侧消防要素 |
|
|
|
//右侧消防要素 |
|
|
|
.firecategories { |
|
|
|
.firecategories { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-flow: column; |
|
|
|
flex-flow: column; |
|
|
|
|
|
|
|
|
|
|
|
.firecategoriesTree { |
|
|
|
.firecategoriesTree { |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
|
|
|
|
|
|
|
|
mat-tree-node { |
|
|
|
mat-tree-node { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.isLookCss { |
|
|
|
.isLookCss { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
right: 6px; |
|
|
|
right: 6px; |
|
|
@ -382,8 +439,10 @@ div:focus { |
|
|
|
//没有图片时显示无图片背景图 |
|
|
|
//没有图片时显示无图片背景图 |
|
|
|
.noImgCss { |
|
|
|
.noImgCss { |
|
|
|
background: url(../../../assets/images/noImg.png) no-repeat center center; |
|
|
|
background: url(../../../assets/images/noImg.png) no-repeat center center; |
|
|
|
background-size: 88% 100%; /*按比例缩放*/ |
|
|
|
background-size: 88% 100%; |
|
|
|
|
|
|
|
/*按比例缩放*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.input { |
|
|
|
.input { |
|
|
|
width: 18px; |
|
|
|
width: 18px; |
|
|
|
height: 18px; |
|
|
|
height: 18px; |
|
|
@ -400,12 +459,15 @@ div:focus { |
|
|
|
font-size: 13px; |
|
|
|
font-size: 13px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.treeNode:hover { |
|
|
|
.treeNode:hover { |
|
|
|
background-color: #ccebf8; |
|
|
|
background-color: #ccebf8; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.isLookPattern { |
|
|
|
.isLookPattern { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.treeText { |
|
|
|
.treeText { |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
white-space: nowrap; |
|
|
|
white-space: nowrap; |
|
|
@ -421,6 +483,7 @@ div:focus { |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.weatherBox { |
|
|
|
.weatherBox { |
|
|
|
height: 40px; |
|
|
|
height: 40px; |
|
|
|
width: 700px; |
|
|
|
width: 700px; |
|
|
@ -428,21 +491,25 @@ div:focus { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
|
transition: right linear 0.5s; |
|
|
|
transition: right linear 0.5s; |
|
|
|
|
|
|
|
|
|
|
|
.openbtn { |
|
|
|
.openbtn { |
|
|
|
font-size: 45px; |
|
|
|
font-size: 45px; |
|
|
|
height: 45px; |
|
|
|
height: 45px; |
|
|
|
width: 40px; |
|
|
|
width: 40px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.name { |
|
|
|
.name { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
vertical-align: middle; |
|
|
|
vertical-align: middle; |
|
|
|
margin-left: 3px; |
|
|
|
margin-left: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
input { |
|
|
|
input { |
|
|
|
width: 140px; |
|
|
|
width: 140px; |
|
|
|
height: 22px; |
|
|
|
height: 22px; |
|
|
|
margin-left: 3px; |
|
|
|
margin-left: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
select { |
|
|
|
select { |
|
|
|
width: 96px; |
|
|
|
width: 96px; |
|
|
|
height: 25px; |
|
|
|
height: 25px; |
|
|
@ -450,12 +517,15 @@ div:focus { |
|
|
|
vertical-align: middle; |
|
|
|
vertical-align: middle; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.open { |
|
|
|
.open { |
|
|
|
right: 0px; |
|
|
|
right: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.close { |
|
|
|
.close { |
|
|
|
right: -622px; |
|
|
|
right: -622px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bottomCss { |
|
|
|
.bottomCss { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
left: 232px; |
|
|
|
left: 232px; |
|
|
@ -466,6 +536,7 @@ div:focus { |
|
|
|
z-index: 100; |
|
|
|
z-index: 100; |
|
|
|
background-color: white; |
|
|
|
background-color: white; |
|
|
|
border: 1px solid #464646; |
|
|
|
border: 1px solid #464646; |
|
|
|
|
|
|
|
|
|
|
|
.dragDiv { |
|
|
|
.dragDiv { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 3px; |
|
|
|
height: 3px; |
|
|
@ -474,9 +545,11 @@ div:focus { |
|
|
|
z-index: 1000; |
|
|
|
z-index: 1000; |
|
|
|
cursor: n-resize; |
|
|
|
cursor: n-resize; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
.title { |
|
|
|
height: 35px; |
|
|
|
height: 35px; |
|
|
|
background-color: #464646; |
|
|
|
background-color: #464646; |
|
|
|
|
|
|
|
|
|
|
|
div { |
|
|
|
div { |
|
|
|
background-color: #464646; |
|
|
|
background-color: #464646; |
|
|
|
float: left; |
|
|
|
float: left; |
|
|
@ -486,10 +559,12 @@ div:focus { |
|
|
|
padding-left: 5px; |
|
|
|
padding-left: 5px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.detailsAndattentBtn { |
|
|
|
.detailsAndattentBtn { |
|
|
|
background-color: #595959; |
|
|
|
background-color: #595959; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.body { |
|
|
|
.body { |
|
|
|
textarea { |
|
|
|
textarea { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
@ -497,3 +572,8 @@ div:focus { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar { |
|
|
|
|
|
|
|
height: 6px; |
|
|
|
|
|
|
|
} |
|
|
|