.zgw-file {
width:100px;
height:100px;
position:relative;
border:1px solid #efefef;
margin:50px;
}
.zgw-file-input {
width:100px;
height:100px;
opacity:0;
position:absolute;
top:0;
left:0;
z-index:1;
}
.zgw-file-content {
width:100px;
height:100px;
}
.zgw-file-title {
width:100%;
height:30px;
font-size:14px;
color:#333;
line-height:30px;
text-align:center;
}
.zgw-file-name {
width:100%;
height:70px;
font-size:14px;
color:#333;
word-break:break-all;
padding:10px;
box-sizing:border-box;
overflow:hidden;
}
更新时间:2020-04-30 18:31:01
on事件中的filename是内容div的class,宽度高度都可以调整