/* CSS Document */ body{ margin:0; padding:0;font-family:"宋体", "微软雅黑" arial, sans-serif; background:#fff; font-size:14px; color:#333;} div,form,img,ul,ol,li,dl,dt,p,dd,input,span,textarea,i{margin:0; padding:0; border:none; outline:none; font-style:normal;} li{list-style-type:none;} img{vertical-align:top;} h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-weight:normal;} /* Link */ a:link { text-decoration:none;} a:visited {text-decoration:none;} a:hover { color:#c70000;} a:active {color: #333;} /* Link end */ .w5px{ width:100%; height:5px; clear:both; font-size:0px;} .w11px{ width:100%; height:11px; clear:both; font-size:0px;} .w10px{ width:100%; height:10px; clear:both; font-size:0px;} .w15px{ width:100%; height:15px; clear:both; font-size:0px;} .w20px{ width:100%; height:20px; clear:both; font-size:0px;} .marl15px{ margin-left:15px; display:inline;} .marr10px{ margin-right:10px;} .bggray{ background-color:#f5f5f5;} /*---------top css start-------------*/ .top{ width:100%;} .wrap{ width:100%;} .main{ width:980px; margin:0 auto;} .bottom{ width:100%;} .fL {float:left} .fR {float:right} .clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden } .clearfix { display:inline-block; overflow:hidden } .clearfix { display:block } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } a{ color: #006D8F } a:hover{ color: #FAAE4B } /*form&button*/ .formItem { margin:10px 0; } .formItem dt{ font-weight: normal !important; margin:15px 0 5px 0; } .formItem dd{ padding:0 0 10px 0 } .formItem dd:last-child{ margin:35px 0 10px 0; } .formItem input.text { min-width: 250px; border:1px solid #ccc; padding:5px 5px; } .formItem .btnList{ text-align: right; } .formItem .btnList .button+.button{ margin-left:15px; } .button { display: inline-block; padding:5px 10px; border:1px solid #1987AA; cursor: pointer; } .button.btn-orange{ color:#fff; border:1px solid #faae4b; box-shadow:0 1px 2px #f7f7f7 inset; -moz-box-shadow:0 1px 2px #f7f7f7 inset; -webkit-box-shadow:0 1px 2px #f7f7f7 inset; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae46', endColorstr='#faa333'); background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffae46), to(#faa333)); background:-moz-linear-gradient(top,#ffae46,#faa333); background: -ms-linear-gradient(top, #ffae46,#faa333); } .button.btn-orange:hover{ color:#fff; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb63', endColorstr='#f59d2c'); background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffbb63), to(#f59d2c)); background:-moz-linear-gradient(top,#ffbb63,#f59d2c); background: -ms-linear-gradient(top,#ffbb63,#f59d2c); } .button.btn-orange:active{ color:#fff; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39c2a', endColorstr='#f9a230'); background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f39c2a), to(#f9a230)); background:-moz-linear-gradient(top,#f39c2a,#f9a230); background: -ms-linear-gradient(top,#f39c2a,#f9a230); } .button.btn-gray{ color:#fff; border:1px solid #ccc; background-color: #ccc } .button.btn-gray:hover{ background-color: #B0B0B0 } .button.btn-red{ color:#fff; border:1px solid #e76946; box-shadow:0 1px 3px #ffc6b6 inset; -moz-box-shadow:0 1px 3px #ffc6b6 inset; -webkit-box-shadow:0 1px 3px #ffc6b6 inset; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f98463', endColorstr='#ee7856'); background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f98463), to(#ee7856)); background:-moz-linear-gradient(top,#f98463,#ee7856); background: -ms-linear-gradient(top, #f98463,#ee7856); } .button.btn-red:hover{ color:#fff; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9070', endColorstr='#ff815c'); background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff9070), to(#ff815c)); background:-moz-linear-gradient(top,#ff9070,#ff815c); background: -ms-linear-gradient(top, #ff9070,#ff815c); } .button.btn-red:active{ color:#fff; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef734f', endColorstr='#e6653f'); background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ef734f), to(#e6653f)); background:-moz-linear-gradient(top,#ef734f,#e6653f); background: -ms-linear-gradient(top, #ef734f,#e6653f); } .btnDel{ width:12px; height:12px; background:url(del.gif) no-repeat 0 0; cursor:pointer; margin:0 3px; display: inline-block; } /*---------------------login-------------------------*/ .content{ background:#f1f1f1; width:380px; height:300px; position:absolute; top:50%; left:50%; margin-left:-190px; margin-top:-150px; } .contbox h2{ background:#1987aa; width:100%; height:45px; line-height:45px; font-family:"微软雅黑"; font-size:18px; text-align:center; color:#fff; border-bottom:1px solid #fff; } .contbox h2 span{ width:100%; height:44px; display:block; border-bottom:1px solid #e9e9e9; } .loginbox{ margin:0 auto; width:346px; height:180px; font-size:12px; color:#fff; font-size:12px; } .user_name,.user_post{ background:#fff; width:344px; height:38px; line-height:38px; border:1px solid #dddcd8; margin-top:23px; _margin-top:10px; } .user_name label,.user_post label{ float:right; margin-right:5px; } .user_name label img,.user_post label img{ margin-top:10px; } #user_name,#user_post{ width:310px; height:38px; line-height:38px; text-indent:5px; } #checkUserName,#checkPassword{ width:320px; height:20px; line-height:20px; } .user_buttom{ width:100%; text-align:center; height:40px; line-height:40px; margin-top:23px; _margin-top:10px; } .btnID { width:100%; height:40px; color: #f5eee6; border:1px solid #e58f1f; border-radius:5px; box-shadow:0 1px 3px #fff inset; -moz-box-shadow:0 1px 3px #fff inset; -webkit-box-shadow:0 1px 3px #fff inset; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae46', endColorstr='#faa333'); background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffae46), to(#faa333)); background:-moz-linear-gradient(top,#ffae46,#faa333); background: -ms-linear-gradient(top, #ffae46,#faa333); } .btnID:hover { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb63', endColorstr='#f59d2c'); background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffbb63), to(#f59d2c)); background:-moz-linear-gradient(top,#ffbb63,#f59d2c); background: -ms-linear-gradient(top,#ffbb63,#f59d2c); } .btnID:active { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59225', endColorstr='#de8c21'); background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#e59225), to(#de8c21)); background:-moz-linear-gradient(top,#e59225,#de8c21c); background: -ms-linear-gradient(top,#e59225,#de8c21); } .user_forget{ width:343px; height:30px; line-height:30px; text-align:center; } .user_forget a,.user_forget a:visited{ color:#8d806d; } .user_forget a:hover{ color:#736045; } /*---------------------------question_list----------------------------*/ .exam_top{ height:50px; line-height:50px; background:#1987aa; } .exam_topbox{ margin:0 auto; width:980px; } .exam_topleft h2{ float:left; width:140px; height:50px; background:url(exam_bt.png) no-repeat 0 15px; } .exam_topleft ul{ float:left; font-family:"微软雅黑"; font-size:14px; margin-left:5px; } .exam_topleft ul li{ float:left; } .exam_topleft ul li a span{ } .exam_topleft ul li a,.exam_topleft ul li a:visited{ color:#fff; padding:15px 20px; } .exam_topleft ul li a:hover{ background:#13799a; } .hover{ background:#13799a; } .exam_topright{ float:right; font-family:"微软雅黑"; font-size:12px; color:#fff; } .exam_topright ul span{ float:left; margin-right:5px; } .exam_topright ul{ } .exam_topright ul li{ float:left; margin-left:10px; } .exam_topright ul li a,.exam_topright ul li a:visited{ color:#fff; } .exam_topright ul li a:hover{ text-decoration:underline; color:#faae4b; } .conbox{ margin:0 auto; width:980px; font-family:"微软雅黑"; font-size:12px; margin-top:10px; } .menu_list{ font-size: 14px; } .menu_list ul span{ float:left; } .menu_list ul li{ float:left; } .menu_list ul li a,.menu_list tl li a:visited{ color:#006d8f; } .menu_list ul li a:hover{ color:#faae4b; } .add_ques,.add_subj,.btn_whole{ float:right; text-align:center; cursor:pointer; } .title_bt{ width:100%; } .title_bt h2{ font-family:"微软雅黑"; font-size:16px; color:#333; font-weight:bold; margin-top:10px; display:inline-block; border-bottom:2px solid #333; } .main_box{ width:980px; line-height:28px; } ..main_box dl{ font-family:"微软雅黑"; font-size:12px; } .main_box dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .main_box dl dd{ margin-top:5px; } .main_box dl dd a{ color:#0da4d3; } .main_box dl dd a:hover{ color:#faae4b; } .number_list{ float:left; width:65px; height:auto; text-align:center; } .question_list{ margin:0 130px 0 65px; } .question_oper{ float:right; /*width:130px;*/ color:#ccc; } .question_oper a{ margin:0 5px } .question_loper{ color:#696969; } .page_list{ width:980px; height:30px; line-height:30px; background:#f1f1f1; margin-top:10px; margin-bottom: 50px; text-align:center; } .page_list a,.page_list a:visited{ padding:0 5px; } .page_list a:hover{ color:#faae4b; background-color: #fff } a.active{ background:#1987AA; color:#fff; } a.active:hover{ background:#1987AA; color:#fff; } a.disabled{ background:#F1F1F1; color:#999; cursor: default; } a.disabled:hover{ background:#F1F1F1; color:#999; } /*----------------------添加科目 添加题库------------------------*/ .edit_ques,.edit_subm,.add_jie{ cursor:pointer; } .subject_box,.edit_subject_box,.bank_box,.edit_bank_box,.subject_box_jie,.edit_subject_box_jie,.delete_box_jie{ display:none; position: absolute; z-index: 99999; width:438px; /*border:1px solid #999;*/ background:#fff; } .bank_top{ height:40px; line-height:40px; } .bank_top span{ } .bank_top h2{ font-family:"微软雅黑"; font-size:16px; text-indent:15px; color:#fff; background:#0da4d3; /*border-bottom:1px solid #999;*/ } .bank_mainbox{ margin:0 15px; } .bank_mainbox form span{ float:left; width:100%; height:40px; line-height:40px; } .bank_Text{ float:left; width:100%; } .bank_text{ width:298px; height:28px; border:1px solid #ccc; padding-left:5px; } .bank_submit{ float:right; margin:10px 0; } /*------------------------删除框--------------------------*/ .delete_box{ display:none; position: absolute; z-index: 99999; width:438px; /*border:1px solid #999;*/ background:#fff; } .delete_top{ height:40px; line-height:40px; } .delete_top span{ } .delete_top h2{ font-family:"微软雅黑"; font-size:16px; text-indent:10px; color:#fff; background:#0da4d3; /*border-bottom:1px solid #999;*/ } .delete_main{ } .delete_mainbox{ margin:0 10px; } /*-----------------------submit_list-------------------------*/ .submit_list{ float:left; width:470px; } .type_list{ float:left; padding:5px 10px; } .type_list ul{ } .type_list ul li{ float:left; width:90px; } .type_list ul li a{ color:#0da4d3; padding:0 15px; } .type_list ul li a:hover{ color:#faae4b; } .submit_time{ float:left; width:120px; text-align:center; } .submit_newtime{ float:left; width:120px; text-align:center; } .submit_oper{ float:left; width:206px; } .submit_oper i{ float:left; margin-right:10px; cursor:pointer; } /*----------------------update_subject---------------------------*/ .update_subject{ width:980px; font-family:"微软雅黑"; } .update_subject ul{ margin:10px 15px 0; } .update_subject h2{ height:35px; line-height:35px; background:#f1f1f1; padding:0 15px; } .update_subject ul li{ width:430px; line-height:28px; display:block; } .update_text{ width:388px; height:100px; color:#696969; border:1px solid #ccc; padding:5px 5px; } .new_update{ color:#F00; } .btn_update{ float:right; margin:0; line-height:15px; } /*----------------------update_subjectlist------------------------*/ .update_subjectlist{ width:100%; } .update_subjectlist h2{ height:35px; line-height:35px; background:#f1f1f1; padding-left:15px; margin-top:15px; } .update_subjectlist ul{ margin:0 15px 0; } .update_subjectlist ul li{ line-height:28px; border-bottom:1px solid #ccc; padding:10px 0; } .update_list ul{ margin:0; } .update_list ul li{ border:none; padding:0; } .testTab { background-color: #F1F1F1; border-bottom: 1px dashed #ccc } .testTab h2{ font-size:16px; padding: 5px 0; display: inline-block; margin:0 20px; } .testTab ul{ float: right; } .testTab ul li{ float: left; height: 32px; line-height: 32px; width:120px; text-align: center; border-left: 1px solid #ccc } .testTab ul li.now{ border-bottom:1px solid #1987AA; } /*----------------------radiobutton_list--------------------------*/ .test_list{ width:100%; } .test_list dl{ } .test_list dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .test_list dl dd{ margin-top:5px; line-height:28px; } .test_list dl dd a{ color:#0da4d3; } .test_list dl dd a:hover{ color:#faae4b; } .radio_list{ margin:0 100px 0 65px; } .radio_list font{ color:#0da4d3; cursor:pointer; } .radio_oper{ float:right; width:100px; color:#ccc; } .radio_oper a{ margin:0 5px; } .radio_loper{ color:#696969; } .test_list dl dd i{ float:left; margin-right:10px; } .del_img{ cursor:pointer; } .radiobutton{ background:#efefef; padding:5px 15px 15px; margin-top:5px; color:#696969; } .radiobutton ul li p{ line-height:18px; } .correct{ color:#333; } .analyze{ margin-top:5px; } /*-------------------edit_radiobutton----------------------*/ .add_newsub{ float:right; text-align:center; } .edit_radio{ width:100%; padding:0 0 25px 0; border-bottom:1px solid #f1f1f1; } .edit_radio dl{ } .edit_radio dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .edit_radio dl dd{ margin-top:10px; } .edit_radiocon{ float:left; width:460px; } .edit_radiocon ul{ } .edit_radiocon ul li{ color:#696969; margin-bottom:10px; } .edit_radiocon form ul li i{ float:left; width:60px; text-align:right; } .edit_radiocon form ul li select{ height:28px; border:1px solid #ccc; } .edit_rabtnID{ float:right; color:#fff; cursor:pointer; } .view_list{ width:100%; padding:0 0 15px 0; } .view_list dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .view_list dl dd{ margin-top:5px; } .view_list dl dd a{ color:#0da4d3; } .view_list dl dd a:hover{ color:#faae4b; } .view_user{ float:left; width:146px; } #view_user{ color:#999; } .view_listcon{ float:left; width:400px; text-align:center; } .view_time{ float:left; width:120px; text-align:center; } .view_state{ float:left; width:240px; text-align:center; } .view_state select{ margin-top:5px; } .unsolved{ color:#F00; } .resolved{ color:#696969; } .look_resolved{ float:right; text-align:center; margin-bottom:25px; color:#fff; } /*post*/ .postPanel { margin:20px 0; } .postPanel .panelItem{ width: 480px; height:192px; float: left; margin-right:10px; margin-bottom:10px; position: relative; } .postPanel .panelItem .panelBg{ width: 480px; height: 192px; background: url(panelbg.png) repeat; position:absolute; top: 0; left: 0 } .postPanel .panelItem .panelBtn a{ color: #fff; cursor:pointer; margin:0 5px 0 0; } .postPanel .panelItem .panelBtn a:hover{ text-decoration: underline; } .postPanel .panelItem h2{ font-size: 24px; color: #fff; margin-left: 25px; margin-top: 20px; margin-bottom: 20px } .postPanel .panelItem .panelExt a{ color: #fff; margin-left: 25px; padding:5px 8px; border:1px solid #fff; } .postPanel .panelItem .panelExt a:hover{ font-weight: 600; background-color:#1987AA } .subjectPanel{ margin:20px 0; } .subjectPanel .panelItem{ width:480px; float: left; background-color: #F1F1F1; margin-right: 10px; margin-bottom: 10px; border-bottom:1px solid #1B83A4; } .subjectPanel .panelItem .panelBtn { border-top: 1px dashed #ccc; margin-top: 5px; padding:5px 0; } .subjectPanel .panelItem .panelBtn li{ float: left; width:95px; text-align: center; height: 16px; line-height: 16px } .subjectPanel .panelItem .panelBtn a{ color: #ccc } .subjectPanel .panelItem .panelBtn:hover a{ color: #006D8F } .subjectPanel .panelItem .panelBtn:hover a:hover{ color: #ff6501 } .subjectPanel .panelItem .panelBar li { float: left; width: 119px; text-align: center; border-left:1px solid #ccc } .subjectPanel .panelItem .panelBar li:first-child{ border-left:none } .subjectPanel .panelItem h2{ padding:5px 0; font-size: 16px; text-align: center; border-bottom:1px dashed #ccc; margin-bottom:5px; } /*---------------------add_radiobutton add_judgetest add_answer add_multiselect--------------------------*/ .add_radio,.add_judge,.add_answer,.add_multi{ width:100%; padding:0 0 25px 0; border-bottom:1px solid #f1f1f1; } .add_radio dl{ } .add_radio dl dt,.add_judge dl dt,.add_answer dl dt,.add_multi dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .add_radio dl dd,.add_judge dl dd,.add_answer dl dd,.add_multi dl dd{ margin-top:10px; } .add_radiocon,.add_judgecon,.add_answercon,.add_multicon{ float:left; width:460px; } .add_radiocon ul{ } .add_radiocon ul li,.add_judgecon ul li,.add_answercon ul li,.add_multicon ul li{ color:#696969; margin-bottom:10px; } .add_radiocon form ul li i,.add_judgecon form ul li i,.add_answercon form ul li i,.add_multicon form ul li i{ float:left; width:60px; text-align:right; } .mul_textbox{ color:#696969; width:388px; border:1px solid #ccc; padding:5px 5px; } .add_radiocon form ul li input.text,.add_judgecon form ul li input.text,.add_answercon form ul li input.text,.edit_radiocon form ul li input.text{ color:#696969; width:388px; border:1px solid #ccc; padding:5px 5px; } .add_radiocon form ul li select,.add_judgecon form ul li select{ padding:5px 0; border:1px solid #ccc; } .add_rabtnID,.add_jubtnID,.add_anbtnID,.add_mubtnID{ float:right; text-align:center; cursor:pointer; } /*------------------------multiselect_list-----------------------------*/ .multiselect_list{ width:100%; } .multiselect_list dl{ } .multiselect_list dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .multiselect_list dl dd{ margin-top:5px; line-height:28px; } .multiselect_list dl dd a{ color:#0da4d3; } .multiselect_list dl dd a:hover{ color:#faae4b; } .multi_list{ margin:0 100px 0 65px; } .multi_oper{ float:right; width:100px; color:#ccc; } .multi_oper a{ margin:0 5px; } .multi_loper{ color:#696969; } .multiselect{ background:#efefef; padding:5px 15px 15px; margin-top:5px; color:#696969; } .multiselect ul li p{ line-height:18px; } .multi_oper i{ float:left; margin-right:10px; } /*------------------------edit_multiselect---------------------------*/ .edit_multi{ width:100%; padding:0 0 25px 0; border-bottom:1px solid #f1f1f1; } .edit_multi dl{ } .edit_multi dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .edit_multi dl dd{ margin-top:10px; } .edit_multicon{ float:left; width:460px; } .edit_multicon ul{ } .edit_multicon ul li{ color:#696969; margin-bottom:10px; } .edit_multicon form ul li i{ float:left; width:60px; text-align:right; } .edit_multicon form ul li select{ height:28px; border:1px solid #ccc; } .mul_check label{ margin:0 5px; } .edit_mubtnID{ float:right; color:#fff; cursor:pointer; } /*----------------------judgetest_list--------------------------*/ .judgetest_list{ width:100%; } .judgetest_list dl{ } .judgetest_list dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .judgetest_list dl dd{ margin-top:5px; line-height:28px; } .judgetest_list dl dd a{ color:#0da4d3; } .judgetest_list dl dd a:hover{ color:#faae4b; } .judge_list{ margin:0 100px 0 65px; } .judge_oper{ float:right; width:100px; color:#ccc; } .judge_loper{ color:#696969; } .judge_oper a{ margin:0 5px; } .judge{ background:#efefef; padding:5px 15px 15px; margin-top:5px; color:#696969; } .judge ul li p{ line-height:18px; } .judge_oper i{ float:left; margin-right:10px; } /*-----------------------edit_judgetest-------------------------*/ .edit_judge{ width:100%; padding:0 0 25px 0; border-bottom:1px solid #f1f1f1; } .edit_judge dl{ } .edit_judge dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .edit_judge dl dd{ margin-top:10px; } .edit_judgecon{ float:left; width:460px; } .edit_judgecon ul{ } .edit_judgecon ul li{ color:#696969; margin-bottom:10px; } .edit_judgecon form ul li i{ float:left; width:60px; text-align:right; } .edit_judgecon form ul li input{ color:#696969; } /*-----------------------answertest_list-----------------------*/ .answertest_list{ width:100%; } .answertest_list dl{ } .answertest_list dl dt{ height:35px; line-height:35px; background:#f1f1f1; margin-bottom:5px; } .answertest_list dl dd{ margin-top:5px; line-height:28px; } .answertest_list dl dd a{ color:#0da4d3; } .answertest_list dl dd a:hover{ color:#faae4b; } .answer_list{ margin:0 100px 0 65px; } .answer_oper{ float:right; width:100px; color:#ccc; } .answer_oper a{ margin:0 5px; } .answer_loper{ color:#696969; } .answer{ background:#efefef; padding:5px 15px 15px; margin-top:5px; color:#696969; } .answer ul li p{ line-height:18px; } .answer_oper i{ float:left; margin-right:10px; } /*---------------------edit_answer------------------------------*/ .edit_answer{ width:100%; padding:0 0 25px 0; border-bottom:1px solid #f1f1f1; } .edit_answer dl{ } .edit_answer dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .edit_answer dl dd{ margin-top:10px; } .edit_answercon{ float:left; width:460px; } .edit_answercon ul{ } .edit_answercon ul li{ color:#696969; margin-bottom:10px; } .edit_answercon form ul li i{ float:left; width:60px; padding:5px 0; text-align:right; } .edit_answercon .text,.edit_judgecon .text{ color:#696969; width:388px; border:1px solid #ccc; padding:5px 5px; } .edit_answercon form ul li select,.edit_judgecon form ul li select{ border:1px solid #ccc; } .edit_anbtnID,.edit_jubtnID{ float:right; cursor:pointer; color:#fff; } /*-----------------------opinion_list-------------------------*/ .opinion_list{ width:100%; } .opinion_list dl{ } .opinion_list dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .opinion_list dl dt span{ margin-left:15px; } .opinion_list dl dd{ padding:15px 15px; border-bottom:1px solid #f1f1f1; } .opinion_img{ float:left; width:50px } .opinion_right{ float:left; width:900px; } .opinion_right ul{ margin:0 10px; } .opinion_right ul li{ color:#696969; line-height:20px; } .opinion_right ul li a{ color:#0da4d3; } .opinion_right ul li a:hover{ color:#faae4b; } .types{ margin-left:15px; color:#999; } .opinion_time{ float:right; } .solved{ float:right; color:#F00; } .opsolved{ float:right; color:#696969; } /*-----------------------item_resolved_list---------------------------*/ .resolved_list{ width:100%; } .resolved_list dl{ } .resolved_list dl dt{ height:35px; line-height:35px; background:#f1f1f1; } .resolved_list dl dt span{ margin-left:15px; } .resolved_list dl dd{ padding:15px 15px; border-bottom:1px solid #f1f1f1; } .resolved_img{ float:left; width:50px } .resolved_right{ float:left; width:900px; } .resolved_right ul{ margin:0 10px; } .resolved_right ul li{ color:#696969; line-height:20px; } .resolved_right ul li a{ color:#0da4d3; } .resolved_right ul li a:hover{ color:#faae4b; } .resolved_time{ float:right; } .chapter_red{ font-size: 16px; color:#ff0000; } .chapter_title{ background:#f1f1f1; line-height: 35px; height:35px; padding:0 15px; } .chapter_title_one{ font-size: 15px; background: none; padding:0; } .question_oper .chapter_num{ color:#333; } .question_oper .chapter_num:hover{ color:#333; } .panelBtn_chapter{ border-top: 1px dashed #ccc; margin-top: 5px; padding:5px 0; } .panelBtn_chapter li{ float:left; } .chapter_oper{ float:right; /*width:75px;*/ color:#ccc; } .chapter_oper a{ margin:0 5px; } .edit_jie,.del_jie{ cursor:pointer; } .chapter_list{ margin:10px 15px; padding-bottom: 10px; border-bottom: 1px dashed #ccc; } .chapter_list_two{ margin-left: 15px; } .chapter_list_three{ margin-left: 15px; } .chapter_list_four{ margin-left: 15px; } .node_list_one{ font-size: 14px; } .node_list_one li{ padding:15px 0; border-bottom: 1px dashed #ccc; } .node_oper{ margin:0 10px 0 0; color:#ccc; } .node_oper a{ padding:0 5px; } .node_num{ margin:0 10px 0 0; } .node_list_two li,.node_list_three li,.node_list_four li{ line-height: 31px; padding:0 0 0 15px; border:none; } .node_stitle{ margin:0 175px 0 0; padding:0 0 0 15px; } .big_title{ margin:10px 0; } .recommend_wrap{ margin:0 10px 0 0; } .recommend_special{ border:1px solid #ddd; } .recommend_special li{ border-bottom: 1px dashed #ddd; padding:3px 0; } .recommend_special li a{ color:#006D8F; } .recommend_special li:hover{ background:#f1f1f1; } .recommend_special li:last-child{ border-bottom: none; } .recommend_special table tr td,.recommend_special table tr th{ padding:0 10px; } .recommend_special table tr td:first-child,.recommend_special table tr th:first-child{ padding:0 0 0 15px; } .recommend_special table tr td:last-child,.recommend_special table tr th:last-child{ padding:0 15px 0 0; } .special_sort{ position:relative; } .sort_tip{ position:absolute; top:1px; left:40px; z-index: 999; width:75px; text-align: center; background:#000; border-radius: 3px; color:#fff; display:none; } .sort_tip span{ position:absolute; top:10px; left:-8px; width: 0; height: 0; border-top: 5px solid transparent; border-right: 8px solid #000; border-bottom: 5px solid transparent; } .recommend_add{ font-size: 14px; font-weight: bold; } .colorRed{ margin:0 3px 0 0; font-size: 16px; color:#f00; } .special_wrap{ margin:20px 0 0 0; font-size: 14px; } .special_wrap ul li{ float:left; width:480px; min-height: 150px; border:1px solid #ddd; margin:0 10px 15px 0; } .special_title{ font-size: 14px; line-height: 30px; } .special_wrap .special_title{ padding:3px 0 3px 15px; } .special_wrap a .special_title{ color:#006D8F; } .special_wrap .special_title:hover{ background:#f1f1f1; } .special_content{ padding:3px 15px; border-top: 1px solid #ddd; } .special_caozuo a{ padding:0 15px 0 0; } .special_kemu,.special_caozuo{ margin:0 0 5px 0; } .form_input{ width:30px; height:30px; padding:0 9px; } .special_bgjia{ width:445px; height:125px; background:url(special_bgjia.jpg) no-repeat center center; cursor:pointer; } .margin_B10{ margin-bottom: 15px; } .margin_T10{ margin-top: 15px; } .specail_subject_top{ margin:15px 0 0 0; } .specail_subject_top_title{ background:#f1f1f1; padding:8px 15px; } .specail_subject_title{ margin:0 180px 0 0; font-size: 16px; height:30px; line-height: 30px; } .specail_subject_content{ margin:1px 0 1px 0; padding:8px 15px; background:#f2f2f2; min-height: 66px; } .specail_subject{ font-size: 14px; } .specail_subject ul li{ padding:10px 15px; border-bottom:1px dashed #ddd; } .specail_subject ul li:hover{ background:#f1f1f1; } .specail_subject .fR{ font-size: 12px; margin:0 15px 0 0; } .suject_checked_list ul li{ font-size: 14px; line-height: 23px; border-bottom: 1px dashed #fff; } .suject_checked_list ul li:hover{ border-bottom: 1px dashed #ddd; } .suject_checked_list .checkbox label{ padding-left:0; } .checkbokWid{ position:absolute; right:0; width:18px; height:18px; border:1px solid #ddd; } .pop_box{ display: none; position: absolute; z-index: 99999; width: 438px; background: #fff; } .popbox_title{ line-height: 40px; font-family: "微软雅黑"; font-size: 16px; text-indent: 10px; color: #fff; background: #0da4d3; } .popbox_input{ width:100%; font-size: 14px; border: 1px solid #ccc; padding:5px; } .popbox_select{ width:100%; padding:5px; font-size: 14px; } #cover{ position:fixed; z-index: 9999; top:0; left:0; display:none; width:100%; height:100%; opacity: 0.6; background:#000 none repeat 0% 0%; } .overflowNone{ overflow-y:hidden; } .bg_black{ background:#f0f0f0; }