.adcreative_template { width: 100%; overflow-y: auto; display: flex; height: 173px; >label { height: 100%; margin-right: 15px; } } .videoImgs { width: 100%; overflow-y: auto; display: flex; img { width: 100%; } label { height: 100%; padding: 0; width: 32%; margin-right: 1%; } } .adcreative_template_item { width: 150px; height: 160px; display: flex; align-items: center; justify-content: center; flex-flow: column; } .video {} .box { width: 60%; height: 200px; display: flex; align-items: center; justify-content: center; background-color: #f5f7fa; flex-direction: column; color: rgba(0, 0, 0, .3); border-radius: 5px; /* TWEENER - IE 10 */ >p, .p { display: flex; align-items: center; flex-flow: column; font-size: 10px; cursor: pointer; max-height: 150px; margin-bottom: 0; max-width: 100%; img { max-height: 99%; max-width: 99%; } video { max-height: 99%; max-width: 99%; } } >.p>div { height: 100%; >div { height: 100%; } } } .image_list { flex-flow: row wrap; background-color: transparent; height: auto; justify-content: flex-start; >p { width: 150px; background-color: #f5f7fa; height: 150px; display: flex; align-items: center; justify-content: center; border: 1px solid #e6e8ed; margin: 0; } } .imageMater { width: 300px; height: 160px; } .crt { display: inline-flex; align-items: center; width: auto; margin-left: 8px; padding: 1px 4px; height: 16px; border-radius: 3px; font-size: 12px; color: #fff; border: 1px solid #296bef; background-color: #296bef; line-height: normal; } .space { width: 100%; .clear { width: 20px; } } .groups { height: 25px; .otherGroup { height: 100%; display: flex; justify-content: flex-start; gap: 4px; } .group { height: 100%; display: flex; justify-content: flex-start; gap: 4px; img { height: 100%; } video { height: 100%; } } }