仿照Bootstrap的input 修改 upload上传图片的样式

简介:

html:

1
2
3
4
5
6
7
8
9
10
< div  class = "form-group" >
     < label  class = "col-sm-3 col-sm-6 control-label" >图片</ label >
     < span  class = "problem-must" > </ span >
     < div  class = "col-sm-8" >
         < a  class = "fb-upload"  href = "javascript:void(0);"
             < input  class = "form-control"  name = "pic"  type = "file"  accept = ".gif,.jpg,.png,.jpeg"  /> 
             < span  class = "fb-img" >上传图片</ span >
     </ a >
     </ div >
</ div >

css:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.form-group input[type= "file" ] {
     cursor pointer ;
     opacity:  0 ;
     position absolute ;
     top 0 ;
}
.fb-img {
     border 1px  solid  #ccc ;
     border-radius:  4px ;
     box-shadow:  0  1px  1px  rgba( 0 0 0 0.075 inset ;
     color gray ;
     display : inline- block ;
     height 34px ;
     line-height 1.42857 ;
     padding 6px  12px ;
     text-align left ;
     transition: border-color  0.15 s ease-in-out  0 s, box-shadow  0.15 s ease-in-out  0 s;
     width 100% ;
}



本文转自 爱笑嘚蛋蛋 51CTO博客,原文链接:http://blog.51cto.com/dd118/1868944,如需转载请自行联系原作者
相关文章
|
6月前
|
前端开发
【Bootstrap】<前端框架>Bootstrap常用样式 - 排版
【1月更文挑战第17天】【Bootstrap】<前端框架>Bootstrap常用样式 - 排版
|
前端开发 程序员 Android开发
Bootstrap+jQuery实现卡片标签样式的分页
Bootstrap+jQuery实现卡片标签样式的分页
61 0
|
前端开发 JavaScript 数据安全/隐私保护
Bootstrap 表单样式-水平排列
Bootstrap 表单样式-水平排列
68 0
|
6月前
|
前端开发
bootstrap样式代码案例
bootstrap样式代码案例
|
6月前
|
前端开发 JavaScript 容器
bootstrap样式
bootstrap样式
|
6月前
|
前端开发
uni-app中基于bootstrap的css样式
uni-app中基于bootstrap的css样式
114 0
下一篇
无影云桌面