@charset "utf-8"; /* dialog样式 */ .wrapper { position: relative; width: 630px; *width: 626px; height: 380px; margin: 0 auto; padding: 10px; font-family: sans-serif; zoom: 1; } /* tab样式框大小 */ .tabhead { float: left; } .tabbody { position: relative; clear: both; width: 100%; height: 346px; } .tabbody .panel { position: absolute; display: none; width: 0; height: 0; overflow: hidden; background: #fff; } .tabbody .panel.focus { display: block; width: 100%; height: 346px; } /* 图片对齐方式 */ .alignBar { position: relative; float: right; margin-top: 5px; } .alignBar .algnLabel { float: left; height: 20px; line-height: 20px; } .alignBar #alignIcon { position: relative; _display: inline; display: inline-block; zoom: 1; } .alignBar #alignIcon span { display: block; float: left; width: 19px; height: 17px; margin-right: 3px; margin-left: 3px; background-image: url(./images/alignicon.jpg); cursor: pointer; } .alignBar #alignIcon .none-align { background-position: 0 -18px; } .alignBar #alignIcon .left-align { background-position: -20px -18px; } .alignBar #alignIcon .right-align { background-position: -40px -18px; } .alignBar #alignIcon .center-align { background-position: -60px -18px; } .alignBar #alignIcon .none-align.focus { background-position: 0 0; } .alignBar #alignIcon .left-align.focus { background-position: -20px 0; } .alignBar #alignIcon .right-align.focus { background-position: -40px 0; } .alignBar #alignIcon .center-align.focus { background-position: -60px 0; } /* 远程图片样式 */ #remote { z-index: 200; } #remote .top { width: 100%; margin-top: 25px; } #remote .left { display: block; float: left; width: 300px; height: 10px; } #remote .right { display: block; float: right; width: 300px; height: 10px; } #remote .row { clear: both; height: 40px; margin-left: 20px; } #remote .row label { _display: inline; display: inline-block; width: 50px; text-align: center; vertical-align: middle; zoom: 1; } #remote .row label.algnLabel { float: left; } #remote input.text { width: 150px; padding: 3px 6px; color: #555; font-size: 14px; line-height: 1.42857143; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } #remote input.text:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } #remote #url { width: 500px; margin-bottom: 2px; } #remote #width, #remote #height { width: 20px; margin-right: 2px; margin-left: 2px; } #remote #border, #remote #vhSpace, #remote #title { width: 180px; margin-right: 5px; } #remote #lock { } #remote #lockicon { _display: inline; display: inline-block; width: 20px; height: 20px; vertical-align: middle; background: url('../../themes/default/images/lock.gif') -13px -13px no-repeat; zoom: 1; } #remote #preview { z-index: 9999; clear: both; width: 260px; height: 240px; margin-top: 10px; overflow: hidden; background-color: #eee; } /* 上传图片 */ .tabbody #upload.panel { position: absolute !important; display: block; width: 0; height: 0; overflow: hidden; background: #fff; clip: rect(1px, 1px, 1px, 1px); } .tabbody #upload.panel.focus { display: block; width: 100%; height: 346px; clip: auto; } #upload .queueList { position: absolute; width: 100%; height: 100%; margin: 0; overflow: hidden; } #upload p { margin: 0; } .element-invisible { position: absolute !important; width: 0 !important; height: 0 !important; margin: 0; padding: 0; overflow: hidden; border: 0; clip: rect(1px, 1px, 1px, 1px); } #upload .placeholder { position: relative; top: 0; *top: 10px; height: 172px; margin: 10px; padding-top: 150px; color: #ccc; font-size: 18px; text-align: center; background: url(./images/image.png) center 70px no-repeat; border: 2px dashed #e6e6e6; *border: 0 dashed #e6e6e6; } #upload .placeholder .webuploader-pick { display: inline-block; *width: 120px; margin: 0 auto 20px auto; padding: 0 30px; color: #fff; font-size: 18px; line-height: 44px; background: #00b7ee; border-radius: 3px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); cursor: pointer; } #upload .placeholder .webuploader-pick-hover { background: #00a2d4; } #filePickerContainer { text-align: center; } #upload .placeholder .flashTip { position: absolute; bottom: 20px; width: 100%; color: #666; font-size: 12px; text-align: center; } #upload .placeholder .flashTip a { color: #0785d1; text-decoration: none; } #upload .placeholder .flashTip a:hover { text-decoration: underline; } #upload .placeholder.webuploader-dnd-over { border-color: #999; } #upload .filelist { position: relative; height: 300px; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; list-style: none; } #upload .filelist::after { position: relative; display: block; clear: both; width: 0; height: 0; overflow: hidden; content: ''; } #upload .filelist li { position: relative; display: block; float: left; width: 113px; height: 113px; margin: 9px 0 0 9px; *margin: 6px 0 0 6px; overflow: hidden; font-size: 12px; text-align: center; background: url(./images/bg.png); } #upload .filelist li p.log { position: relative; top: -45px; } #upload .filelist li p.title { position: absolute; top: 0; top: 5px; left: 0; width: 100%; overflow: hidden; white-space: nowrap; text-align: left; text-indent: 5px; text-overflow: ellipsis; } #upload .filelist li p.progress { position: absolute; bottom: 0; left: 0; z-index: 50; width: 100%; height: 8px; margin: 0; overflow: hidden; background: none; border-radius: 0; -webkit-box-shadow: 0 0 0; } #upload .filelist li p.progress span { display: none; width: 0; height: 100%; overflow: hidden; background: #1483d8 url(./images/progress.png) repeat-x; -webkit-transform: translateZ(0); -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-keyframes progressmove { 0% { background-position: 0 0; } 100% { background-position: 17px 0; } } @-moz-keyframes progressmove { 0% { background-position: 0 0; } 100% { background-position: 17px 0; } } @keyframes progressmove { 0% { background-position: 0 0; } 100% { background-position: 17px 0; } } #upload .filelist li p.imgWrap { position: relative; z-index: 2; width: 113px; height: 113px; overflow: hidden; line-height: 113px; vertical-align: middle; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webit-transition: 200ms ease-out; -moz-transition: 200ms ease-out; -o-transition: 200ms ease-out; -ms-transition: 200ms ease-out; transition: 200ms ease-out; } #upload .filelist li img { width: 100%; } #upload .filelist li p.error { position: absolute; bottom: 0; left: 0; z-index: 100; display: none; width: 100%; height: 28px; color: #fff; line-height: 28px; background: #f43838; } #upload .filelist li .success { position: absolute; bottom: 0; left: 0; z-index: 200; display: block; width: 100%; height: 40px; background: url(./images/success.png) no-repeat right bottom; background: url(./images/success.gif) no-repeat right bottom \9; } #upload .filelist li.filePickerBlock { width: 113px; height: 113px; background: url(./images/image.png) no-repeat center 12px; border: 1px solid #eee; border-radius: 0; } #upload .filelist li.filePickerBlock div.webuploader-pick { width: 100%; height: 100%; margin: 0; padding: 0; font-size: 0; background: none; opacity: 0; } #upload .filelist div.file-panel { position: absolute; top: 0; left: 0; z-index: 300; width: 100%; height: 0; overflow: hidden; background: rgba(0, 0, 0, 0.5); filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0; } #upload .filelist div.file-panel span { display: inline; float: right; width: 24px; height: 24px; margin: 5px 1px 1px; overflow: hidden; text-indent: -9999px; background: url(./images/icons.png) no-repeat; background: url(./images/icons.gif) no-repeat \9; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } #upload .filelist div.file-panel span.rotateLeft { display: none; background-position: 0 -24px; } #upload .filelist div.file-panel span.rotateLeft:hover { background-position: 0 0; } #upload .filelist div.file-panel span.rotateRight { display: none; background-position: -24px -24px; } #upload .filelist div.file-panel span.rotateRight:hover { background-position: -24px 0; } #upload .filelist div.file-panel span.cancel { background-position: -48px -24px; } #upload .filelist div.file-panel span.cancel:hover { background-position: -48px 0; } #upload .statusBar { position: relative; height: 45px; margin: 0 10px; padding: 0; line-height: 45px; vertical-align: middle; border-bottom: 1px solid #dadada; } #upload .statusBar .progress { position: absolute; top: 12px; display: none; width: 198px; height: 18px; margin: 0 10px 0 0; color: #6dbfff; line-height: 18px; text-align: center; background: #fff; border: 1px solid #1483d8; } #upload .statusBar .progress span.percentage { position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #1483d8; } #upload .statusBar .progress span.text { position: relative; z-index: 10; } #upload .statusBar .info { display: inline-block; color: #666; font-size: 14px; } #upload .statusBar .btns { position: absolute; top: 7px; right: 0; line-height: 30px; } #filePickerBtn { display: inline-block; float: left; } #upload .statusBar .btns .webuploader-pick, #upload .statusBar .btns .uploadBtn, #upload .statusBar .btns .uploadBtn.state-uploading, #upload .statusBar .btns .uploadBtn.state-paused { display: inline-block; float: left; margin-left: 10px; padding: 0 18px; color: #565656; font-size: 14px; background: #fff; border: 1px solid #cfcfcf; border-radius: 3px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #upload .statusBar .btns .webuploader-pick-hover, #upload .statusBar .btns .uploadBtn:hover, #upload .statusBar .btns .uploadBtn.state-uploading:hover, #upload .statusBar .btns .uploadBtn.state-paused:hover { background: #f0f0f0; } #upload .statusBar .btns .uploadBtn, #upload .statusBar .btns .uploadBtn.state-paused { color: #fff; background: #00b7ee; border-color: transparent; } #upload .statusBar .btns .uploadBtn:hover, #upload .statusBar .btns .uploadBtn.state-paused:hover { background: #00a2d4; } #upload .statusBar .btns .uploadBtn.disabled { -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; filter: alpha(opacity=60); pointer-events: none; } /* 图片管理样式 */ #online { width: 100%; height: 336px; padding: 10px 0 0 0; } #online #imageList { position: relative; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; } #online ul { display: block; margin: 0; padding: 0; list-style: none; } #online li { position: relative; display: block; float: left; width: 113px; height: 113px; margin: 0 0 9px 9px; *margin: 0 0 6px 6px; padding: 0; overflow: hidden; list-style: none; background-color: #eee; cursor: pointer; } #online li.clearFloat { display: block; float: none; clear: both; width: 0; height: 0; margin: 0; padding: 0; } #online li img { cursor: pointer; } #online li .icon { position: absolute; top: 0; left: 0; z-index: 2; width: 113px; height: 113px; background-repeat: no-repeat; border: 0; cursor: pointer; } #online li .icon:hover { width: 107px; height: 107px; border: 3px solid #1094fa; } #online li.selected .icon { background-image: url(images/success.png); background-image: url(images/success.gif) \9; background-position: 75px 75px; } #online li.selected .icon:hover { width: 107px; height: 107px; background-position: 72px 72px; border: 3px solid #1094fa; } /* 图片搜索样式 */ #search .searchBar { width: 100%; height: 30px; margin: 10px 0 5px 0; padding: 0; } #search input.text { width: 150px; padding: 3px 6px; color: #555; font-size: 14px; line-height: 1.42857143; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } #search input.text:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } #search input.searchTxt { float: left; width: 300px; *width: 260px; height: 21px; margin-left: 5px; padding-left: 5px; line-height: 21px; background: #fff; dislay: block; } #search .searchType { float: left; width: 65px; height: 28px; margin-left: 5px; padding: 0; line-height: 28px; vertical-align: top; border: 1px solid #d7d7d7; border-radius: 0; dislay: block; } #search #searchBtn, #search #searchReset { display: inline-block; float: right; margin-right: 5px; margin-bottom: 0; padding: 4px 10px; font-weight: 400; font-size: 14px; white-space: nowrap; text-align: center; vertical-align: middle; vertical-align: top; background-image: none; border: 1px solid transparent; border-radius: 4px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #search #searchBtn { color: white; background-color: #3b97d7; border-color: #285e8e; } #search #searchReset { color: #333; background-color: #fff; border-color: #ccc; } #search #searchBtn:hover { background-color: #3276b1; } #search #searchReset:hover { background-color: #eee; } #search .msg { margin-left: 5px; } #search .searchList { clear: both; width: 100%; height: 300px; overflow: hidden; } #search .searchList ul { position: relative; clear: both; width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; list-style: none; zoom: 1; } #search .searchList li { position: relative; display: block; float: left; width: 115px; margin: 5px 10px 5px 20px; *margin: 5px 10px 5px 15px; padding: 0; overflow: hidden; font-size: 12px; text-align: center; vertical-align: top; list-style: none; border: 2px solid #eee; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); cursor: pointer; -moz-opacity: 1; opacity: 1; filter: alpha(opacity=100); } #search .searchList li.selected { border: 2px solid #00a0e9; -moz-opacity: 0.4; opacity: 0.4; filter: alpha(opacity=40); } #search .searchList li p { position: relative; width: 100%; height: 115px; margin: 0; padding: 0; overflow: hidden; background-color: #eee; } #search .searchList li p img { border: 0; cursor: pointer; } #search .searchList li a { display: block; width: 105px; height: 32px; padding: 0 5px; overflow: hidden; color: #999; line-height: 32px; white-space: nowrap; text-align: center; text-decoration: none; text-overflow: ellipsis; word-break: break-all; background: #fafafa; border-top: 1px solid #f2f2f2; } #search .searchList a:hover { color: #333; text-decoration: underline; } #search .searchList .clearFloat { clear: both; }