/*和项目相关css 样式 不同项目请整理删除*/
.info {
    padding: 0 10px;
    font-size: 12px;
    color: #606266;
}

.info .title {
    font-weight: bold;
}

.money {
    color: #F40;
    font-weight: bold;
}
/*帖示信息*/
.tips{
    font-size: 13px;
    color: #999;
}
.tips.small{
    font-size: 12px;
}


/*表格中操作列按钮*/
.el-table__row .action .el-button {
    margin-top: 10px;
}

/*菜单整行可点击*/
.sidebar-container .el-menu-item a {
    display: block;
}

/*表格展开信息*/
.expand-info .el-form-item {
    margin-right: 0;
    margin-bottom: 0;
    width: 33%;
}

.expand-info .el-form-item label {
    line-height: 30px;
    width: 90px;
    color: #99a9bf;
}

.expand-info .el-form-item .el-form-item__content {
    line-height: 30px;
}



.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    /* width: 150px;
    height: 150px;
    line-height: 150px; */
    text-align: center;
}

.upload-img {
    position: relative;
    /* width: 150px;
    height: 150px; */
    z-index: 6;
}

.upload-img .img {
    width: 100%;
    height: 100%;
}

.upload-img .tool {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.upload-img .tool .toolbar {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    z-index: 1111;
    font-size: 12px;
    justify-content: center;
    line-height: 20px;
    padding: 4px 0;
}

.upload-img .tool .toolbar span {
    flex: 1;
    padding: 3px;
    cursor: pointer;
    text-align: center;
}

.upload-img .tool .toolbar span:first-child {
    border-right: 1px solid #fff;
}

.upload-img:hover .tool {
    display: block;
}