addPic.css
1.88 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#addPic{
padding: 44px 0 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#addPic .m-header{
margin-top: -44px;
}
#addPic .m-content{
height: 100%;
padding-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: scroll;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
#addPic .m-footer{
padding: 0;
}
#addPic .uploader{
padding:15px;
background:#fff;
border-bottom: 1px solid #ddd;
}
#addPic .summary{
font-size:14px;
color:#999;
margin-bottom: 15px;
}
#addPic .images{
margin-left:-10px;
}
#addPic .item{
width:65px;
float: left;
margin-left: 10px;
margin-bottom:15px;
}
#addPic .img-box{
width:100%;
height: 65px;
overflow:hidden;
margin-bottom:10px;
}
#addPic .item img{
max-width:100%;
}
#addPic .btn-del{
display:inline-block;
width: 100%;
height:30px;
border-radius: 3px;
line-height: 30px;
font-size: 14px;
text-align:center;
border:1px solid #999;
color:#666;
background:#fff;
padding:0px;
box-sizing: border-box;
}
#addPic .btn-finish{
width:100%;
line-height:50px;
font-size: 18px;
color:#fff;
background:#1b6ba5;
text-align: center;
animation-name:height;
animation-duration:0.5s;
animation-timing-function:ease-out;
}
#addPic .icon-tupian{
text-indent:-9999px;
}
#addPic .desc{
box-sizing: border-box;
height: 54px;
display:block;
width: 100%;
padding:15px;
line-height:20px;
margin-top:10px;
border:none;
border-top: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-size:16px;
background:#fff;
outline: none;
resize: none;
}
@keyframes height{
0%{
height:0px;
}
100%{
height:50px;
}
}