骏飞影业微信小程序API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
623 B

.webuploader-container {
position: relative;width: 100px;float: left;
}
#logo_img{ float:left; margin-left:10px; width:100px; height:38px;}
.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;*/
cursor: pointer;
background: #00b7ee;
padding: 0 10px;
color: #fff;
text-align: center;
border-radius: 3px;
overflow: hidden; width: 100px;
}
.webuploader-pick-hover {
background: #00a2d4;
}
.webuploader-pick-disable {
opacity: 0.6;
pointer-events:none;
}