-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathHuploadify.css
More file actions
64 lines (63 loc) · 1.24 KB
/
Huploadify.css
File metadata and controls
64 lines (63 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
@charset "utf-8";
/* CSS Document */
.uploadify-button{
display:inline-block;
margin:12px;
border:1px solid #808080;
background-color: #707070;
line-height:24px;
border-radius:12px;
padding:0 18px;
font-size:12px;
font-weight: 600;
font-family: '微软雅黑';
color:#FFF;
cursor:pointer;
text-decoration:none;
}
.uploadify-button:hover{
background-color: #888;
}
.uploadfile{
width:0;
}
.uploadify-queue .uploadify-queue-item{
list-style-type:none;
margin-top:10px;
}
.uploadbtn,.delfilebtn{
display:inline-block;
border:1px solid #999;
line-height:24px;
border-radius:4px;
padding:0 18px;
font-size:12px;
color:#666;
text-decoration:none;
}
.uploadbtn{
display: none;/*默认不显示上传按钮,非自动上传时用js控制显示*/
}
.disabledbtn{
}
.up_filename,.progressnum,.delfilebtn,.uploadbtn,.up_percent{
font-size:12px;
color:#666;
margin-left:10px;
}
.uploadify-progress{
display:inline-block;
width:600px;
height:10px;
background-color:white;
border-radius:20px;
border:2px groove #666;
vertical-align:middle;
padding:0;
}
.uploadify-progress-bar{
width:0;
height:100%;
border-radius:20px;
background-color: #0099FF;
}