// 安防系统 .security{ .security_content_head{ padding: 15px 27px; margin-bottom: 17px; background-color: #fff; display: flex; justify-content: space-between; align-items: center; i{ padding-right: 16px; } } .security_video{ padding: 24px 24px 80px; background-color: #fff; margin-bottom: 17px; display: flex; .security_list{ padding: 24px; width: 12.40vw; height: 33.54vw; overflow: auto; border: 1px solid #ededed; .security_list_item{ height: 17.5%; width: 100%; display: flex; flex-direction: column; margin-bottom: 52px; cursor: pointer; &:nth-last-of-type(1){ margin-bottom: 0; } div{ width: 100%; flex: 1; height: 100%; } span{ padding-top: 7px; color: #6A6A6A; } } } .security_video_content{ padding: 0 0.89vw 0.89vw; border: 1px solid #ededed; border-radius: 1px; margin-left: 1.56vw; flex: 1; display: flex; flex-direction: column; h3{ padding: 0.89vw 0; text-align: center; } div{ flex: 1; box-shadow: 0px 1px 1px 0px #ededed inset; background-color: #ddd; #playWind{ width: 100%; height: 100%; } } } } :global{ .ant-card-bordered{ border: none; } .ant-card-body{ padding: 0; } } } .h3_title{ margin-bottom: 16px; padding-left: 5px; font-size: 16px; border-left: 1px solid #4a4a4a; line-height: 1; color: #4a4a4a; } .tree{ height: 100%; :global{ .tree_box{ height: 100vh; } } }