<style>
.file {
position: relative;
display: inline-block;
background: #D0EEFF;
border: 1px solid #99D3F5;
border-radius: 4px;
padding: 4px 12px;
overflow: hidden;
color: #1E88C7;
text-decoration: none;
text-indent: 0;
line-height: 20px;
}
.file input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
}
.file:hover {
background: #AADFFD;
border-color: #78C3F3;
color: #004974;
text-decoration: none;
}
</style>

<div class="file">选择文件
<input type="file" name="" id="">
<button type="submit">上传</button>
</div>

最新文章

  1. 简单正则匹配QQ邮箱
  2. 制作IOS企业版App网页扫描二维码下载安装
  3. django 安装
  4. oracle ORA-00911 问题 解决
  5. 2013年的一些常用PHP資源整理下載
  6. .NET Linq/MVC/架构
  7. 利用monkeyrunner实现Android屏幕连续截图
  8. 美工与程序猿的Web工作怎样做到相对分离?
  9. OC之类与对象
  10. 天气渐热,来片雪花降降温——Android自定义SurfaceView实现雪花效果
  11. BZOJ 1018: [SHOI2008]堵塞的交通traffic [线段树 区间信息]
  12. Cassanfra、Hbase和MongoDB的选取
  13. NPOI生成不规则Excel表格(并以流的形式下载,不将文件保存在服务器上,直接在客户端导出excel)
  14. esayui扩展验证方法
  15. 容器化系列 - Zookeeper启动和配置 on Docker
  16. 【题解】 bzoj2982: combination (Lucas定理)
  17. 饮冰三年-人工智能-linux-06 系统启动流程及安全
  18. Idea的Maven项目引入模块
  19. ios 动画的时候 如果加阴影 会卡顿的
  20. POJ3070:Fibonacci——题解

热门文章

  1. Stimulsoft报表工具中属性表达式设置属性表达式
  2. 熔断原理与实现Golang版
  3. SQL Server 列存储索引 第四篇:实时运营数据分析
  4. python解决百钱买百鸡
  5. 【Java GC系列】垃圾收集简介(1)
  6. Python之list函数
  7. .NetCore操作MongDB简要代码实现
  8. 别走!这里有个笔记:图文讲解 AQS ,一起看看 AQS 的源码……(图文较长)
  9. CSP-S 2020全国开放赛前冲刺模拟训练题1 T4 二维码
  10. CF1108E2 Array and Segments (Hard version)