|
@@ -1,836 +1,837 @@
|
|
|
.device-info_install {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- .device_content {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- height: inherit;
|
|
|
-
|
|
|
- .el-scrollbar {
|
|
|
- .el-scrollbar__wrap {
|
|
|
- overflow-x: hidden;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .left_content {
|
|
|
- width: 440px;
|
|
|
- height: 100%;
|
|
|
- background: #ffffff;
|
|
|
- opacity: 1;
|
|
|
- border-radius: 4px;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- // .form_head_insstall
|
|
|
- .form_head {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
- padding-left: 20px;
|
|
|
- height: 60px;
|
|
|
- border-bottom: 1px solid #eeeeee;
|
|
|
- p {
|
|
|
- font-size: 14px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 19px;
|
|
|
- color: #212226;
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .form_content {
|
|
|
- flex: 1;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- padding: 20px 10px;
|
|
|
- height: calc(100% - 60px);
|
|
|
-
|
|
|
- .form_content_disform {
|
|
|
- flex: 1;
|
|
|
- padding: 0px 10px;
|
|
|
-
|
|
|
- .set_width {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .form_content_dismap {
|
|
|
- height: 400px;
|
|
|
- position: relative;
|
|
|
-
|
|
|
- .form_content_dismap_basic {
|
|
|
- height: inherit;
|
|
|
- }
|
|
|
-
|
|
|
- .form_map_input {
|
|
|
- display: flex;
|
|
|
- position: absolute;
|
|
|
- width: 100%;
|
|
|
- top: 10px;
|
|
|
- justify-content: center;
|
|
|
- z-index: 13;
|
|
|
-
|
|
|
- .map-input-filter {
|
|
|
- flex: 1;
|
|
|
- }
|
|
|
-
|
|
|
- .w100 {
|
|
|
- width: 80px;
|
|
|
- margin-right: 7px;
|
|
|
- }
|
|
|
-
|
|
|
- div:nth-child(2) {
|
|
|
- margin-left: 7px;
|
|
|
- }
|
|
|
-
|
|
|
- .map-input-btn {
|
|
|
- width: 63px;
|
|
|
- height: 32px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- /deep/ span {
|
|
|
- position: relative;
|
|
|
- margin-left: -2px;
|
|
|
-
|
|
|
- .iconfont {
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .right_content {
|
|
|
- flex: 1;
|
|
|
- padding-left: 10px;
|
|
|
- display: flex;
|
|
|
- width: calc(100% - 440px);
|
|
|
- flex-direction: column;
|
|
|
-
|
|
|
- .right_content_head {
|
|
|
- height: 60px;
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- padding: 27px 20px;
|
|
|
- background: #ffffff;
|
|
|
- opacity: 1;
|
|
|
- border-radius: 4px;
|
|
|
- border-bottom: 1px solid #eeeeee;
|
|
|
- .head_text {
|
|
|
- font-size: 14px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 19px;
|
|
|
- color: #212226;
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
-
|
|
|
- .close {
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- border-radius: 50%;
|
|
|
-
|
|
|
- .el-icon-close:hover {
|
|
|
- color: #fff;
|
|
|
- background-color: #0d87f9;
|
|
|
- border-radius: 50%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .right_content_info {
|
|
|
- background: #ffffff;
|
|
|
- height: calc(100% - 60px);
|
|
|
- flex: 1;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- position: relative;
|
|
|
-
|
|
|
- .title_class {
|
|
|
- margin-bottom: 10px;
|
|
|
-
|
|
|
- .title_txt {
|
|
|
- font-size: 12px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 16px;
|
|
|
- color: #212226;
|
|
|
- opacity: 1;
|
|
|
- position: relative;
|
|
|
- bottom: 3px;
|
|
|
- padding: 0px 20px;
|
|
|
- }
|
|
|
-
|
|
|
- img {
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
- }
|
|
|
- }
|
|
|
- .title_detail {
|
|
|
- margin-top: 20px;
|
|
|
- display: flex;
|
|
|
- flex-flow: row nowrap;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- .right_title {
|
|
|
- width: 300px;
|
|
|
- display: flex;
|
|
|
- flex-flow: row nowrap;
|
|
|
- align-items: center;
|
|
|
- ul {
|
|
|
- width: 168px;
|
|
|
- display: flex;
|
|
|
- flex-flow: row nowrap;
|
|
|
- align-items: center;
|
|
|
- height: 30px;
|
|
|
- border-radius: 4px;
|
|
|
- border: 1px solid #2787f1;
|
|
|
- background: #fff;
|
|
|
- li {
|
|
|
- flex: 1;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- height: 30px;
|
|
|
- img {
|
|
|
- width: 12px;
|
|
|
- height: 12px;
|
|
|
- }
|
|
|
- .img_tab_door {
|
|
|
- display: inline-block;
|
|
|
- width: 12px;
|
|
|
- height: 12px;
|
|
|
- background: url("/static/menu-icon/icon_danyuanhu1.png") center no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .img_tab_list {
|
|
|
- display: inline-block;
|
|
|
- width: 12px;
|
|
|
- height: 12px;
|
|
|
- background: url("/static/menu-icon/icon_liebiao2.png") center no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- span {
|
|
|
- font-size: 12px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 16px;
|
|
|
- color: #2787f1;
|
|
|
- padding-left: 10px;
|
|
|
- }
|
|
|
- }
|
|
|
- li:first-child {
|
|
|
- .img_tab_door {
|
|
|
- background: url("/static/menu-icon/icon_danyuanhu.png") center no-repeat;
|
|
|
- }
|
|
|
- // background-color: #2787F1;
|
|
|
- border-right: 1px solid #fff;
|
|
|
- &:hover {
|
|
|
- background-color: #2787f1;
|
|
|
- .img_tab_door {
|
|
|
- background: url("/static/menu-icon/icon_danyuanhu1.png") center no-repeat;
|
|
|
- }
|
|
|
- span {
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- }
|
|
|
- &.active {
|
|
|
- background-color: #2787f1;
|
|
|
- .img_tab_door {
|
|
|
- background: url("/static/menu-icon/icon_danyuanhu1.png") center no-repeat;
|
|
|
- }
|
|
|
- span {
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- li:last-child {
|
|
|
- span {
|
|
|
- color: #2787f1;
|
|
|
- }
|
|
|
- &:hover {
|
|
|
- background-color: #2787f1;
|
|
|
- .img_tab_list {
|
|
|
- background: url("/static/menu-icon/icon_liebiao1.png") center no-repeat;
|
|
|
- }
|
|
|
- span {
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- }
|
|
|
- &.active {
|
|
|
- background-color: #2787f1;
|
|
|
- .img_tab_list {
|
|
|
- background: url("/static/menu-icon/icon_liebiao1.png") center no-repeat;
|
|
|
- }
|
|
|
- span {
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .button_head {
|
|
|
- flex: 1;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-evenly;
|
|
|
- .imgsize {
|
|
|
- .upload_class {
|
|
|
- .el-upload {
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- border-radius: 50%;
|
|
|
- background: transparent;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- border: none;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .head_fr {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-
|
|
|
- .head_content {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- height: 100px;
|
|
|
- padding-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
- flex-wrap: nowrap;
|
|
|
-
|
|
|
- .checkbox_style {
|
|
|
- display: flex;
|
|
|
- height: initial;
|
|
|
- flex-direction: row;
|
|
|
- // align-items: flex-end;
|
|
|
- align-items: flex-start;
|
|
|
- // padding: 0 10px 4px 10px;
|
|
|
- padding: 5px 10px 5px 15px;
|
|
|
- }
|
|
|
-
|
|
|
- .form_content {
|
|
|
- display: flex;
|
|
|
- flex: 1;
|
|
|
- flex-direction: row;
|
|
|
- flex-wrap: nowrap;
|
|
|
- }
|
|
|
-
|
|
|
- .row_class {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- align-items: center;
|
|
|
- &.addfloo {
|
|
|
- margin-top: 16px;
|
|
|
- .last_level {
|
|
|
- margin-right: 60px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-radio-group {
|
|
|
- margin-right: 30px;
|
|
|
- }
|
|
|
-
|
|
|
- .label_text {
|
|
|
- margin-right: 7px;
|
|
|
- }
|
|
|
-
|
|
|
- .w120 {
|
|
|
- width: 110px;
|
|
|
-
|
|
|
- &.wfirst {
|
|
|
- margin-right: 20px;
|
|
|
- }
|
|
|
-
|
|
|
- &.wsecond {
|
|
|
- margin-right: 30px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .btn_unit {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- align-items: flex-end;
|
|
|
- }
|
|
|
- .progress_class {
|
|
|
- flex: 1;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-around;
|
|
|
- padding-left: 70px;
|
|
|
- .progress_bar {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
- width: 100%;
|
|
|
- .progress_txt {
|
|
|
- font-size: 12px;
|
|
|
- margin-right: 10px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 75px;
|
|
|
- color: #424656;
|
|
|
- }
|
|
|
- .el-progress {
|
|
|
- display: flex;
|
|
|
- }
|
|
|
- .pro_bar {
|
|
|
- flex: 1;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .head_add {
|
|
|
- flex-wrap: nowrap;
|
|
|
- flex-shrink: 1;
|
|
|
- .form_content {
|
|
|
- .el-form--label-right .row {
|
|
|
- .col .el-form-item {
|
|
|
- // margin-bottom: 22px!important;
|
|
|
- .el-form-item__label {
|
|
|
- // line-height: 30px;
|
|
|
- }
|
|
|
- .el-form-item__content {
|
|
|
- .row_class {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- flex-flow: nowrap;
|
|
|
- .el-radio-group {
|
|
|
- display: flex;
|
|
|
- flex-flow: row nowrap;
|
|
|
- }
|
|
|
- .last_level {
|
|
|
- display: flex;
|
|
|
- flex-flow: row nowrap;
|
|
|
- .label_text {
|
|
|
- width: 60px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .newcontent_detail {
|
|
|
- height: 140px;
|
|
|
- .form_content_detail {
|
|
|
- width: 220px;
|
|
|
- }
|
|
|
- .form_status_detail {
|
|
|
- width: 300px;
|
|
|
- display: flex;
|
|
|
- .status_detail {
|
|
|
- padding-left: 25px;
|
|
|
- display: flex;
|
|
|
- justify-content: space-around;
|
|
|
- flex-wrap: wrap;
|
|
|
- align-items: center;
|
|
|
- width: 100%;
|
|
|
- li {
|
|
|
- width: 50%;
|
|
|
- flex: 1 1 50%;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- position: relative;
|
|
|
- .row_content {
|
|
|
- i {
|
|
|
- display: inline-block;
|
|
|
- width: 10px;
|
|
|
- height: 10px;
|
|
|
- border-radius: 50%;
|
|
|
- margin-right: 10px;
|
|
|
- }
|
|
|
- .normalCount {
|
|
|
- background: #2ddfff;
|
|
|
- }
|
|
|
- .alarmCount {
|
|
|
- background: #fd2d72;
|
|
|
- }
|
|
|
- .offlineCount {
|
|
|
- background: #b7b7b7;
|
|
|
- }
|
|
|
- .unusedCount {
|
|
|
- background: #29b6ff;
|
|
|
- }
|
|
|
- .txt_c {
|
|
|
- font-size: 12px;
|
|
|
- font-family: MicrosoftYaHei;
|
|
|
- // line-height: 75px;
|
|
|
- color: #7b7f86;
|
|
|
- }
|
|
|
- }
|
|
|
- .txt_content {
|
|
|
- font-size: 12px;
|
|
|
- font-family: MicrosoftYaHei;
|
|
|
- // line-height: 75px;
|
|
|
- color: #7b7f86;
|
|
|
- padding-left: 40px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .radio_detail {
|
|
|
- width: 120px;
|
|
|
- margin-left: 50px;
|
|
|
- .chart {
|
|
|
- canvas {
|
|
|
- cursor: default;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .floorinfo {
|
|
|
- border-top: 1px solid #eeeeee;
|
|
|
- flex: 1;
|
|
|
- overflow: auto;
|
|
|
-
|
|
|
- .door-wrap {
|
|
|
- height: 100%;
|
|
|
- position: relative;
|
|
|
-
|
|
|
- .top_content {
|
|
|
- height: calc(100% - 62px);
|
|
|
- display: flex;
|
|
|
- width: 100%;
|
|
|
- flex-direction: column;
|
|
|
- .box {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- align-items: flex-start;
|
|
|
- justify-content: flex-start;
|
|
|
- .tags {
|
|
|
- height: 60px;
|
|
|
- line-height: 60px;
|
|
|
- }
|
|
|
- .tags .el-tag {
|
|
|
- width: 80px;
|
|
|
- text-align: left;
|
|
|
- .dbclick_txt {
|
|
|
- display: inline-block;
|
|
|
- width: 30px;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- }
|
|
|
- .tags .el-tag_floor {
|
|
|
- width: 100px;
|
|
|
- }
|
|
|
- .button-new-tag {
|
|
|
- width: 80px;
|
|
|
- }
|
|
|
- .label_left {
|
|
|
- display: inline-flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- width: 80px;
|
|
|
- height: 60px;
|
|
|
- font-size: 12px;
|
|
|
- font-family: MicrosoftYaHei;
|
|
|
- color: #424656;
|
|
|
- }
|
|
|
- .label {
|
|
|
- width: 80px;
|
|
|
- text-align: right;
|
|
|
- padding-right: 10px;
|
|
|
- line-height: 32px;
|
|
|
- }
|
|
|
- .unit_left {
|
|
|
- width: 182px;
|
|
|
- height: 60px;
|
|
|
- display: inline-flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- padding-left: 20px;
|
|
|
- .el-tag {
|
|
|
- width: 80px;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
- text-align: left;
|
|
|
- position: relative;
|
|
|
- .el-tag__close {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 1px;
|
|
|
- }
|
|
|
- }
|
|
|
- .unit_text {
|
|
|
- margin-left: 20px;
|
|
|
- margin-right: 40px;
|
|
|
- font-size: 12px;
|
|
|
- font-family: MicrosoftYaHei;
|
|
|
- line-height: 75px;
|
|
|
- color: #424656;
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
- }
|
|
|
- .unit_left_detail {
|
|
|
- width: 100px;
|
|
|
- justify-content: flex-start;
|
|
|
- padding: 0px 20px;
|
|
|
- .left_door {
|
|
|
- font-size: 12px;
|
|
|
- font-family: MicrosoftYaHei;
|
|
|
- line-height: 75px;
|
|
|
- color: #424656;
|
|
|
- }
|
|
|
- }
|
|
|
- .unitdetail_info {
|
|
|
- width: 80px;
|
|
|
- justify-content: center;
|
|
|
- padding: 0;
|
|
|
- }
|
|
|
- .tags {
|
|
|
- width: calc(100% - 80px);
|
|
|
- .el-tag {
|
|
|
- margin: 0 20px 20px 0;
|
|
|
- padding: 0 20px;
|
|
|
- background-color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- font-size: 14px;
|
|
|
- position: relative;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
- .el-tag__close {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- }
|
|
|
- .el-input {
|
|
|
- max-width: 120px;
|
|
|
- }
|
|
|
-
|
|
|
- .el-input__inner {
|
|
|
- height: 28px;
|
|
|
- line-height: 28px;
|
|
|
- }
|
|
|
-
|
|
|
- &.active {
|
|
|
- background-color: #2787f1;
|
|
|
- color: #fff;
|
|
|
- text-align: left;
|
|
|
- .el-icon-close {
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .input-new-tag {
|
|
|
- max-width: 120px;
|
|
|
- }
|
|
|
- }
|
|
|
- .el-fl-left.tags {
|
|
|
- height: auto;
|
|
|
- }
|
|
|
- }
|
|
|
- .floor_unit {
|
|
|
- .box_detail {
|
|
|
- padding: 0px 10px;
|
|
|
- .el-tabs {
|
|
|
- .el-tabs__header {
|
|
|
- .el-tabs__nav-wrap:after {
|
|
|
- background-color: #fff;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- // .tabs{
|
|
|
- // .el-radio-group .el-radio-button .el-radio-button__inner{
|
|
|
- // color: #2787F1;;
|
|
|
- // font-size: 12px;
|
|
|
- // font-family: MicrosoftYaHei;
|
|
|
- // }
|
|
|
- // }
|
|
|
- }
|
|
|
- }
|
|
|
- .box_add {
|
|
|
- padding-top: 0px;
|
|
|
- .tags_detail {
|
|
|
- .door {
|
|
|
- .el-tag {
|
|
|
- line-height: 28px;
|
|
|
- span {
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
- img {
|
|
|
- margin-left: 5px;
|
|
|
- }
|
|
|
- .set_color {
|
|
|
- color: rgba(216, 216, 216, 1);
|
|
|
- }
|
|
|
- }
|
|
|
- .set_border {
|
|
|
- border: 1px solid #d8d8d8;
|
|
|
- opacity: 1;
|
|
|
- border-radius: 4px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .add-floor .button-new-tag {
|
|
|
- width: 80px;
|
|
|
- margin-left: 20px;
|
|
|
- }
|
|
|
- .empty_floor {
|
|
|
- min-height: 138px;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- height: max-content;
|
|
|
-
|
|
|
- p {
|
|
|
- font-size: 12px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 16px;
|
|
|
- color: #a6abb6;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .unit_empty {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- min-height: 300px;
|
|
|
- height: inherit;
|
|
|
-
|
|
|
- span {
|
|
|
- font-size: 12px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 16px;
|
|
|
- color: #a6abb6;
|
|
|
- }
|
|
|
-
|
|
|
- img {
|
|
|
- width: 60px;
|
|
|
- height: 54px;
|
|
|
- }
|
|
|
-
|
|
|
- .center_text {
|
|
|
- height: 100%;
|
|
|
- min-height: 138px;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .border_hr {
|
|
|
- padding: 10px 0px;
|
|
|
- border-bottom: 1px solid #eeeeee;
|
|
|
- }
|
|
|
- }
|
|
|
- .top_content_detail {
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
- .footer_btn {
|
|
|
- height: 62px;
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- right: 20px;
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .floorinfodetail {
|
|
|
- .el-tag_detail.active {
|
|
|
- background-color: #fff !important;
|
|
|
- color: #2787f1 !important;
|
|
|
- border: 1px solid #2787f1;
|
|
|
- opacity: 1;
|
|
|
- border-radius: 4px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .right_content_info .head_fr_detail {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- }
|
|
|
- .right_content_info .floorinfo_detail {
|
|
|
- }
|
|
|
- .detail-tab {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- .el-form-item {
|
|
|
- margin-bottom: 22px !important;
|
|
|
- .el-form-item__label {
|
|
|
- line-height: 30px !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ .device_content {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ height: inherit;
|
|
|
+
|
|
|
+ .el-scrollbar {
|
|
|
+ .el-scrollbar__wrap {
|
|
|
+ overflow-x: hidden;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .left_content {
|
|
|
+ width: 440px;
|
|
|
+ height: 100%;
|
|
|
+ background: #ffffff;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 4px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ // .form_head_insstall
|
|
|
+ .form_head {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
+ padding-left: 20px;
|
|
|
+ height: 60px;
|
|
|
+ border-bottom: 1px solid #eeeeee;
|
|
|
+ p {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 19px;
|
|
|
+ color: #212226;
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .form_content {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ padding: 20px 10px;
|
|
|
+ height: calc(100% - 60px);
|
|
|
+
|
|
|
+ .form_content_disform {
|
|
|
+ flex: 1;
|
|
|
+ padding: 0px 10px;
|
|
|
+
|
|
|
+ .set_width {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .form_content_dismap {
|
|
|
+ height: 400px;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .form_content_dismap_basic {
|
|
|
+ height: inherit;
|
|
|
+ }
|
|
|
+
|
|
|
+ .form_map_input {
|
|
|
+ display: flex;
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ top: 10px;
|
|
|
+ justify-content: center;
|
|
|
+ z-index: 13;
|
|
|
+
|
|
|
+ .map-input-filter {
|
|
|
+ flex: 1;
|
|
|
+ }
|
|
|
+
|
|
|
+ .w100 {
|
|
|
+ width: 80px;
|
|
|
+ margin-right: 7px;
|
|
|
+ }
|
|
|
+
|
|
|
+ div:nth-child(2) {
|
|
|
+ margin-left: 7px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .map-input-btn {
|
|
|
+ width: 63px;
|
|
|
+ height: 32px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ /deep/ span {
|
|
|
+ position: relative;
|
|
|
+ margin-left: -2px;
|
|
|
+
|
|
|
+ .iconfont {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .right_content {
|
|
|
+ flex: 1;
|
|
|
+ padding-left: 10px;
|
|
|
+ display: flex;
|
|
|
+ width: calc(100% - 440px);
|
|
|
+ flex-direction: column;
|
|
|
+
|
|
|
+ .right_content_head {
|
|
|
+ height: 60px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ padding: 27px 20px;
|
|
|
+ background: #ffffff;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-bottom: 1px solid #eeeeee;
|
|
|
+ .head_text {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 19px;
|
|
|
+ color: #212226;
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+
|
|
|
+ .close {
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ border-radius: 50%;
|
|
|
+
|
|
|
+ .el-icon-close:hover {
|
|
|
+ color: #fff;
|
|
|
+ background-color: #0d87f9;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .right_content_info {
|
|
|
+ background: #ffffff;
|
|
|
+ height: calc(100% - 60px);
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .title_class {
|
|
|
+ margin-bottom: 10px;
|
|
|
+
|
|
|
+ .title_txt {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 16px;
|
|
|
+ color: #212226;
|
|
|
+ opacity: 1;
|
|
|
+ position: relative;
|
|
|
+ bottom: 3px;
|
|
|
+ padding: 0px 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ img {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .title_detail {
|
|
|
+ margin-top: 20px;
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ .right_title {
|
|
|
+ width: 300px;
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ align-items: center;
|
|
|
+ ul {
|
|
|
+ width: 168px;
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ align-items: center;
|
|
|
+ height: 30px;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #2787f1;
|
|
|
+ background: #fff;
|
|
|
+ li {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ height: 30px;
|
|
|
+ img {
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ }
|
|
|
+ .img_tab_door {
|
|
|
+ display: inline-block;
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ background: url('/static/menu-icon/icon_danyuanhu1.png') center no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ .img_tab_list {
|
|
|
+ display: inline-block;
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ background: url('/static/menu-icon/icon_liebiao2.png') center no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ span {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 16px;
|
|
|
+ color: #2787f1;
|
|
|
+ padding-left: 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ li:first-child {
|
|
|
+ .img_tab_door {
|
|
|
+ background: url('/static/menu-icon/icon_danyuanhu.png') center no-repeat;
|
|
|
+ }
|
|
|
+ // background-color: #2787F1;
|
|
|
+ border-right: 1px solid #fff;
|
|
|
+ &:hover {
|
|
|
+ background-color: #2787f1;
|
|
|
+ .img_tab_door {
|
|
|
+ background: url('/static/menu-icon/icon_danyuanhu1.png') center no-repeat;
|
|
|
+ }
|
|
|
+ span {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.active {
|
|
|
+ // background-color: #2787f1;
|
|
|
+ background-color: #0be5f0;
|
|
|
+ .img_tab_door {
|
|
|
+ background: url('/static/menu-icon/icon_danyuanhu1.png') center no-repeat;
|
|
|
+ }
|
|
|
+ span {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ li:last-child {
|
|
|
+ span {
|
|
|
+ color: #0be5f0;
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ background-color: #0be5f0;
|
|
|
+ .img_tab_list {
|
|
|
+ background: url('/static/menu-icon/icon_liebiao1.png') center no-repeat;
|
|
|
+ }
|
|
|
+ span {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &.active {
|
|
|
+ background-color: #0be5f0;
|
|
|
+ .img_tab_list {
|
|
|
+ background: url('/static/menu-icon/icon_liebiao1.png') center no-repeat;
|
|
|
+ }
|
|
|
+ span {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .button_head {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-evenly;
|
|
|
+ .imgsize {
|
|
|
+ .upload_class {
|
|
|
+ .el-upload {
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ border-radius: 50%;
|
|
|
+ background: transparent;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .head_fr {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+
|
|
|
+ .head_content {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ height: 100px;
|
|
|
+ padding-top: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ flex-wrap: nowrap;
|
|
|
+
|
|
|
+ .checkbox_style {
|
|
|
+ display: flex;
|
|
|
+ height: initial;
|
|
|
+ flex-direction: row;
|
|
|
+ // align-items: flex-end;
|
|
|
+ align-items: flex-start;
|
|
|
+ // padding: 0 10px 4px 10px;
|
|
|
+ padding: 5px 10px 5px 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .form_content {
|
|
|
+ display: flex;
|
|
|
+ flex: 1;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ }
|
|
|
+
|
|
|
+ .row_class {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ &.addfloo {
|
|
|
+ margin-top: 16px;
|
|
|
+ .last_level {
|
|
|
+ margin-right: 60px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-radio-group {
|
|
|
+ margin-right: 30px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .label_text {
|
|
|
+ margin-right: 7px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .w120 {
|
|
|
+ width: 110px;
|
|
|
+
|
|
|
+ &.wfirst {
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.wsecond {
|
|
|
+ margin-right: 30px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .btn_unit {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: flex-end;
|
|
|
+ }
|
|
|
+ .progress_class {
|
|
|
+ flex: 1;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-around;
|
|
|
+ padding-left: 70px;
|
|
|
+ .progress_bar {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ .progress_txt {
|
|
|
+ font-size: 12px;
|
|
|
+ margin-right: 10px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 75px;
|
|
|
+ color: #424656;
|
|
|
+ }
|
|
|
+ .el-progress {
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .pro_bar {
|
|
|
+ flex: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .head_add {
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ flex-shrink: 1;
|
|
|
+ .form_content {
|
|
|
+ .el-form--label-right .row {
|
|
|
+ .col .el-form-item {
|
|
|
+ // margin-bottom: 22px!important;
|
|
|
+ .el-form-item__label {
|
|
|
+ // line-height: 30px;
|
|
|
+ }
|
|
|
+ .el-form-item__content {
|
|
|
+ .row_class {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex-flow: nowrap;
|
|
|
+ .el-radio-group {
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ }
|
|
|
+ .last_level {
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ .label_text {
|
|
|
+ width: 60px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .newcontent_detail {
|
|
|
+ height: 140px;
|
|
|
+ .form_content_detail {
|
|
|
+ width: 220px;
|
|
|
+ }
|
|
|
+ .form_status_detail {
|
|
|
+ width: 300px;
|
|
|
+ display: flex;
|
|
|
+ .status_detail {
|
|
|
+ padding-left: 25px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-around;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ li {
|
|
|
+ width: 50%;
|
|
|
+ flex: 1 1 50%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ position: relative;
|
|
|
+ .row_content {
|
|
|
+ i {
|
|
|
+ display: inline-block;
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
+ border-radius: 50%;
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ .normalCount {
|
|
|
+ background: #2ddfff;
|
|
|
+ }
|
|
|
+ .alarmCount {
|
|
|
+ background: #fd2d72;
|
|
|
+ }
|
|
|
+ .offlineCount {
|
|
|
+ background: #b7b7b7;
|
|
|
+ }
|
|
|
+ .unusedCount {
|
|
|
+ background: #29b6ff;
|
|
|
+ }
|
|
|
+ .txt_c {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ // line-height: 75px;
|
|
|
+ color: #7b7f86;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .txt_content {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ // line-height: 75px;
|
|
|
+ color: #7b7f86;
|
|
|
+ padding-left: 40px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .radio_detail {
|
|
|
+ width: 120px;
|
|
|
+ margin-left: 50px;
|
|
|
+ .chart {
|
|
|
+ canvas {
|
|
|
+ cursor: default;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .floorinfo {
|
|
|
+ border-top: 1px solid #eeeeee;
|
|
|
+ flex: 1;
|
|
|
+ overflow: auto;
|
|
|
+
|
|
|
+ .door-wrap {
|
|
|
+ height: 100%;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .top_content {
|
|
|
+ height: calc(100% - 62px);
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
+ flex-direction: column;
|
|
|
+ .box {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: flex-start;
|
|
|
+ justify-content: flex-start;
|
|
|
+ .tags {
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ }
|
|
|
+ .tags .el-tag {
|
|
|
+ width: 80px;
|
|
|
+ text-align: left;
|
|
|
+ .dbclick_txt {
|
|
|
+ display: inline-block;
|
|
|
+ width: 30px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .tags .el-tag_floor {
|
|
|
+ width: 100px;
|
|
|
+ }
|
|
|
+ .button-new-tag {
|
|
|
+ width: 80px;
|
|
|
+ }
|
|
|
+ .label_left {
|
|
|
+ display: inline-flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ width: 80px;
|
|
|
+ height: 60px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: #424656;
|
|
|
+ }
|
|
|
+ .label {
|
|
|
+ width: 80px;
|
|
|
+ text-align: right;
|
|
|
+ padding-right: 10px;
|
|
|
+ line-height: 32px;
|
|
|
+ }
|
|
|
+ .unit_left {
|
|
|
+ width: 182px;
|
|
|
+ height: 60px;
|
|
|
+ display: inline-flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ padding-left: 20px;
|
|
|
+ .el-tag {
|
|
|
+ width: 80px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ text-align: left;
|
|
|
+ position: relative;
|
|
|
+ .el-tag__close {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 1px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .unit_text {
|
|
|
+ margin-left: 20px;
|
|
|
+ margin-right: 40px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ line-height: 75px;
|
|
|
+ color: #424656;
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .unit_left_detail {
|
|
|
+ width: 100px;
|
|
|
+ justify-content: flex-start;
|
|
|
+ padding: 0px 20px;
|
|
|
+ .left_door {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ line-height: 75px;
|
|
|
+ color: #424656;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .unitdetail_info {
|
|
|
+ width: 80px;
|
|
|
+ justify-content: center;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ .tags {
|
|
|
+ width: calc(100% - 80px);
|
|
|
+ .el-tag {
|
|
|
+ margin: 0 20px 20px 0;
|
|
|
+ padding: 0 20px;
|
|
|
+ background-color: #fff;
|
|
|
+ cursor: pointer;
|
|
|
+ font-size: 14px;
|
|
|
+ position: relative;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ .el-tag__close {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ }
|
|
|
+ .el-input {
|
|
|
+ max-width: 120px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input__inner {
|
|
|
+ height: 28px;
|
|
|
+ line-height: 28px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.active {
|
|
|
+ background-color: #0be5f0;
|
|
|
+ color: #fff;
|
|
|
+ text-align: left;
|
|
|
+ .el-icon-close {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .input-new-tag {
|
|
|
+ max-width: 120px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-fl-left.tags {
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .floor_unit {
|
|
|
+ .box_detail {
|
|
|
+ padding: 0px 10px;
|
|
|
+ .el-tabs {
|
|
|
+ .el-tabs__header {
|
|
|
+ .el-tabs__nav-wrap:after {
|
|
|
+ background-color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ // .tabs{
|
|
|
+ // .el-radio-group .el-radio-button .el-radio-button__inner{
|
|
|
+ // color: #2787F1;;
|
|
|
+ // font-size: 12px;
|
|
|
+ // font-family: MicrosoftYaHei;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .box_add {
|
|
|
+ padding-top: 0px;
|
|
|
+ .tags_detail {
|
|
|
+ .door {
|
|
|
+ .el-tag {
|
|
|
+ line-height: 28px;
|
|
|
+ span {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ img {
|
|
|
+ margin-left: 5px;
|
|
|
+ }
|
|
|
+ .set_color {
|
|
|
+ color: rgba(216, 216, 216, 1);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .set_border {
|
|
|
+ border: 1px solid #d8d8d8;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 4px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .add-floor .button-new-tag {
|
|
|
+ width: 80px;
|
|
|
+ margin-left: 20px;
|
|
|
+ }
|
|
|
+ .empty_floor {
|
|
|
+ min-height: 138px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ height: max-content;
|
|
|
+
|
|
|
+ p {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 16px;
|
|
|
+ color: #a6abb6;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .unit_empty {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ min-height: 300px;
|
|
|
+ height: inherit;
|
|
|
+
|
|
|
+ span {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 16px;
|
|
|
+ color: #a6abb6;
|
|
|
+ }
|
|
|
+
|
|
|
+ img {
|
|
|
+ width: 60px;
|
|
|
+ height: 54px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .center_text {
|
|
|
+ height: 100%;
|
|
|
+ min-height: 138px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .border_hr {
|
|
|
+ padding: 10px 0px;
|
|
|
+ border-bottom: 1px solid #eeeeee;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .top_content_detail {
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .footer_btn {
|
|
|
+ height: 62px;
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ right: 20px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .floorinfodetail {
|
|
|
+ .el-tag_detail.active {
|
|
|
+ background-color: #fff !important;
|
|
|
+ color: #2787f1 !important;
|
|
|
+ border: 1px solid #2787f1;
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 4px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .right_content_info .head_fr_detail {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+ .right_content_info .floorinfo_detail {
|
|
|
+ }
|
|
|
+ .detail-tab {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-form-item {
|
|
|
+ margin-bottom: 22px !important;
|
|
|
+ .el-form-item__label {
|
|
|
+ line-height: 30px !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.mapmark {
|
|
|
- padding: 0 !important;
|
|
|
-
|
|
|
- // #amap
|
|
|
- // height: vw(562)
|
|
|
- .el-autocomplete {
|
|
|
- width: vw(374);
|
|
|
- z-index: 2;
|
|
|
- position: absolute;
|
|
|
- top: vw(20);
|
|
|
- left: 50%;
|
|
|
- margin-left: -(vw(187));
|
|
|
- }
|
|
|
-
|
|
|
- .sys-pop__mapmark_btns {
|
|
|
- border-top: 1px solid #eaedf3;
|
|
|
- height: vw(66);
|
|
|
- padding: vw(12) vw(20);
|
|
|
- text-align: right;
|
|
|
- }
|
|
|
-
|
|
|
- .map_mark_icon {
|
|
|
- background-image: url("/static/menu-icon/icon_dizhi3.png");
|
|
|
- background-size: cover;
|
|
|
- width: vw(20);
|
|
|
- height: vw(28);
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- }
|
|
|
-
|
|
|
- .map_mark_content {
|
|
|
- padding: vw(5) vw(20);
|
|
|
- border-radius: vw(2);
|
|
|
- font-size: vw(14);
|
|
|
- line-height: vw(22);
|
|
|
- background: #fff;
|
|
|
- box-shadow: -2px 0px 15px 0px rgba(24, 24, 24, 0.3);
|
|
|
- }
|
|
|
-
|
|
|
- .amap-marker-content {
|
|
|
- white-space: initial !important;
|
|
|
- }
|
|
|
+ padding: 0 !important;
|
|
|
+
|
|
|
+ // #amap
|
|
|
+ // height: vw(562)
|
|
|
+ .el-autocomplete {
|
|
|
+ width: vw(374);
|
|
|
+ z-index: 2;
|
|
|
+ position: absolute;
|
|
|
+ top: vw(20);
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -(vw(187));
|
|
|
+ }
|
|
|
+
|
|
|
+ .sys-pop__mapmark_btns {
|
|
|
+ border-top: 1px solid #eaedf3;
|
|
|
+ height: vw(66);
|
|
|
+ padding: vw(12) vw(20);
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+
|
|
|
+ .map_mark_icon {
|
|
|
+ background-image: url('/static/menu-icon/icon_dizhi3.png');
|
|
|
+ background-size: cover;
|
|
|
+ width: vw(20);
|
|
|
+ height: vw(28);
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .map_mark_content {
|
|
|
+ padding: vw(5) vw(20);
|
|
|
+ border-radius: vw(2);
|
|
|
+ font-size: vw(14);
|
|
|
+ line-height: vw(22);
|
|
|
+ background: #fff;
|
|
|
+ box-shadow: -2px 0px 15px 0px rgba(24, 24, 24, 0.3);
|
|
|
+ }
|
|
|
+
|
|
|
+ .amap-marker-content {
|
|
|
+ white-space: initial !important;
|
|
|
+ }
|
|
|
}
|
|
|
.is-disabled {
|
|
|
- span.el-tag {
|
|
|
- cursor: no-drop !important;
|
|
|
- i.el-icon-close {
|
|
|
- cursor: no-drop !important;
|
|
|
- }
|
|
|
- }
|
|
|
- button.el-icon-plus {
|
|
|
- cursor: no-drop !important;
|
|
|
- }
|
|
|
+ span.el-tag {
|
|
|
+ cursor: no-drop !important;
|
|
|
+ i.el-icon-close {
|
|
|
+ cursor: no-drop !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ button.el-icon-plus {
|
|
|
+ cursor: no-drop !important;
|
|
|
+ }
|
|
|
}
|