@charset "utf-8"; /* CSS Document */ /*input_wrap*/ .input_wrap, .textarea_wrap{ position:relative; background:#FFF; border:1px solid #666; width:200px; height:24px; overflow:hidden; } .input_wrap input, .input_wrap span, .textarea_wrap textarea, .textarea_wrap span{ padding:0 5px; position: absolute; left:0; top:0; background: none; border: none; height: 24px; width:190px; color:#686767; font:12px "宋体"; line-height:24px; z-index: 1; } .textarea_wrap{ width:200px; height:100px; } .textarea_wrap textarea, .textarea_wrap span{ height:100px; width:190px; } /*body{ background:#FFF; min-width:800px; }*/ /*module_toolbar*/ .module_toolbar{ padding:0 25px; background:#f7f7f7; border-bottom:1px solid #d2d2d2; height:41px; color:#666; font-size:12px; line-height:41px; overflow:hidden; } .navpath{ float:left; } .navpath a, .navpath span{ margin-right:5px; } .navpath a{ color:#0066cc; } .searchfunc{ float:right; margin:7px 10px 0 0; background:#FFF; border:1px solid #a8a8a8; border-radius:3px; height:26px; width:260px; } .searchfunc a{ float:left; background:#f2f2f2; border-left:1px solid #a7a7a7; display:block; width:59px; color:#666666; font:14px "微软雅黑"; line-height:26px; text-align:center; } .searchfunc .input_wrap{ float:left; border:none; height:26px; width:200px; } .searchfunc .input_wrap input, .searchfunc .input_wrap span{ height:26px; width:190px; line-height:26px; } .searchfunc .input_wrap span{ color:#999; } .btnarea{ margin-top:7px; float:right; } .btnarea a{ float:left; margin-left:10px; display:block; height:28px; width:65px; color:#666666; } .btnarea a.upload_file{ background:url(../images/uploadfile-btn.gif) no-repeat; width:110px; line-height:26px; text-indent:-9999em; } .btnarea a.new_folder{ padding-left:31px; background:url(../images/btn_icon.gif) no-repeat 0 -416px; line-height:26px; } .btnarea a.new_folder:hover{ backgrund-position: } .file_con table{ table-layout:fixed; width:100%; } .file_con table td{ padding:0 25px; position:relative; border-bottom:1px solid #d2d2d2; height:38px; color:#262626; font-size:12px; line-height:38px; min-width:100px; overflow:hidden; } .file_con table td input{ float:left; margin:13px 5px 0 0; } .file_con table td img{ float:left; margin:12px 5px 0 0; } .file_con table td span{ float:left; display:block; white-space:nowrap; } .file_con table td span.tdivider{ float:none; position:absolute; right:0; top:0; border-right:1px solid #e5e5e5; height:41px; width:10px; cursor:col-resize; } .file_con table tr.filecon_title td{ background:#f2f6ff; height:41px; color:#888888; line-height:41px; } .file_con table tr.filecon_title td a.sorting_btn{ float:left; margin:15px 0 0 5px; background:url(../images/btn_icon.gif) no-repeat -50px -354px; display:inline-block; height:10px; width:9px; } .file_con table tr.filecon_title td a.sorting_btn.focus{ background-position:-50px -337px; } div.flilename{ cursor:pointer; } .rightkey{ position:absolute; background:#fbfbfb; border:1px solid #d2d2d2; border-radius:2px; display:none; width:110px; color:#666666; font-size:12px; line-height:26px; } .rightkey span, .rightkey a{ padding-left:15px; display:block; } .rightkey span{ background:#d2d2d2; height:1px; font-size:0; } .rightkey a:hover{ background:#f2f7ff; color:#666666; } .rightkey a.focus{ color:#cccccc; } .rightkey a.focus:hover{ background:none; } .filepopup{ background:#FFF; border:2px solid #999999; border-radius:2px; box-shadow:0 0 5px #000000; display:none; width:400px; } .moveCopy{ width:600px; } .filepopup .filepop_top{ padding:0 15px; background:#f6f6f6; border-bottom:1px solid #FFF; height:40px; color:#333333; font:14px '宋体'; line-height:40px; } .filepopup .filepop_top h3{ float:left; font-weight:bold; } .filepopup .filepop_top a{ float:right; margin-top:10px; background:url(../images/btn_icon.gif) no-repeat -109px -111px; display:block; height:20px; width:20px; } .filepopup .filepop_con{ padding:15px; border-top:1px solid #d3d3d3; } .filepopup .pop_btnarea{ padding-top:15px; } .filepopup .pop_btnarea a{ float:right; margin-left:10px; background:#f2f2f2; border:1px solid #adacac; border-radius:2px; display:block; height:35px; width:120px; color:#666666; font:14px "微软雅黑"; line-height:35px; text-align:center; } .filepopup .pop_btnarea a.surebtn{ background:#008bf5; border-color:#0e6ecc; color:#FFF; } .filepopup .rename{ padding:40px 0; } .filepopup .rename .input_wrap{ border-color:#adacac; height:41px; width:370px; } .filepopup .rename .input_wrap span, .filepopup .rename .input_wrap input{ height:41px; width:360px; font-size:14px; line-height:41px; } .filepopup a.new_folder{ float:left; margin:0 0 0 0; } .filepopup a.new_folder span{ margin-left:12px; padding-left:10px; background:url(../images/icon/icon-addfolder.gif) no-repeat left; display:block; } .folder_layer{ border:1px solid #f2f2f2; } .module_rightbar{ position:absolute; right:0; }