upimage.css
767 Bytes
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
.inline {
display: inline-block;
}
.uploadimages {
padding: 20px;
}
.uploadimages > ul {
text-align: justify;
}
.uploadimages li {
display: inline-block;
min-width: 32%;
text-align: center;
margin-bottom: 10px;
}
.uploadimages .justend {
width: 100%;
height: 0;
margin: 0;
visibility: hidden;
}
.upimages {
position: relative;
width: 80px;
height: 60px;
overflow: hidden;
display: inline-block;
}
.upimages img,
.upimages .preimg {
width: 80px;
height: 60px;
display: inline-block;
background-repeat: no-repeat;
}
.upimages .input-file {
font-size: 100px;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.upimages ~ p {
text-align: center;
color: #999;
font-size: 14px;
padding-top: 5px;
}