@charset "utf-8"; /* CSS Document */ /*弹出提示框popup_tips_div*/ .popup_tips_div{ background:url(../images/opacity-bg.png) repeat; white-space:nowrap; } /*确认弹出框confirmpop*/ .confirmpop{ background:#FFF; display:none; width:300px; } .confirmpop .confirm_title{ padding:0 10px; background:url(../images/header_bg.jpg) repeat-x top; height:40px; } .confirmpop .confirm_title h3{ float:left; color:#868686; font:16px "微软雅黑"; line-height:40px; } .confirmpop .confirm_title a{ float:right; color:#868686; font:28px "微软雅黑"; line-height:35px; cursor:pointer; } .confirmpop .confirm_con{ padding:40px 40px; background:#eeeeee; color:#595959; font:14px "宋体"; } .confirmpop .confirm_con p{ margin-bottom:25px; text-align:center; } .confirmpop .confirm_con .confirmbtn_Wrap{ text-align:center; } .confirmpop .confirm_con .confirmbtn_Wrap a{ margin:0 10px; padding:0 20px; background:url(../images/body_bg.jpg) repeat-x top; height:32px; display:inline-block; color:#7a7a7a; font:14px "微软雅黑"; line-height:32px; cursor:pointer; } /*弹出层dialog_popup*/ .dialog_popup{ position:fixed; left:0; top:0; background:#FFF; border:1px solid #aaaaaa; border-radius:5px; box-shadow:0px 0px 5px #aaaaaa; height:40%; width:60%; } .dialog_popup .dp_top{ padding:0 15px; background:url(../images/top-bg.gif) repeat-x; border-bottom:1px solid #cccccc; border-top-left-radius:5px; border-top-right-radius:5px; height:35px; color:#000; font-size:12px; line-height:35px; } .dialog_popup .dp_top h3{ float:left; font-weight:bold; } .dialog_popup .dp_top a.dialogclose{ float:right; color:#aaaaaa; font-size:14px; font-weight:bold; } .dialog_popup .dialog_iframe{ height:100%; width:100%; } .dialog_popup .dp_mid{ padding:0 15px; background:url(../images/bottom-bg.gif) repeat-x; border-top:1px solid #cccccc; border-bottom-left-radius:5px; border-bottom-right-radius:5px; height:39px; } .dialog_popup .btn_wrap a.dpbtn{ float:right; margin:8px 0 0 10px; display:block; background:url(../images/btn-bg-grey.gif) repeat-x; border:1px solid #bebebe; border-radius:3px; height:22px; color:#494949; font-size:12px; line-height:22px; } .dialog_popup .btn_wrap a.dpbtn span{ padding:0 20px; display:block; } .dialog_popup .btn_wrap a.dpbtn:hover{ background-image:url(../images/btn-bg-grey-hover.gif); } .dialog_overlay{ position:fixed; left:0; top:0; background:#000; } .dialog_popup .btn_wrap a.bluebtn{ background:url(../images/btn-bg-blue.gif) repeat-x; border:1px solid #1195e9; color:#FFF; } .dialog_popup .btn_wrap a.bluebtn:hover{ background-image:url(../images/btn-bg-blue-hover.gif) } /*icon*/ .dialog_popup .btn_wrap a.export span{/*导出*/ padding:0 20px 0 35px; background:url(../images/icon/export.png) no-repeat 10px 3px; } .dialog_popup .btn_wrap a.print span{/*打印*/ padding:0 20px 0 35px; background:url(../images/icon/print.png) no-repeat 10px 3px; } /*input_wrap,textarea_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; }