_picture.css
1010 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
50
51
52
53
54
.post-picture {
overflow: hidden;
position: relative;
height: 380px;
width: 380px;
background: #f5f5f5;
.choose-avatar {
height: 76px;
width: 76px;
margin: 90px 158px 14px;
background-image: resolve('me/setting/normal-icon.png');
background-size: 76px 76px;
background-repeat: no-repeat;
}
.post-file {
text-align: center;
input {
width: 70px;
}
}
.post-limit {
font-size: 14px;
color: #666;
padding: 50px 40px 140px 20px;
}
}
.show-picture img {
overflow: hidden;
height: 380px;
width: 380px;
display: none;
}
.preview-picture {
margin-left: 5px;
height: 380px;
width: 180px;
.small-preview {
height: 80px;
width: 80px;
background-image: resolve('me/setting/normal-icon.png');
background-repeat: no-repeat;
background-size: 80px 80px;
margin: 120px 50px 20px;
}
}