
.demo-upload-list{
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    margin-right: 4px;
}
.demo-upload-list img{
    width: 100%;
    height: 100%;
}
.demo-upload-list-cover{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
}
.demo-upload-list:hover .demo-upload-list-cover{
    display: block;
}
.demo-upload-list-cover i{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0 2px;
}
.ivu-upload{
    width: 100px!important;
}
.uplod .ivu-icon{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.demo-upload-list{
    width: 100px;
    height: 100px;
    padding: 5px;
    border: 1px dashed #DEDEDE;
}
.demo-upload-list-cover  .ivu-icon{
    font-size: 20px;
    line-height: 100px;
}
.uplodBox{
    width: 100px;
    height: 100px;
}
.content .container .upload .addUp{
    width: 100px;
    height: 100px;
    margin-right: 10px;
    display: inline-block;
}
.content .container .upload p{
    text-align: left;
}
.content .edit .container .title{
    width: 34%;
    margin-right: 1%;
    text-align: right;
}

