.msg_preview{ width: 100%; height: 100px; position: relative; border: 1px solid #ccc; } .preview_img_imgtext{ width: 100%; height: 100%; background: pink; display: block; } .preview_handler{ position: absolute; width: 100%; height: 50px; /* background: rgba(0,0,0,.3); */ bottom: 0; } .preview_imgtext_title{ margin: 0; float: left; height: 50px; line-height: 50px; padding: 0; color: #333; width: 80%; overflow: hidden; text-align: left; } .preview_del{ float: right; width: 8%; line-height: 30px; height: 30px; margin-top: 10px; border: none; border-radius: 5px; margin-right: 3px; } .prevoew_edit{ float: right; width: 8%; line-height: 30px; height: 30px; margin-top: 10px; border: none; border-radius: 5px; margin-right: 3px; }