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

38 lines
837 B
CSS

.deviceGroup_page {
height: calc(100vh - 92px);
/* 节点列表 */
/* 节点信息 */
}
.deviceGroup_page .dg_content .gn_card {
height: calc(100% - 8px);
}
.deviceGroup_page .node_list > .gn_card {
box-shadow: 0px 2px 8px 0px rgba(0, 79, 178, 0.15);
}
.deviceGroup_page .node_info {
padding-left: 0;
}
.dg_deviceList_wrap .model_index_type_tag {
width: 82px;
height: 24px;
color: #52C41A;
background: #E8F7E6;
border: 1px solid #BAEEA1;
border-radius: 12px;
}
.dg_deviceList_wrap .model_index_type_tag .dot {
width: 6px;
height: 6px;
margin-right: 4px;
background: #52C41A;
border-radius: 50%;
}
.dg_deviceList_wrap .model_index_type_tag.active2 {
color: #E80D0D;
background: #FEEFEE;
border: 1px solid #F9B2AE;
}
.dg_deviceList_wrap .model_index_type_tag.active2 .dot {
background: #E80D0D;
}