@charset "utf-8"; /* CSS Document */ .listTable{ margin:auto; background:#fff; width:100%; border-collapse: separate; border-left: 1px solid #eee; border-top: 1px solid #eee; overflow-x: auto; clear:both; font-size:14px; } .listTable th{border-bottom: 1px solid #eee; border-right: 1px solid #eee;height: 18px;padding: 10px 10px;text-align: center; background:#f8f8f8; color:#777; font-weight:700; border-bottom: 1px solid #eee; } .listTable td{border-bottom: 1px solid #eee; border-right: 1px solid #eee; line-height: 22px; padding: 10px 3px;vertical-align: top; color:#444;} .listTable td span{ color:#F00; padding-left:18%;} .listTable td.txtlink{ text-decoration:underline;} .listTable th font{ color:#F00;} .listTable th.l{text-align: left;} .listTable th.c{text-align: center;} .listTable td.c{text-align: center;} .listTable td.r{text-align: right;} .listTable th.r{text-align: right;} .listTable strong{ color:#f00;} .listTable button{ background:#bc0f03; padding:3px 18px; color:#fff; font-size:16px; border-radius:3px; display:inline-block; border:none; cursor:pointer; outline:none; margin-right:15px; } .listTable button:hover{ background:#e39c57;} .listTable button.current{ background:#999;} .listTable input{vertical-align: middle;} /*弹出框*/ .box_w600{width:600px;} .box_floatBox{ margin:0 auto; border-radius:5px; -webkit-border-radius:5px; overflow:hidden; border:1px solid #ddd; box-shadow:1px 1px 2px 2px #eee; -webkit-box-shadow:1px 1px 2px 2px #dedede; -moz-box-shadow:1px 1px 2px 2px #dedede; padding-bottom:20px; background:#fff;} .box_floatTitleBg{ background:#bc0f03; height:35px; line-height:35px; color:#fff; text-indent:10px; } .box_floatTitleBg h2{ font-size:15px; line-height: 35px;} .box_floatTitleBg .box_close{ margin-top:6px; margin-right:10px;} .box_floatContent{ margin:10px auto; font-size:14px; color:#444; line-height:200%; } .inputW150{ width:150px; height:30px; line-height:30px; background:url(../images/inputBg.jpg) repeat-x; border-top:1px solid #c6ccda; border-left:1px solid #c6ccda; border-right:1px solid #dfe4f1; border-bottom:1px solid #dfe4f1; text-indent:10px; font-size:16px; color:#f60; font-weight:700; } .inputW160{ width:160px; height:30px; line-height:30px; background:url(../images/inputBg.jpg) repeat-x; border-top:1px solid #c6ccda; border-left:1px solid #c6ccda; border-right:1px solid #dfe4f1; border-bottom:1px solid #dfe4f1; text-indent:10px; font-size:14px; color:#333; font-weight:500; } .inputW120{ width:120px; height:30px; line-height:30px; background:url(../images/inputBg.jpg) repeat-x; border-top:1px solid #c6ccda; border-left:1px solid #c6ccda; border-right:1px solid #dfe4f1; border-bottom:1px solid #dfe4f1; text-indent:10px; font-size:14px; color:#333; font-weight:500; } .inputW200{ width:200px; height:30px; line-height:30px; background:url(../images/inputBg.jpg) repeat-x; border-top:1px solid #c6ccda; border-left:1px solid #c6ccda; border-right:1px solid #dfe4f1; border-bottom:1px solid #dfe4f1; text-indent:10px; font-size:14px; color:#333; font-weight:500; } .inputW300{ width:300px; height:30px; line-height:30px; background:url(../images/inputBg.jpg) repeat-x; border-top:1px solid #c6ccda; border-left:1px solid #c6ccda; border-right:1px solid #dfe4f1; border-bottom:1px solid #dfe4f1; text-indent:10px; font-size:14px; color:#333; font-weight:500; } .inputW400{ width:400px; height:30px; line-height:30px; background:url(../images/inputBg.jpg) repeat-x; border-top:1px solid #c6ccda; border-left:1px solid #c6ccda; border-right:1px solid #dfe4f1; border-bottom:1px solid #dfe4f1; text-indent:10px; font-size:14px; color:#333; font-weight:500; } .textareaH200{ width:400px; height:80px; line-height:30px; border-top:1px solid #c6ccda; border-left:1px solid #c6ccda; border-right:1px solid #dfe4f1; border-bottom:1px solid #dfe4f1; text-indent:10px; font-size:14px; color:#333; font-weight:500;} .select{ height:30px; line-height:30px; background:url(../images/fM_inputBg.jpg) repeat-x; border-top:1px solid #c6ccda; border-left:1px solid #c6ccda; border-right:1px solid #dfe4f1; border-bottom:1px solid #dfe4f1;font-size:14px; color:#333; font-weight:500; }