﻿#app {
    padding: 2px;
}

.buttonBox {
padding-bottom:5px;
}
.breadcrumbbox {
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 5px;
}
.el-page-header {
    margin-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}
.searchbox {
    padding: 5px 20px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 10px;
}
.contentbox {
    padding: 20px;
    border: 1px solid #ebebeb;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.searchRightBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.searchlastchild {
    margin-left: 10px;
}
/*0527*/
.editOrdersList {
    border-bottom: 1px solid #EBEEF5;
}
.editOrdersList .el-col {
    align-items: center;
    display: flex;
}
.editOrdersList .el-col span {
   display: block;
   background-color: #f5f7fa;
   width: 80px;
   padding: 10px 12px;
   text-align: right;
   margin-right: 12px;
}
.editOrdersTable {
    margin-top: 20px;
}
.editOrdersTitle {
    padding: 20px 0;
    border-bottom: 1px solid #EBEEF5;
}
.editOrdersUpload {
    margin-bottom: 30px;
}
.editOrdersUpload .el-table__row {
    display: block;
    float: left;
}
.input-upload .up-control {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .input-upload .up-control .el-input__inner {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .input-upload .up-control .el-button {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.input-upload .img-preview {
    margin: 10px 0px;
}

/*图片上传 end*/
/*文章图片列表*/
.article-table-list .el-table__header thead tr th .el-checkbox__inner {
    display: none;
}
.album-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-right: -20px;
}

    .album-box .el-upload--picture-card {
        display: inline-block;
        width: 120px;
        height: 120px;
        border-radius: 4px;
        line-height: 118px;
    }

    .album-box .list-bin {
        margin: 0 20px 20px 0;
    }

    .album-box .list-box {
        display: block;
        position: relative;
        margin: 0 20px 20px 0;
        width: 120px;
        height: 120px;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px solid #DCDFE6;
        overflow: hidden;
    }

        .album-box .list-box .el-progress {
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.3);
        }

            .album-box .list-box .el-progress .el-progress__text {
                color: #409EFF;
            }

        .album-box .list-box .img-box {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

            .album-box .list-box .img-box img {
                max-width: 100%;
                max-height: 100%;
            }

        .album-box .list-box .text-box {
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            box-sizing: border-box;
            padding: 0 10px;
            width: 100%;
            color: #606266;
            font-size: 12px;
            text-shadow: 1px 1px 1px #fff;
            height: 28px;
            line-height: 28px;
            background-color: rgba(255, 255, 255, 0.6);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .album-box .list-box .tools-box {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            width: 100%;
            height: 100%;
            color: #fff;
            font-size: 20px;
            left: 0;
            top: 0;
            opacity: 0;
            transition: opacity .3s;
            background-color: rgba(0, 0, 0, 0.5);
        }

            .album-box .list-box .tools-box .icon {
                display: block;
                margin: 10px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                cursor: pointer;
            }

        .album-box .list-box:hover .tools-box {
            opacity: 1;
            transition: opacity .3s;
        }

    .album-box.small {
        margin-right: -10px;
    }

        .album-box.small .el-upload--picture-card {
            width: 106px;
            height: 106px;
        }

        .album-box.small .list-bin {
            margin: 0 10px 10px 0;
        }

        .album-box.small .list-box {
            margin: 0 10px 10px 0;
            width: 106px;
            height: 106px;
        }

.album-list {
    display: flex;
    flex-flow: row wrap;
    margin-right: -20px;
}

    .album-list .list-box {
        margin: 0 20px 20px 0;
        width: 128px;
        height: 128px;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px dashed #DCDFE6;
        cursor: pointer;
    }

        .album-list .list-box .img-box {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
        }

            .album-list .list-box .img-box img {
                max-width: 100%;
                max-height: 100%;
            }

            .album-list .list-box .img-box:hover {
                border: 5px solid #409EFF;
            }

            .album-list .list-box .img-box.selected {
                border: 5px solid #67C23A;
            }

.attach-box .list-btn {
    margin-bottom: 20px;
}

.attach-box .list-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-right: -20px;
}

    .attach-box .list-wrap .list-box {
        display: block;
        position: relative;
        margin: 0 20px 20px 0;
        width: 230px;
        flex-grow: 1;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px solid #DCDFE6;
        overflow: hidden;
    }

        .attach-box .list-wrap .list-box .img-box {
            display: block;
            float: left;
            margin: 5px 10px 5px 5px;
            color: #fff;
            font-size: 24px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: #67C23A;
        }

        .attach-box .list-wrap .list-box .info-box {
            margin: 5px;
        }

            .attach-box .list-wrap .list-box .info-box h3 {
                margin-bottom: 10px;
                color: #606266;
                font-size: 14px;
                font-weight: 600;
                line-height: 1.5em;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .attach-box .list-wrap .list-box .info-box dl {
                display: flex;
                justify-content: space-between;
                margin-bottom: 5px;
            }

                .attach-box .list-wrap .list-box .info-box dl dt {
                    color: #C0C4CC;
                    font-size: 12px;
                    line-height: 1em;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                .attach-box .list-wrap .list-box .info-box dl dd {
                    display: flex;
                    justify-content: space-between;
                    color: #67C23A;
                    font-size: 20px;
                    height: 20px;
                    line-height: 20px;
                }

                    .attach-box .list-wrap .list-box .info-box dl dd span {
                        margin: 0 5px;
                        cursor: pointer;
                    }

                        .attach-box .list-wrap .list-box .info-box dl dd span:hover {
                            color: #409EFF;
                        }

        .attach-box .list-wrap .list-box .close {
            display: block;
            position: absolute;
            top: -20px;
            right: -20px;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            color: #fff;
            font-size: 16px;
            background: #409EFF;
            cursor: pointer;
            overflow: hidden;
        }

            .attach-box .list-wrap .list-box .close i {
                position: absolute;
                display: block;
                bottom: 4px;
                left: 3px;
            }

            .attach-box .list-wrap .list-box .close:hover {
                background: #E6A23C;
            }

.el-tag + .el-tag {
    margin-left: 10px;
}

.button-new-tag {
    margin-left: 10px;
    height: 32px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.input-new-tag {
    width: 90px;
    margin-left: 10px;
    vertical-align: bottom;
}