imUploader.css
1.13 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
65
66
67
68
69
70
71
72
.thumbbox{
width: 71px;
height: 71px;
border: 1px solid #c9c9c9;
margin: 0 8px 8px 8px;
cursor: pointer;
overflow: hidden;
display: inline-block !important;
position: relative;
}
.thumbbox>img{
width: 100%;
height: 100%;
}
.thumbbox>.boxClose{
position: absolute;
width: 16px;
height: 16px;
border-radius: 8px;
background: #fff;
right: 2px;
top: 2px;
display: none;
text-align: center;
line-height: 16px;
font-size: 16px;
}
.thumbbox:hover .boxClose{
display:block;
}
.thumbbox>.boxProgress{
position: absolute;
width: 30px;
height: 30px;
left: 50%;
top: 50%;
margin-left: -15px;
margin-top: -15px;
}
.thumbbox>.boxErrMsg{
position: absolute;
width: 100%;
height: 16px;
text-align: center;
}
.leftbox{
margin-left: 0;
}
.addbox{
position: relative;
}
.addbox:hover{
background: #eee;
}
#imgAddInput{
position: absolute;
left: 0;
}
.addInputLayer{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #fff;
background-image: url(res/addimg_wev8.png);
background-repeat: no-repeat;
background-position: center center;
}
.addInputLayer:hover{
background-image:url(res/addimg_h_wev8.png);
}