You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

157 lines
2.8 KiB

@import './panel.scss';
.content {
width: 100%;
height: 93%;
overflow: hidden;
box-sizing: border-box;
padding: 3px;
display: flex;
flex-direction: column;
mat-icon{
vertical-align: middle
}
.icongray{
color: #D9D0DC;
}
.buildingbtnchecked{
background-color: #34A6FD;
color: white;
}
}
//header头部
.header {
position: relative;
flex: 5%;
display: flex;
align-items:center;
min-height: 40px;
background-color: #fff;
.nameShow{
cursor: pointer;
user-select: none;
}
.copytobutn{
width: 33px;
min-width: 33px;
display: flex;
justify-content: center;
}
font-size: 15px;
span{
height: 24px;
line-height: 24px;
}
}
//头部操作栏
.headerOperate {
flex: 5%;
display: flex;
align-items:center;
min-height: 40px;
box-sizing: border-box;
margin: 3px 0;
background-color: #ECF0F3;
button{
border: 0.5px solid rgb(208, 211, 214);
margin: 0 2px;
}
.editdeletebtn{
display: none;
}
.bigeditdeletebtn:hover{
.editdeletebtn{
display: inline-block;
}
}
}
//功能区
.mat-icon {
color: #8E909F;
cursor:pointer;
vertical-align: middle;
}
.mat-drawer:not(.mat-drawer-side) {
box-shadow: none;
border: 1px solid #E6EAEE;
}
.functionalDomain {
flex: 90%;
.functionalDomainContent {
width: 100%;
height: 100%;
}
.functionalDomainLeft {
min-width: 150px;
width: 13%;
height: 100%;
}
#functionalDomainRight {
min-width: 100px;
background-color: #fff;
height: 100%;
display: flex;
position: relative;
#h5Unity {
flex: 100%;
#h5Canvas{
width: 100%;
height: 100%;
}
}
.rightAttribute{
width: 12%;
height: 99.5%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: 2px solid #464646;
.title{
height: 35px;
background-color: #464646;
div{
width: 50%;
height: 35px;
line-height: 35px;
background-color: #595959;
border-radius: 5px;
span{
color: white;
font-size: 14px;
font-weight: 400;
padding-left: 5px;
}
}
}
.property{
.siteproperty{
height: 100%;
p{
color: #9c9fa5;
padding-left: 5px;
}
.siteproperty_size{
background-color: #e3e3e3;
width: 93%;
margin: 0 auto;
border-radius: 3px;
}
.siteproperty_details{
background-color: #e3e3e3;
border-radius: 3px;
min-height: 21px;
max-height: 72%;
width: 93%;
margin: 0 auto;
overflow-y: auto;
}
}
}
}
}
}