<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*相册列表*/
.uc-photo .wrap{
    background-color:#fff;
    border-radius:8px;
}
.uc-photo .hd{
    background-color:#f2f6f9;
    border-bottom:1px solid #dce2e6;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.uc-photo .hd .uc-line-default:hover{border-color:#3bb4f2;color:#3bb4f2;}
.uc-photo .column{
    width:25%;
    position:relative;
}
.uc-photo .column:after,.uc-photo .column:before{
    content:"";
    width:224px;
    padding:15px;
    border:1px solid #ddd;
    position:absolute;
    bottom:-5px;
    z-index:0;
    border-radius:3px;
    left: 14px;
}
.uc-photo .column:before{
    bottom:-10px;
}
.uc-photo .column .albumlist{
    width:224px;
    border:1px solid #ddd;
    background-color: #fff;
    z-index:1;
    border-radius:3px;
}
.uc-photo .albumlist .mask{
    display:none;
    position:absolute;
    left:15px;
    bottom:55px;
    color:#fff;
    background-color:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);    /*IE8支持*/
    opacity:0.7;
    filter:alpha(opacity=70);
}
.uc-photo .albumlist:hover .mask{
   display:block;
}
.uc-photo .mask.visible{
    display:block;
    left:auto;
    right:25px;
    top:25px;
    border-radius:15px;
    text-align:center;
    padding:0px 5px;
}

/*瀑布流*/
 .uc-photo-waterfall{
    position:relative;
}
.uc-photo-waterfall-box {
    display:none;
    position: absolute;
    text-align: center;
}
.uc-photo-waterfall-box img{
    max-width:100%;
}
.uc-photo-waterfall-text{
    position:relative;
    font-size:16px;
    position:absolute;
    bottom:0px;
    background-color:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);    /*IE8支持*/
    color:#fff;
    cursor:pointer;
}
.uc-photo-waterfall-text input{
    position:absolute;
    top:0px;
    left:0px;
    background:transparent;
    line-height:28px;
    width:100%;
    color:#bbbbbb;
    font-size:16px;
    text-align:center;
    outline:none;
    height: 100%;
}
.uc-photo-waterfall-text input:focus{
    background-color:#fff;
    border:2px solid #f57f2b;
    line-height:24px;
    box-sizing:border-box;
    color:#333;
}
.uc-photo-waterfall-des{
    display:none;
    position:absolute;
    padding:10px;
    padding-bottom:0px;
    text-align:left;
    word-break:break-all;
    background-color:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);    /*IE8支持*/
    color:#fafafa;
    overflow: hidden;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.uc-photo-waterfall-setting{
    display:none;
    position:absolute;
    right:10px;
    top:10px;
    z-index:3;
    color:#fafafa;
    cursor:pointer;
    width:18px;
    height:18px;
}
.uc-photo-waterfall-setting .icon-font{position:absolute;right:0px;top:0px;}
.uc-photo-waterfall-box.uc-photo-picBox{
    position:relative;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    overflow:hidden;
}
.uc-photo-picBox .uc-photo-waterfall-des,.uc-photo-picBox.uc-photo-waterfall-text{
    width:100%;
}
.uc-photo-picBox .uc-photo-waterfall-text{
    bottom:0px;
}
.uc-photo-waterfall-box:hover .uc-photo-waterfall-des,.uc-photo-waterfall-box:hover .uc-photo-waterfall-setting{
    display:block;
}
/*上传照片*/
.uc-photo-list .uc-btn{
    max-width:150px;
}

/* ------------ */
#uc-photo-wrapper {
    width: 980px;
    margin: 0 auto;

    /*margin: 1em;*/
    width: auto;
}

#uc-photo-container {
    position:relative;
    border: 1px solid #dadada;
    color: #838383;
    font-size: 12px;
    margin-top: 10px;
    background-color: #FFF;
}

#uc-photo-uploader .queueList {
    margin: 20px;
    border: 3px dashed #e6e6e6;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
#uc-photo-uploader .editBar{
    display:none;
    width:100%;
    position:relative;
    height:30px;
    line-height:30px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    margin-left: -10px;
}
#uc-photo-uploader .editBar span{
    /*width: 24px;*/
    line-height:24px;
    height: 24px;
    display: inline;
    display:block;
    font-size:14px;
    float: right;
    /*text-indent: -9999px;*/
    overflow: hidden;
    /*background: url(../../../../img/lib/uploadImg/icons.png) no-repeat;*/
    margin: 5px 1px 1px 20px;
    color: #aaa;
    cursor: pointer;
}

#uc-photo-uploader .placeholder {
    min-height: 238px;
    padding-top: 158px;
    text-align: center;
    background: url(../../../../img/lib/uploadImg/image.png) center 93px no-repeat;
    color: #cccccc;
    font-size: 18px;
    position: relative;
}

#uc-photo-uploader .placeholder .webuploader-pick {
    font-size: 18px;
    background: #00b7ee;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#uc-photo-uploader .placeholder .webuploader-pick-hover {
    background: #00a2d4;
}

#uc-photo-uploader .placeholder .flashTip {
    color: #666666;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}
#uc-photo-uploader .placeholder .flashTip a {
    color: #0785d1;
    text-decoration: none;
}
#uc-photo-uploader .placeholder .flashTip a:hover {
    text-decoration: underline;
}
#uc-photo-uploader .queueList.filled {
    padding: 17px;
    margin: 0;
    border: 3px dashed transparent;
}
#uc-photo-uploader .queueList.webuploader-dnd-over {
    border-color: #999999;
}

