@ -8,12 +8,24 @@
< div class = "bigeditdeletebtn" * ngFor = "let item of allBuildings;let key = index" ( click ) = " checkedBuilding ( item , key ) " [ ngClass ] = " { ' buildingbtnchecked ' : checkedBuildingIndex = =key}" >
< span > {{item.name}}< / span >
< / div >
< div class = "bigTalkBox" style = "position: absolute;right: 26px;" ( click ) = " openTalkDiv ( ) " >
< mat-icon > settings_voice< / mat-icon >
< div class = "bigTalkBox" style = "position: absolute;right: 26px;" >
< mat-icon class = "titleIcon" ( click ) = " openTalkDiv ( ) " > volume_up < / mat-icon >
< div class = "talkBox" * ngIf = "isOpenTalk" >
< div class = "btndiv" >
< div > 泵房< / div >
< div > 控制室< / div >
< / div >
< div class = "bottomDiv" >
< div >
< mat-icon > settings_voice< / mat-icon >
< / div >
< div >
按住说话
< / div >
< div >
< mat-icon > search< / mat-icon >
< / div >
< / div >
< / div >
< / div >
@ -38,7 +50,7 @@
< / div >
<!-- H5Canvas -->
< div class = "canvas" >
< div class = "canvas" style = "padding:3px 5px;padding-bottom: 15px;" >
< app-working-area # canvas [ init ] = ' this ' > < / app-working-area >
< / div >
<!-- H5Canvas -->
@ -101,22 +113,29 @@
< input class = "input" [ ( ngModel ) ] = " isHighLight " type = "checkbox" >
< span style = "font-size: 14px;" > 选中高亮< / span >
< / div > -->
< div class = "colorBigDiv" * ngIf = "canvasAssetObj.FillMode == 0" >
< div * ngIf = "canvasAssetObj.FillMode == 0" style = "margin-top: 6px; " >
< div class = "colorBigTemplateDiv" >
< span > 颜色< / span >
< span style = "
font-size: 16px;
color: #d0e0f4;
padding-left: 7px;
letter-spacing:3px;
margin: 5px 0;">颜色< / span >
< div class = "colorTemplateDiv" [ style ] = " { ' background-color ' :selectedcolor } " >
< / div >
< / div >
< div class = "colorDiv" >
<!-- <div class="colorDiv">
< ul >
< li class = "colorLi" * ngFor = "let item of colors,let key=index" [ style ] = " { ' background-color ' :item } " > < / li >
< / ul >
< / div >
< span style = "color: #9c9fa5;font-size: 14px;" > 透明度< / span >
< mat-slider color = "primary" min = "0" max = "100%" step = "1" style = "left: 1px; width: 55%;min-width: 90px;"
< / div > -->
< p > 透明度< / p >
<!-- <span style="color: #9c9fa5;font - size: 14px;">透明度</span> -->
<!-- <mat - slider color="primary" min="0" max="100%" step="1" style="left: 1px; width: 55%;min - width: 90px;"
[(ngModel)]="colorDivSliderValue" (change)="colorDivSliderChange()">< / mat-slider >
< span style = "color: #9c9fa5;font-size: 12px;" > {{colorDivSliderValue}}%< / span >
< span style = "color: #9c9fa5;font-size: 12px;" > {{colorDivSliderValue}}%< / span > -->
< div class = "siteproperty_size" > {{colorDivSliderValue}}%< / div >
< / div >
< div * ngFor = "let item of PropertyInfos;index as key " >
<!-- 单行文本 -->
@ -143,9 +162,9 @@
< p style = "width: 40%;display: inline-block;" > {{item.PropertyName}}< / p >
< span style = "width: 26%;text-align:right;font-size: 13px;" > {{imagesArr.length ? imagesArr.length : 0}} / {{item.PropertyValue}}< / span >
< div style = "position: relative;;width: 89%;border:1px solid rgb(208, 211, 214);height: 10 0px;margin: 6px auto;" class = "swiper-container" >
< div style = "position: relative;;width: 89%;border:1px solid rgb(208, 211, 214);height: 14 0px;margin: 6px auto;" class = "swiper-container" >
< div id = "viewerjs" class = "swiper-wrapper" [ ngClass ] = " { ' noImgCss ' : imagesArr . length = = 0 } " >
< div class = "swiper-slide" style = "text-align: center;" * ngFor = "let img of imagesArr" > < img [ src ] = " img . PropertyValue + ' ? x-oss-process = image/resize,m_fixed,h_100,w_10 0'" alt = "" [ attr . data-original ] = " img . PropertyValue " > < / div >
< div class = "swiper-slide" style = "text-align: center;" * ngFor = "let img of imagesArr" > < img [ src ] = " img . PropertyValue + ' ? x-oss-process = image/resize,m_fixed,h_140,w_14 0'" alt = "" [ attr . data-original ] = " img . PropertyValue " > < / div >
< / div >
<!-- 如果需要导航按钮 -->
< div class = "swiper-button-next" > < / div >