.webuploader-container { position: relative; } .webuploader-element-invisible { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); } .filePicker { text-align: right; padding: 0px; display: inline-block; } .filePicker .webuploader-pick { position: relative; display: inline-block; cursor: pointer; background: #1491B3; color: #fff; border-color: #1491B3; overflow: hidden; font-size: 14px; padding: 2 10px; line-height: 26px; text-align: center; white-space: nowrap; vertical-align: middle; border: 1px solid transparent; border-radius: 4px; font-family: inherit; } .webuploader-pick-hover { background: #17a4ca; } .webuploader-pick-disable { opacity: 0.6; pointer-events: none; } /**********自定义样式**********/ .uploader-listfile { border: 3px dashed #e6e6e6; padding-top: 10px; min-height: 221px; margin: 0px; } .glyphicon { margin-right: 4px; } a .glyphicon-trash { color: #f00; } .uploader-file { width: 145px; padding: 0 5 0 10px; margin-bottom: -5px; } .uploader-file .thumbnail { } .uploader-file .progress { margin-bottom: 0px; } .uploader-file .caption { padding: 5px; } .uploader-file .fileName { margin-top: 5px; margin-bottom: 8px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-family: inherit; font-weight: 600; line-height: 1.1; color: inherit; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .uploader-file .filetopbar a { display: inline-block; width: 24px; height: 30px; border-radius: 4px; text-align: center; padding: 6px 4px; line-height: 30px; } .uploader-file .filetopbar a:hover { background: #ddd; } .uploader-file .filetopbar { position: absolute; width: 130px; top: 0; left: 0; overflow: hidden; z-index: 10; margin: 0px 10px; text-align: right; background: rgba(216, 208, 208, 0.5); display: none; } .thumbnail .wd { margin-right: auto; margin-left: auto; display: block; max-width: 100%; height: auto; background-repeat: no-repeat; background-size: 100% 100%; -moz-background-size: 100% 100%; text-align: center; width: 100%; height: 120px; margin: 0px; font-size: 30px; line-height: 120px; } .thumbnail .others { background-image: url("images/wd.png"); } .thumbnail .doc { background-image: url("images/doc.png"); } .thumbnail .docx { background-image: url("images/doc.png"); } .thumbnail .pdf { background-image: url("images/pdf.png"); } .thumbnail .ppt { background-image: url("images/ppt.png"); } .thumbnail .rar { background-image: url("images/rar.png"); } .thumbnail .txt { background-image: url("images/txt.png"); } .thumbnail .xls,.thumbnail .xlsx { background-image: url("images/xls.png"); } .thumbnail .zip { background-image: url("images/zip.png"); } .uploader-one-file { min-height: 190px; position: absolute; margin: 0px; z-index: 99; } .uploader-one-file .thumbnail { margin: 0px; } .div-rightside { padding-top: 140px; margin-top: 0; }