#uc-photo-uploader .placeholder.webuploader-dnd-over.webuploader-dnd-denied {
    border-color: red;
}

#uc-photo-uploader .filelist {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 18px;
}

#uc-photo-uploader .filelist:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

#uc-photo-uploader .filelist li {
    width: 110px;
    height: 134px;
    background: url(../../../../img/lib/uploadImg/bg.png) no-repeat;
    text-align: center;
    margin: 0 15px 20px 0;
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
    font-size: 12px;
    box-sizing: border-box;
}
#uc-photo-uploader .filelist li p.describe {
    position: relative;
    padding: 1px 0px;
    background-color: #ccc;
    overflow:hidden;
}
#uc-photo-uploader .filelist li p.describe input{
    height:22px;
    line-height:18px;
    background-color:#666666;
    color:#fff;
    padding:1px 5px;
}
#uc-photo-uploader .filelist li p.log {
    position: relative;
    top: -45px;
}

#uc-photo-uploader .filelist li p.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow : ellipsis;
    top: 5px;
    text-indent: 5px;
    text-align: left;
}

#uc-photo-uploader .filelist li p.progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 8px;
    overflow: hidden;
    z-index: 50;
}
#uc-photo-uploader .filelist li p.progress span {
    display: none;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #1483d8 url(../../../../img/lib/uploadImg/progress.png) repeat-x;

    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;

    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;

    -webkit-transform: translateZ(0);
}

@-webkit-keyframes progressmove {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 17px 0;
    }
}
@-moz-keyframes progressmove {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 17px 0;
    }
}
@keyframes progressmove {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 17px 0;
    }
}

#uc-photo-uploader .filelist li p.imgWrap {
    position: relative;
    z-index: 2;
    line-height: 110px;
    vertical-align: middle;
    overflow: hidden;
    width: 110px;
    height: 110px;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    -ms-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

#uc-photo-uploader .filelist li img {
    width: 100%;
}

#uc-photo-uploader .filelist li p.error {
    background: #f43838;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
    z-index: 100;
}

#uc-photo-uploader .filelist li .success {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    z-index: 200;
    background: url(../../../../img/lib/uploadImg/success.png) no-repeat right bottom;
}

#uc-photo-uploader .filelist div.file-panel {
    position: absolute;
    height: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
    background: rgba( 0, 0, 0, 0.5 );
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
}

#uc-photo-uploader .filelist div.file-panel span {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../../../../img/lib/uploadImg/icons.png) no-repeat;
    margin: 5px 1px 1px;
    cursor: pointer;
}

#uc-photo-uploader .filelist div.file-panel span.rotateLeft {
    background-position: 0 -24px;
}
#uc-photo-uploader .filelist div.file-panel span.rotateLeft:hover {
    background-position: 0 0;
}

#uc-photo-uploader .filelist div.file-panel span.rotateRight {
    background-position: -24px -24px;
}
#uc-photo-uploader .filelist div.file-panel span.rotateRight:hover {
    background-position: -24px 0;
}

#uc-photo-uploader .filelist div.file-panel span.cancel {
    background-position: -48px -24px;
}
#uc-photo-uploader .filelist div.file-panel span.cancel:hover {
    background-position: -48px 0;
}

#uc-photo-uploader .statusBar {
    height: 63px;
    border-top: 1px solid #dadada;
    padding: 0 20px;
    line-height: 63px;
    vertical-align: middle;
    position: relative;
}

#uc-photo-uploader .statusBar .progress {
    border: 1px solid #1483d8;
    width: 198px;
    background: #fff;
    height: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #6dbfff;
    position: relative;
    margin-right: 10px;
}
#uc-photo-uploader .statusBar .progress span.percentage {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #1483d8;
    position: absolute;
}
#uc-photo-uploader .statusBar .progress span.text {
    position: relative;
    z-index: 10;
}

#uc-photo-uploader .statusBar .info {
    display: inline-block;
    font-size: 14px;
    color: #aaaaaa;
}

#uc-photo-uploader .statusBar .btns {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 40px;
}

#filePicker2 {
    display: inline-block;
    float: left;
}

#uc-photo-uploader .statusBar .btns .webuploader-pick,
#uc-photo-uploader .statusBar .btns .uploadBtn,
#uc-photo-uploader .statusBar .btns .uploadBtn.state-uploading,
#uc-photo-uploader .statusBar .btns .uploadBtn.state-paused {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #565656;
    padding: 0 18px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    float: left;
}
#uc-photo-uploader .statusBar .btns .webuploader-pick-hover,
#uc-photo-uploader .statusBar .btns .uploadBtn:hover,
#uc-photo-uploader .statusBar .btns .uploadBtn.state-uploading:hover,
#uc-photo-uploader .statusBar .btns .uploadBtn.state-paused:hover {
    background: #f0f0f0;
}

#uc-photo-uploader .statusBar .btns .uploadBtn {
    background: #00b7ee;
    color: #fff;
    border-color: transparent;
}
#uc-photo-uploader .statusBar .btns .uploadBtn:hover {
    background: #00a2d4;
}

#uc-photo-uploader .statusBar .btns .uploadBtn.disabled {
    pointer-events: none;
    opacity: 0.6;
}
/*禅道bug修改*/
.uc-photo-waterfall-des span{
    height: 100%;
    overflow: hidden;
}</pre></body></html>