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.
46 lines
1.1 KiB
46 lines
1.1 KiB
html,body{height: auto}
|
|
.webuploader-container {
|
|
position: relative;
|
|
}
|
|
.webuploader-element-invisible {
|
|
position: absolute !important;
|
|
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
|
|
clip: rect(1px,1px,1px,1px);
|
|
width: 100%;height: 100%;
|
|
}
|
|
.webuploader-pick {
|
|
position: relative;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
background: none;
|
|
padding: 10px 15px;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
overflow: hidden;
|
|
width: 100%;height: 100%;
|
|
}
|
|
|
|
.webuploader-pick-disable {
|
|
opacity: 0.6;
|
|
pointer-events:none;
|
|
}
|
|
.file_name,.file_name_tg{z-index: 1;position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
|
|
.file_name_tg div,.file_name div,
|
|
.file_name_tg label,.file_name label{width: 100%;height: 100%;}
|
|
.listborder .must:before{
|
|
font-size: 20px;
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 8px;
|
|
content: '*';
|
|
color: #FF0000;
|
|
}
|
|
/*上下居中*/
|
|
.align_center{
|
|
/*上下居中*/
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|