改变文件上传按钮样式 input button
<style type="text/css"> div.fileinputs { position: relative; } div.fakefile { position: absolute; top: 0px; left: 0px; z-index: 1; border:1px solid red; } input.file { position: relati...