@charset "UTF-8";
/* 文字颜色变量 */
/* 背景颜色变量 */
@import url(../../../Source/Admin/style/iconfont.css);
.pictureCenter-drawer .el-drawer__header {
    margin: 0;
    padding: 14px 24px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    box-shadow: inset 0px -1px 0px 0px #e6e8ed;
    line-height: 22px; }
.pictureCenter-drawer .el-drawer__header .el-drawer__close-btn {
    color: #888; }

.pictureCenter-drawer .el-drawer__body {
    overflow: hidden; }

.pictureCenter-drawer .tips-p {
    margin-bottom: 2px; }

.pictureCenter-drawer .pictureCenter-drawer-container {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative; }
.pictureCenter-drawer .pictureCenter-drawer-container .all-done,
.pictureCenter-drawer .pictureCenter-drawer-container .partDone {
    height: 100%;
    display: flex;
    flex-direction: column; }
.pictureCenter-drawer .pictureCenter-drawer-container .all-done .state-icon i,
.pictureCenter-drawer .pictureCenter-drawer-container .partDone .state-icon i {
    font-size: 48px;
    color: #52c51b; }
.pictureCenter-drawer .pictureCenter-drawer-container .all-done .title,
.pictureCenter-drawer .pictureCenter-drawer-container .partDone .title {
    margin-top: 16px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 20px; }
.pictureCenter-drawer .pictureCenter-drawer-container .all-done .info,
.pictureCenter-drawer .pictureCenter-drawer-container .partDone .info {
    color: #555555;
    line-height: 16px;
    margin: 4px 0 0px 0; }
.pictureCenter-drawer .pictureCenter-drawer-container .all-done .operation,
.pictureCenter-drawer .pictureCenter-drawer-container .partDone .operation {
    margin: 20px; }
.pictureCenter-drawer .pictureCenter-drawer-container .all-done {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    height: auto;
    transform: translateY(-50%); }
.pictureCenter-drawer .pictureCenter-drawer-container .partDone {
    text-align: center; }
.pictureCenter-drawer .pictureCenter-drawer-container .partDone .result {
    margin-top: 40px; }
.pictureCenter-drawer .pictureCenter-drawer-container .partDone .fail-list {
    flex: 1;
    display: flex;
    margin: 24px 0 18px 0;
    padding: 0 20px; }
.pictureCenter-drawer .pictureCenter-drawer-container .partDone .operation {
    margin-bottom: 40px; }
.pictureCenter-drawer .pictureCenter-drawer-container .partDone .state-icon i {
    color: #ffab00; }

.pictureCenter-drawer .pictureCenter-drawer-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 24px; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-operations .url-upload-wrapper {
    margin-top: 12px;
    position: relative; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-operations .url-upload-wrapper .el-textarea .el-textarea__inner {
    padding-bottom: 26px; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-operations .url-upload-wrapper .url-upload-btns {
    right: 12px;
    bottom: 8px;
    position: absolute; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e8ed;
    overflow: hidden; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-title {
    background-color: #f7f8fa;
    box-shadow: inset 0px -1px 0px 0px #e6e8ed;
    padding: 8px 12px; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content {
    flex: 1;
    overflow: auto;
    margin-bottom: -1px;
    position: relative; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .queue-empty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item {
    padding: 0 12px; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item:hover {
    background-color: rgba(0, 110, 255, 0.04); }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item:hover .pictureCenter-drawer-item-desc .close-btn {
    display: inline-block;
    color: #888; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper {
    display: flex;
    align-items: center;
    color: #888;
    padding: 12px 0;
    border-bottom: 1px solid #e6e8ed;
    position: relative;
    overflow: auto; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-image {
    margin-right: 12px; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc h6 {
    padding-right: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.85);
    line-height: 16px; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc {
    flex: 1;
    overflow: hidden; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .close-btn {
    position: absolute;
    right: 0;
    top: 13px;
    display: none; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .size {
    margin: 4px 0 6px 0;
    display: flex; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .size span:first-child {
    flex-basis: 130px; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .upload-state {
    display: flex;
    align-items: center; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .upload-state .state {
    margin-right: 8px; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .upload-state .state.success {
    color: #4ab615; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .upload-state .state.error {
    color: #ff4d4f; }
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .upload-state .progress {
    flex: 1; }

.pictureCenter-drawer .pictureCenter-drawer-footer {
    padding: 20px;
    flex-basis: auto;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center; }
.pictureCenter-drawer .pictureCenter-drawer-footer .close-btn {
    flex: 1;
    color: #333;
    line-height: 16px;
    cursor: pointer;
    transition: 0.2s; }
.pictureCenter-drawer .pictureCenter-drawer-footer .close-btn span:hover {
    color: #006eff; }
.pictureCenter-drawer .pictureCenter-drawer-footer .close-btn span:hover i {
    color: #006eff; }
.pictureCenter-drawer .pictureCenter-drawer-footer .close-btn i {
    margin-right: 4px;
    color: #888; }

