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