.adcreative_template{ width: 100%; overflow-y: auto; display: flex; height: 173px; >label{ height: 100%; margin-right: 15px; } } .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; >p{ display: flex; align-items: center; flex-flow: column; font-size: 10px; cursor: pointer; max-height: 150px; margin-bottom:0; img{ height: 100%; } video{ 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; } } .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 #1890ff; background-color: #1890ff; line-height: normal; }