addPic.css 1.88 KB
#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;
    }
}