<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=====================锟斤拷锟铰诧拷锟斤拷锟斤拷WebUploader锟斤拷锟斤拷锟?===================*/
.webuploader-container {
    position: relative;
    height:100%;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    width: 100%;
    
    height: 100%;
  
    cursor: pointer;
   
   
    text-align: center;
    overflow: hidden;
    zoom: 1;
    *display: inline;
}

.webuploader-pick-hover {
    background: #fafafa;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

.photo-list{
    
}
	/* .photo-list ul{ margin:0 0 0 -15px; } */
	.photo-list ul li{  
        float: left;
        width: 92px;
    height: 92px;
    margin-left: 10px;
   
    }
	.photo-list ul li .img-box{ 
        width: 100%;
        height: 100%;
        /* position:relative; margin:5px auto; width:112px; height:112px; border:3px #efefed solid; overflow:hidden;  */
    }
	.photo-list ul li .img-box.selected{ border:3px #40a0ef solid; }
	.photo-list ul li .img-box img{ width:100%; height:100%; opacity:1; }
	.photo-list ul li .img-box .remark{ position:absolute; display:block; left:0; right:0; bottom:0; margin:0; padding:3px 2px; height:18px; line-height:18px; background:#000; filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; text-align:left; overflow:hidden;}
	.photo-list ul li .img-box .remark:hover{ top:0; bottom:0; height:100%; }
	.photo-list ul li .img-box .remark i{ position:relative; font-size:12px; color:#fff; font-style:normal; line-height:18px; }
	.photo-list ul li a{ padding-right:1em; }
/*=====================锟斤拷锟较诧拷锟斤拷锟斤拷WebUploader锟斤拷锟斤拷锟?===================*/
</pre></body></html>