<input type="button" name="" value="请立即上传文件"><input type="file" name="files"> input[type="file"]{ opacity: 0; position: relative; top:0; left:-120px; } input[type="button"]{ width:120px; height: 35px; line-height: 35px; background-color: #fff; font-size:14px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 用一个按钮或者a标签或者div把其包裹起来,通过定位使其位置重合,然后将flie的原样式设置为透明度为0(opacity:0)
用一个按钮或者a标签或者div把其包裹起来,通过定位使其位置重合,然后将flie的原样式设置为透明度为0(opacity:0)