#addStoreForm input{
    border-radius: 5px!important;
    padding: 8px;
    width: 100%;
    height: 40px;
    font-size: 13px;
}
#addStoreForm textarea{
      border-radius: 5px!important;
      padding: 8px;
      width: 100%;
      height: 80px;
      font-size: 13px;
  }
#addStoreForm input#el-date-picker{
    padding: 0;
    padding-left: 30px;
    height: 32px;
    border: 1px solid #C6C6C6;
    color: #666666;
}
#addStoreForm .el-input__icon{
    line-height: 0;
}
#addStoreForm input:focus {
    border-color: #409EFF;
    outline: 0;
}
#addStoreForm select{
    border-radius: 5px!important;
    padding: 8px;
    font-size: 13px;
}
#uploadImgs .show-img-div2 {
    position: relative;
}

#uploadImgs div {
    float: left;
    margin-right: 12px;
}
#uploadImgs .show-img-div2 span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -9px;
    right: -2px;
}
#uploadImgs .show-img-div2 span img {
    width: 100%;
    height: 100%;
    border: none;
}
#uploadImgs div img {
    width: 80px;
    height: 80px;
    /*border: 1px solid #e9e9e9;*/
    margin-right: 8px;
    cursor: pointer;
}
label {
    cursor: default;
}
#uploadImgs div {
    float: left;
    margin-right: 12px;
}
.uploadImgs-add {
    width: 80px;
    height: 80px;
    border: 1px dotted #7c7c7c;
    border-radius: 5px;
    font-size: 60px;
    color: #7c7c7c;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}

/*dialog*/
 .drop-enter-active {
     transition: all .5s ease;
 }
.drop-leave-active {
    transition: all .3s ease;
}
.drop-enter {
    transform: translateY(-500px);
}
.drop-leave-active {
    transform: translateY(-500px);
}
.dialog-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
}
.dialog-cover {
    background: #000;
    opacity: .3;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dialog-content {
    width: 50%;
    position: fixed;
    max-height: 50%;
    overflow: auto;
    background: #fff;
    top: 20%;
    left: 50%;
    margin-left: -25%;
    z-index: 10;
    border: 2px solid #464068;
    padding: 2%;
    line-height: 1.6;
}
.dialog-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.dialog-close:hover {
    color: #4fc08d;
}
