<label class="input">
<input title="浏览文件" type="file" />浏览…
</label>
<style type="text/css">
.input{display: inline-block;
width: 140px;
height: 50px;
line-height: 50px;
text-align: center;
overflow: hidden;
position: relative;
background-color: #00a1cb;
color: #fafafa;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
border-radius: 1px;
transition:background .3s;
-webkit-transition:background .3s}/*自定义外框样式*/
.input:hover{background-color: #00b5e5}/*鼠标经过样式*/
.input input{opacity: 0;filter:alpha(opacity=0);
font-size: 100px;
position: absolute;
top: 0;
right: 0} /*隐藏默认控件样式*/
</style>
相关文章
- 07-22vue三级导航栏利用自定义属性data-*和事件委派优化
- 07-22修改input标签type=file类型的文字
- 07-22上传按钮<input type=“file“ />美化及使用
- 07-22Spring——自定义属性编辑器+Bean的生存范围+Bean的生命周期
- 07-22关于django中input标签中file类型以及开路由
- 07-22Could not open input file: artisan问题解决
- 07-22input的type属性设为number后可以输入e
- 07-22formData和input的file结合使用
- 07-22elementUI中upload自定义上传行为 http-request属性
- 07-22移动端 input type=‘file‘ 自定义样式、多图表单上传总结