Nessuna descrizione

resresult.css 5.7KB

    @charset "utf-8"; .sys_result_index .tpl-btns .row { padding-left: 10px; } .sys_result_index th.opt-check { width: 35px; } .sys_result_index .table { table-layout: fixed; } .sys_result_index .number { width: 4%; } .sys_result_index .orderBy .icon-close { display: none; } .sys_result_new,.sys_result_edit{ width: 55%; height: 80%; padding: 0 20px 10px; } .sys_result_new .requiredSpan,.sys_result_edit .requiredSpan{ color: #ff0000; position:relative; top:2px; left: -4px; } .sys_result_new .newForm, .sys_result_edit .newForm { position: relative; } .sys_result_new .newForm .head-ctn, .sys_result_edit .newForm .head-ctn { /*position: absolute;*/ top: 330px; right: 30px; width: auto; height: 190px; } .sys_result_new .orgSize.dyn-mselect .icon-drop, .sys_result_edit .orgSize.dyn-mselect .icon-drop { display: none !important; } .sys_result_new .orgSize.dyn-mselect .dd-drop, .sys_result_edit .orgSize.dyn-mselect .dd-drop { display: none !important; } .sys_result_new .orgSize.dyn-mselect .placeholder, .sys_result_edit .orgSize.dyn-mselect .placeholder { display: none !important; } .sys_result_new .newForm .head-ctn .upload-btn, .sys_result_edit .newForm .head-ctn .upload-btn { position: absolute; bottom: 10px; left: 40px; width: 110px; height: 36px; color: rgba(0, 0, 0, 1); font-size: 14px; text-align: center; border: 1px solid #555555; padding-top: 6px; } .sys_result_new .newForm .head-ctn .upload-btn i, .sys_result_edit .newForm .head-ctn .upload-btn i { font-size: 16px; color: rgb(95, 184, 120); } .sys_result_new .newForm .head-ctn img, .sys_result_edit .newForm .head-ctn img { width: 100%; height: 100%; } .sys_result_new .upload-item, .sys_result_edit .upload-item { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); } .sys_result_new .upload-item .progress, .sys_result_edit .upload-item .progress { width: 1px; height: 30px; background-color: #3280FC; } .sys_result_new .webuploader-pick, .sys_result_edit .webuploader-pick { position: relative; display: inline-block; cursor: pointer; background: #00b7ee; padding: 10px 15px; color: #fff; text-align: center; border-radius: 3px; overflow: hidden; } .sys_result_new .webuploader-container, .sys_result_edit .webuploader-container { position: relative; float: left; top: 18%; } .sys_result_new .webuploader-element-invisible, .sys_result_edit .webuploader-element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); } .sys_result_new .webuploader-pick-hover, .sys_result_edit .webuploader-pick-hover { background: #00a2d4; } .sys_result_new .webuploader-pick-disable, .sys_result_edit .webuploader-pick-disable { opacity: 0.6; pointer-events: none; } .sys_result_new #picker, .sys_result_edit #picker { display: inline-block; line-height: 1.428571429; vertical-align: middle; margin: 0 12px 0 0; } .sys_result_new #picker .webuploader-pick, .sys_result_edit #picker .webuploader-pick { position: relative; display: block; top: 50%; margin-top: -58px; } .sys_result_new .head-ctn .thumbnail, .sys_result_edit .head-ctn .thumbnail { width: 110px; height: 110px; } .sys_result_new #uploader-demo .thumbnail img, .sys_result_edit #uploader-demo .thumbnail img { width: 100%; } .sys_result_new .uploader-list, .sys_result_edit .uploader-list { width: auto; overflow: hidden; float: left; } .sys_result_new .file-item, .sys_result_edit .file-item { /*float: left;*/ position: relative; margin: 0 20px 20px 0; padding: 4px; display: table-cell; } .sys_result_new .file-item .error, .sys_result_edit .file-item .error { position: absolute; top: 4px; left: 4px; right: 4px; background: red; color: white; text-align: center; height: 20px; font-size: 14px; line-height: 23px; } .sys_result_new .file-item .info, .sys_result_edit .file-item .info { position: absolute; left: 4px; bottom: 4px; right: 4px; height: 20px; line-height: 20px; text-indent: 5px; background: rgba(0, 0, 0, 0.6); color: white; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; z-index: 10; } .sys_result_new .file-item .progress, .sys_result_edit .file-item .progress { position: absolute; right: 4px; bottom: 4px; left: 4px; height: 4px; /*width: 110px;*/ overflow: hidden; z-index: 15; margin: 0; padding: 0; border-radius: 0; background: transparent; } .sys_result_new .file-item .progress span, .sys_result_edit .file-item .progress span { display: block; overflow: hidden; width: 0; height: 100%; /*background: #d14 url(/images/progress.png) repeat-x;*/ background: #d14; -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); } .sys_result_new .filelist div.file-panel span.cancel, .sys_result_edit .filelist div.file-panel span.cancel { /* background-position: -48px -24px; */ } .sys_result_new .filelist div.file-panel span.cancel:hover, .sys_result_edit .filelist div.file-panel span.cancel:hover { background-position: -48px 0; }