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