@charset "utf-8";
/* 你自己的样式 */

/*上传图片*/
.edtform-imgfile{ width: auto; overflow: hidden;float: left;}
.edtform-imgfile li{width:150px;height:150px;float:left; margin: 2px;position: relative;margin-right:10px 10px 0 0;}
.edtform-imgfile img{width:150px;height:150px;}
.edtform-imgfile video{width:150px;height:150px;}
.edtform-imgfile .img img{max-width:150px;max-height:150px;width:auto;height:auto;}
.edtform-imgfile input[type="file"]{ opacity: 0;position: absolute;width:150px;height:150px;cursor: pointer;}
.edtform-imgfile p{ width: 150px; height: 150px; overflow: hidden; line-height: 150px; text-align: center; border: 1px solid #d5d2d2; border-radius: 5px;}
.edtform-imgfile > p > i{font-size: 60px; color: #c1c1c1;}
.edtform-imgfile li > span{ width:24px; height:24px; line-height:22px; text-align:center; background-color:rgba(0,0,0,0.7); position:absolute; right:4px; top:4px; cursor:pointer; display:block; border-radius:50%; }
.edtform-imgfile li > span > i{ font-size:12px; color:#FFF;}