码迷,mamicode.com
首页 > 其他好文 > 详细

改变type=“file”样式

时间:2017-09-29 14:57:26      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:ges   height   font   order   css   title   block   pac   size   

<!DOCTYPE html>
<html>

<head>
<title></title>
<style type="text/css">
.file {
position: relative;
display: inline-block;
width: 100px;
height: 50px;
border:1px solid #000;
background: url("images/product_01.jpg");
background-size: 100% 100%;
}

.file input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
bottom: 0;
}

</style>
</head>

<body>
<a href="javascript:;" class="file">
<input type="file" name="" id="">
</a>
</body>

</html>

改变type=“file”样式

标签:ges   height   font   order   css   title   block   pac   size   

原文地址:http://www.cnblogs.com/wshijie/p/7610746.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!