html 修改inputfile样式,input file修改默认样式

效果图:

fe6365d15389e3c41a48a6ad1120319c.png

2136c824d48621971cf0a9b9c65dbb60.png

694f84a4993a68c00353fb915396833b.png

HTML:

选择apk

CSS:

/*input flie css美化*/

.file { font-size:0.8em; position:relative; display:inline-block; background:#fe770a; border-radius:1em; padding:0.3em 1em; overflow:hidden; color:#fff; text-decoration:none; text-indent:0; cursor:pointer; }

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

.file:hover { background:#ffa55d;color:#fff; text-decoration:none;}

.file span{ max-width:6em; overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis; }

.fileerrorTip,.showFileName{ color:#fe0000; font-size:0.9em; padding:0 0 0 0.5em; }

.showFileName{ color:#fe770a; }

JS:

//上传文件

$(".file").on("change","input[type='file']",function(){

var filePath=$(this).val();

$(".file span").html(filePath);

if(filePath.indexOf("apk")!=-1 ){

$(".fileerrorTip").html("").hide();

var arr=filePath.split('\\');

var fileName=arr[arr.length-1];

$(".showFileName").html(fileName);

}else{

$(".showFileName").html("");

$(".fileerrorTip").html("这他妈是APK吗??").show();

return false

}

})

标签:em,filePath,color,text,默认,html,file,input

来源: https://www.cnblogs.com/comedy/p/13674268.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值