style.css 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630
  1. /* CSS Document */
  2. body{ margin:0; padding:0;font-family:"宋体", "微软雅黑" arial, sans-serif; background:#fff; font-size:14px; color:#333;}
  3. 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;}
  4. li{list-style-type:none;}
  5. img{vertical-align:top;}
  6. h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-weight:normal;}
  7. /* Link */
  8. a:link { text-decoration:none;}
  9. a:visited {text-decoration:none;}
  10. a:hover { color:#c70000;}
  11. a:active {color: #333;}
  12. /* Link end */
  13. .w5px{ width:100%; height:5px; clear:both; font-size:0px;}
  14. .w11px{ width:100%; height:11px; clear:both; font-size:0px;}
  15. .w10px{ width:100%; height:10px; clear:both; font-size:0px;}
  16. .w15px{ width:100%; height:15px; clear:both; font-size:0px;}
  17. .w20px{ width:100%; height:20px; clear:both; font-size:0px;}
  18. .marl15px{ margin-left:15px; display:inline;}
  19. .marr10px{ margin-right:10px;}
  20. .bggray{ background-color:#f5f5f5;}
  21. /*---------top css start-------------*/
  22. .top{ width:100%;}
  23. .wrap{ width:100%;}
  24. .main{ width:980px; margin:0 auto;}
  25. .bottom{ width:100%;}
  26. .fL {float:left}
  27. .fR {float:right}
  28. .clearfix:after {
  29. content:".";
  30. display:block;
  31. height:0;
  32. clear:both;
  33. visibility:hidden
  34. }
  35. .clearfix {
  36. display:inline-block;
  37. overflow:hidden
  38. }
  39. .clearfix {
  40. display:block
  41. }
  42. .clearfix {
  43. *zoom: 1;
  44. }
  45. .clearfix:before,
  46. .clearfix:after {
  47. display: table;
  48. content: "";
  49. line-height: 0;
  50. }
  51. .clearfix:after {
  52. clear: both;
  53. }
  54. a{
  55. color: #006D8F
  56. }
  57. a:hover{
  58. color: #FAAE4B
  59. }
  60. /*form&button*/
  61. .formItem {
  62. margin:10px 0;
  63. }
  64. .formItem dt{
  65. font-weight: normal !important;
  66. margin:15px 0 5px 0;
  67. }
  68. .formItem dd{
  69. padding:0 0 10px 0
  70. }
  71. .formItem dd:last-child{
  72. margin:35px 0 10px 0;
  73. }
  74. .formItem input.text {
  75. min-width: 250px;
  76. border:1px solid #ccc;
  77. padding:5px 5px;
  78. }
  79. .formItem .btnList{
  80. text-align: right;
  81. }
  82. .formItem .btnList .button+.button{
  83. margin-left:15px;
  84. }
  85. .button {
  86. display: inline-block;
  87. padding:5px 10px;
  88. border:1px solid #1987AA;
  89. cursor: pointer;
  90. }
  91. .button.btn-orange{
  92. color:#fff;
  93. border:1px solid #faae4b;
  94. box-shadow:0 1px 2px #f7f7f7 inset;
  95. -moz-box-shadow:0 1px 2px #f7f7f7 inset;
  96. -webkit-box-shadow:0 1px 2px #f7f7f7 inset;
  97. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae46', endColorstr='#faa333');
  98. background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffae46), to(#faa333));
  99. background:-moz-linear-gradient(top,#ffae46,#faa333);
  100. background: -ms-linear-gradient(top, #ffae46,#faa333);
  101. }
  102. .button.btn-orange:hover{
  103. color:#fff;
  104. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb63', endColorstr='#f59d2c');
  105. background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffbb63), to(#f59d2c));
  106. background:-moz-linear-gradient(top,#ffbb63,#f59d2c);
  107. background: -ms-linear-gradient(top,#ffbb63,#f59d2c);
  108. }
  109. .button.btn-orange:active{
  110. color:#fff;
  111. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39c2a', endColorstr='#f9a230');
  112. background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f39c2a), to(#f9a230));
  113. background:-moz-linear-gradient(top,#f39c2a,#f9a230);
  114. background: -ms-linear-gradient(top,#f39c2a,#f9a230);
  115. }
  116. .button.btn-gray{
  117. color:#fff;
  118. border:1px solid #ccc;
  119. background-color: #ccc
  120. }
  121. .button.btn-gray:hover{
  122. background-color: #B0B0B0
  123. }
  124. .button.btn-red{
  125. color:#fff;
  126. border:1px solid #e76946;
  127. box-shadow:0 1px 3px #ffc6b6 inset;
  128. -moz-box-shadow:0 1px 3px #ffc6b6 inset;
  129. -webkit-box-shadow:0 1px 3px #ffc6b6 inset;
  130. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f98463', endColorstr='#ee7856');
  131. background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f98463), to(#ee7856));
  132. background:-moz-linear-gradient(top,#f98463,#ee7856);
  133. background: -ms-linear-gradient(top, #f98463,#ee7856);
  134. }
  135. .button.btn-red:hover{
  136. color:#fff;
  137. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9070', endColorstr='#ff815c');
  138. background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff9070), to(#ff815c));
  139. background:-moz-linear-gradient(top,#ff9070,#ff815c);
  140. background: -ms-linear-gradient(top, #ff9070,#ff815c);
  141. }
  142. .button.btn-red:active{
  143. color:#fff;
  144. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef734f', endColorstr='#e6653f');
  145. background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ef734f), to(#e6653f));
  146. background:-moz-linear-gradient(top,#ef734f,#e6653f);
  147. background: -ms-linear-gradient(top, #ef734f,#e6653f);
  148. }
  149. .btnDel{
  150. width:12px;
  151. height:12px;
  152. background:url(del.gif) no-repeat 0 0;
  153. cursor:pointer;
  154. margin:0 3px;
  155. display: inline-block;
  156. }
  157. /*---------------------login-------------------------*/
  158. .content{
  159. background:#f1f1f1;
  160. width:380px;
  161. height:300px;
  162. position:absolute;
  163. top:50%;
  164. left:50%;
  165. margin-left:-190px;
  166. margin-top:-150px;
  167. }
  168. .contbox h2{
  169. background:#1987aa;
  170. width:100%;
  171. height:45px;
  172. line-height:45px;
  173. font-family:"微软雅黑";
  174. font-size:18px;
  175. text-align:center;
  176. color:#fff;
  177. border-bottom:1px solid #fff;
  178. }
  179. .contbox h2 span{
  180. width:100%;
  181. height:44px;
  182. display:block;
  183. border-bottom:1px solid #e9e9e9;
  184. }
  185. .loginbox{
  186. margin:0 auto;
  187. width:346px;
  188. height:180px;
  189. font-size:12px;
  190. color:#fff;
  191. font-size:12px;
  192. }
  193. .user_name,.user_post{
  194. background:#fff;
  195. width:344px;
  196. height:38px;
  197. line-height:38px;
  198. border:1px solid #dddcd8;
  199. margin-top:23px;
  200. _margin-top:10px;
  201. }
  202. .user_name label,.user_post label{
  203. float:right;
  204. margin-right:5px;
  205. }
  206. .user_name label img,.user_post label img{
  207. margin-top:10px;
  208. }
  209. #user_name,#user_post{
  210. width:310px;
  211. height:38px;
  212. line-height:38px;
  213. text-indent:5px;
  214. }
  215. #checkUserName,#checkPassword{
  216. width:320px;
  217. height:20px;
  218. line-height:20px;
  219. }
  220. .user_buttom{
  221. width:100%;
  222. text-align:center;
  223. height:40px;
  224. line-height:40px;
  225. margin-top:23px;
  226. _margin-top:10px;
  227. }
  228. .btnID {
  229. width:100%;
  230. height:40px;
  231. color: #f5eee6;
  232. border:1px solid #e58f1f;
  233. border-radius:5px;
  234. box-shadow:0 1px 3px #fff inset;
  235. -moz-box-shadow:0 1px 3px #fff inset;
  236. -webkit-box-shadow:0 1px 3px #fff inset;
  237. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae46', endColorstr='#faa333');
  238. background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffae46), to(#faa333));
  239. background:-moz-linear-gradient(top,#ffae46,#faa333);
  240. background: -ms-linear-gradient(top, #ffae46,#faa333);
  241. }
  242. .btnID:hover {
  243. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb63', endColorstr='#f59d2c');
  244. background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffbb63), to(#f59d2c));
  245. background:-moz-linear-gradient(top,#ffbb63,#f59d2c);
  246. background: -ms-linear-gradient(top,#ffbb63,#f59d2c);
  247. }
  248. .btnID:active {
  249. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59225', endColorstr='#de8c21');
  250. background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#e59225), to(#de8c21));
  251. background:-moz-linear-gradient(top,#e59225,#de8c21c);
  252. background: -ms-linear-gradient(top,#e59225,#de8c21);
  253. }
  254. .user_forget{
  255. width:343px;
  256. height:30px;
  257. line-height:30px;
  258. text-align:center;
  259. }
  260. .user_forget a,.user_forget a:visited{
  261. color:#8d806d;
  262. }
  263. .user_forget a:hover{
  264. color:#736045;
  265. }
  266. /*---------------------------question_list----------------------------*/
  267. .exam_top{
  268. height:50px;
  269. line-height:50px;
  270. background:#1987aa;
  271. }
  272. .exam_topbox{
  273. margin:0 auto;
  274. width:980px;
  275. }
  276. .exam_topleft h2{
  277. float:left;
  278. width:140px;
  279. height:50px;
  280. background:url(exam_bt.png) no-repeat 0 15px;
  281. }
  282. .exam_topleft ul{
  283. float:left;
  284. font-family:"微软雅黑";
  285. font-size:14px;
  286. margin-left:5px;
  287. }
  288. .exam_topleft ul li{
  289. float:left;
  290. }
  291. .exam_topleft ul li a span{
  292. }
  293. .exam_topleft ul li a,.exam_topleft ul li a:visited{
  294. color:#fff;
  295. padding:15px 20px;
  296. }
  297. .exam_topleft ul li a:hover{
  298. background:#13799a;
  299. }
  300. .hover{
  301. background:#13799a;
  302. }
  303. .exam_topright{
  304. float:right;
  305. font-family:"微软雅黑";
  306. font-size:12px;
  307. color:#fff;
  308. }
  309. .exam_topright ul span{
  310. float:left;
  311. margin-right:5px;
  312. }
  313. .exam_topright ul{
  314. }
  315. .exam_topright ul li{
  316. float:left;
  317. margin-left:10px;
  318. }
  319. .exam_topright ul li a,.exam_topright ul li a:visited{
  320. color:#fff;
  321. }
  322. .exam_topright ul li a:hover{
  323. text-decoration:underline;
  324. color:#faae4b;
  325. }
  326. .conbox{
  327. margin:0 auto;
  328. width:980px;
  329. font-family:"微软雅黑";
  330. font-size:12px;
  331. margin-top:10px;
  332. }
  333. .menu_list{
  334. font-size: 14px;
  335. }
  336. .menu_list ul span{
  337. float:left;
  338. }
  339. .menu_list ul li{
  340. float:left;
  341. }
  342. .menu_list ul li a,.menu_list tl li a:visited{
  343. color:#006d8f;
  344. }
  345. .menu_list ul li a:hover{
  346. color:#faae4b;
  347. }
  348. .add_ques,.add_subj,.btn_whole{
  349. float:right;
  350. text-align:center;
  351. cursor:pointer;
  352. }
  353. .title_bt{
  354. width:100%;
  355. }
  356. .title_bt h2{
  357. font-family:"微软雅黑";
  358. font-size:16px;
  359. color:#333;
  360. font-weight:bold;
  361. margin-top:10px;
  362. display:inline-block;
  363. border-bottom:2px solid #333;
  364. }
  365. .main_box{
  366. width:980px;
  367. line-height:28px;
  368. }
  369. ..main_box dl{
  370. font-family:"微软雅黑";
  371. font-size:12px;
  372. }
  373. .main_box dl dt{
  374. height:35px;
  375. line-height:35px;
  376. background:#f1f1f1;
  377. }
  378. .main_box dl dd{
  379. margin-top:5px;
  380. }
  381. .main_box dl dd a{
  382. color:#0da4d3;
  383. }
  384. .main_box dl dd a:hover{
  385. color:#faae4b;
  386. }
  387. .number_list{
  388. float:left;
  389. width:65px;
  390. height:auto;
  391. text-align:center;
  392. }
  393. .question_list{
  394. margin:0 130px 0 65px;
  395. }
  396. .question_oper{
  397. float:right;
  398. /*width:130px;*/
  399. color:#ccc;
  400. }
  401. .question_oper a{
  402. margin:0 5px
  403. }
  404. .question_loper{
  405. color:#696969;
  406. }
  407. .page_list{
  408. width:980px;
  409. height:30px;
  410. line-height:30px;
  411. background:#f1f1f1;
  412. margin-top:10px;
  413. margin-bottom: 50px;
  414. text-align:center;
  415. }
  416. .page_list a,.page_list a:visited{
  417. padding:0 5px;
  418. }
  419. .page_list a:hover{
  420. color:#faae4b;
  421. background-color: #fff
  422. }
  423. a.active{
  424. background:#1987AA;
  425. color:#fff;
  426. }
  427. a.active:hover{
  428. background:#1987AA;
  429. color:#fff;
  430. }
  431. a.disabled{
  432. background:#F1F1F1;
  433. color:#999;
  434. cursor: default;
  435. }
  436. a.disabled:hover{
  437. background:#F1F1F1;
  438. color:#999;
  439. }
  440. /*----------------------添加科目 添加题库------------------------*/
  441. .edit_ques,.edit_subm,.add_jie{
  442. cursor:pointer;
  443. }
  444. .subject_box,.edit_subject_box,.bank_box,.edit_bank_box,.subject_box_jie,.edit_subject_box_jie,.delete_box_jie{
  445. display:none;
  446. position: absolute;
  447. z-index: 99999;
  448. width:438px;
  449. /*border:1px solid #999;*/
  450. background:#fff;
  451. }
  452. .bank_top{
  453. height:40px;
  454. line-height:40px;
  455. }
  456. .bank_top span{
  457. }
  458. .bank_top h2{
  459. font-family:"微软雅黑";
  460. font-size:16px;
  461. text-indent:15px;
  462. color:#fff;
  463. background:#0da4d3;
  464. /*border-bottom:1px solid #999;*/
  465. }
  466. .bank_mainbox{
  467. margin:0 15px;
  468. }
  469. .bank_mainbox form span{
  470. float:left;
  471. width:100%;
  472. height:40px;
  473. line-height:40px;
  474. }
  475. .bank_Text{
  476. float:left;
  477. width:100%;
  478. }
  479. .bank_text{
  480. width:298px;
  481. height:28px;
  482. border:1px solid #ccc;
  483. padding-left:5px;
  484. }
  485. .bank_submit{
  486. float:right;
  487. margin:10px 0;
  488. }
  489. /*------------------------删除框--------------------------*/
  490. .delete_box{
  491. display:none;
  492. position: absolute;
  493. z-index: 99999;
  494. width:438px;
  495. /*border:1px solid #999;*/
  496. background:#fff;
  497. }
  498. .delete_top{
  499. height:40px;
  500. line-height:40px;
  501. }
  502. .delete_top span{
  503. }
  504. .delete_top h2{
  505. font-family:"微软雅黑";
  506. font-size:16px;
  507. text-indent:10px;
  508. color:#fff;
  509. background:#0da4d3;
  510. /*border-bottom:1px solid #999;*/
  511. }
  512. .delete_main{
  513. }
  514. .delete_mainbox{
  515. margin:0 10px;
  516. }
  517. /*-----------------------submit_list-------------------------*/
  518. .submit_list{
  519. float:left;
  520. width:470px;
  521. }
  522. .type_list{
  523. float:left;
  524. padding:5px 10px;
  525. }
  526. .type_list ul{
  527. }
  528. .type_list ul li{
  529. float:left;
  530. width:90px;
  531. }
  532. .type_list ul li a{
  533. color:#0da4d3;
  534. padding:0 15px;
  535. }
  536. .type_list ul li a:hover{
  537. color:#faae4b;
  538. }
  539. .submit_time{
  540. float:left;
  541. width:120px;
  542. text-align:center;
  543. }
  544. .submit_newtime{
  545. float:left;
  546. width:120px;
  547. text-align:center;
  548. }
  549. .submit_oper{
  550. float:left;
  551. width:206px;
  552. }
  553. .submit_oper i{
  554. float:left;
  555. margin-right:10px;
  556. cursor:pointer;
  557. }
  558. /*----------------------update_subject---------------------------*/
  559. .update_subject{
  560. width:980px;
  561. font-family:"微软雅黑";
  562. }
  563. .update_subject ul{
  564. margin:10px 15px 0;
  565. }
  566. .update_subject h2{
  567. height:35px;
  568. line-height:35px;
  569. background:#f1f1f1;
  570. padding:0 15px;
  571. }
  572. .update_subject ul li{
  573. width:430px;
  574. line-height:28px;
  575. display:block;
  576. }
  577. .update_text{
  578. width:388px;
  579. height:100px;
  580. color:#696969;
  581. border:1px solid #ccc;
  582. padding:5px 5px;
  583. }
  584. .new_update{
  585. color:#F00;
  586. }
  587. .btn_update{
  588. float:right;
  589. margin:0;
  590. line-height:15px;
  591. }
  592. /*----------------------update_subjectlist------------------------*/
  593. .update_subjectlist{
  594. width:100%;
  595. }
  596. .update_subjectlist h2{
  597. height:35px;
  598. line-height:35px;
  599. background:#f1f1f1;
  600. padding-left:15px;
  601. margin-top:15px;
  602. }
  603. .update_subjectlist ul{
  604. margin:0 15px 0;
  605. }
  606. .update_subjectlist ul li{
  607. line-height:28px;
  608. border-bottom:1px solid #ccc;
  609. padding:10px 0;
  610. }
  611. .update_list ul{
  612. margin:0;
  613. }
  614. .update_list ul li{
  615. border:none;
  616. padding:0;
  617. }
  618. .testTab {
  619. background-color: #F1F1F1;
  620. border-bottom: 1px dashed #ccc
  621. }
  622. .testTab h2{
  623. font-size:16px;
  624. padding: 5px 0;
  625. display: inline-block;
  626. margin:0 20px;
  627. }
  628. .testTab ul{
  629. float: right;
  630. }
  631. .testTab ul li{
  632. float: left;
  633. height: 32px;
  634. line-height: 32px;
  635. width:120px;
  636. text-align: center;
  637. border-left: 1px solid #ccc
  638. }
  639. .testTab ul li.now{
  640. border-bottom:1px solid #1987AA;
  641. }
  642. /*----------------------radiobutton_list--------------------------*/
  643. .test_list{
  644. width:100%;
  645. }
  646. .test_list dl{
  647. }
  648. .test_list dl dt{
  649. height:35px;
  650. line-height:35px;
  651. background:#f1f1f1;
  652. }
  653. .test_list dl dd{
  654. margin-top:5px;
  655. line-height:28px;
  656. }
  657. .test_list dl dd a{
  658. color:#0da4d3;
  659. }
  660. .test_list dl dd a:hover{
  661. color:#faae4b;
  662. }
  663. .radio_list{
  664. margin:0 100px 0 65px;
  665. }
  666. .radio_list font{
  667. color:#0da4d3;
  668. cursor:pointer;
  669. }
  670. .radio_oper{
  671. float:right;
  672. width:100px;
  673. color:#ccc;
  674. }
  675. .radio_oper a{
  676. margin:0 5px;
  677. }
  678. .radio_loper{
  679. color:#696969;
  680. }
  681. .test_list dl dd i{
  682. float:left;
  683. margin-right:10px;
  684. }
  685. .del_img{
  686. cursor:pointer;
  687. }
  688. .radiobutton{
  689. background:#efefef;
  690. padding:5px 15px 15px;
  691. margin-top:5px;
  692. color:#696969;
  693. }
  694. .radiobutton ul li p{
  695. line-height:18px;
  696. }
  697. .correct{
  698. color:#333;
  699. }
  700. .analyze{
  701. margin-top:5px;
  702. }
  703. /*-------------------edit_radiobutton----------------------*/
  704. .add_newsub{
  705. float:right;
  706. text-align:center;
  707. }
  708. .edit_radio{
  709. width:100%;
  710. padding:0 0 25px 0;
  711. border-bottom:1px solid #f1f1f1;
  712. }
  713. .edit_radio dl{
  714. }
  715. .edit_radio dl dt{
  716. height:35px;
  717. line-height:35px;
  718. background:#f1f1f1;
  719. }
  720. .edit_radio dl dd{
  721. margin-top:10px;
  722. }
  723. .edit_radiocon{
  724. float:left;
  725. width:460px;
  726. }
  727. .edit_radiocon ul{
  728. }
  729. .edit_radiocon ul li{
  730. color:#696969;
  731. margin-bottom:10px;
  732. }
  733. .edit_radiocon form ul li i{
  734. float:left;
  735. width:60px;
  736. text-align:right;
  737. }
  738. .edit_radiocon form ul li select{
  739. height:28px;
  740. border:1px solid #ccc;
  741. }
  742. .edit_rabtnID{
  743. float:right;
  744. color:#fff;
  745. cursor:pointer;
  746. }
  747. .view_list{
  748. width:100%;
  749. padding:0 0 15px 0;
  750. }
  751. .view_list dl dt{
  752. height:35px;
  753. line-height:35px;
  754. background:#f1f1f1;
  755. }
  756. .view_list dl dd{
  757. margin-top:5px;
  758. }
  759. .view_list dl dd a{
  760. color:#0da4d3;
  761. }
  762. .view_list dl dd a:hover{
  763. color:#faae4b;
  764. }
  765. .view_user{
  766. float:left;
  767. width:146px;
  768. }
  769. #view_user{
  770. color:#999;
  771. }
  772. .view_listcon{
  773. float:left;
  774. width:400px;
  775. text-align:center;
  776. }
  777. .view_time{
  778. float:left;
  779. width:120px;
  780. text-align:center;
  781. }
  782. .view_state{
  783. float:left;
  784. width:240px;
  785. text-align:center;
  786. }
  787. .view_state select{
  788. margin-top:5px;
  789. }
  790. .unsolved{
  791. color:#F00;
  792. }
  793. .resolved{
  794. color:#696969;
  795. }
  796. .look_resolved{
  797. float:right;
  798. text-align:center;
  799. margin-bottom:25px;
  800. color:#fff;
  801. }
  802. /*post*/
  803. .postPanel {
  804. margin:20px 0;
  805. }
  806. .postPanel .panelItem{
  807. width: 480px;
  808. height:192px;
  809. float: left;
  810. margin-right:10px;
  811. margin-bottom:10px;
  812. position: relative;
  813. }
  814. .postPanel .panelItem .panelBg{
  815. width: 480px;
  816. height: 192px;
  817. background: url(panelbg.png) repeat;
  818. position:absolute;
  819. top: 0;
  820. left: 0
  821. }
  822. .postPanel .panelItem .panelBtn a{
  823. color: #fff;
  824. cursor:pointer;
  825. margin:0 5px 0 0;
  826. }
  827. .postPanel .panelItem .panelBtn a:hover{
  828. text-decoration: underline;
  829. }
  830. .postPanel .panelItem h2{
  831. font-size: 24px;
  832. color: #fff;
  833. margin-left: 25px;
  834. margin-top: 20px;
  835. margin-bottom: 20px
  836. }
  837. .postPanel .panelItem .panelExt a{
  838. color: #fff;
  839. margin-left: 25px;
  840. padding:5px 8px;
  841. border:1px solid #fff;
  842. }
  843. .postPanel .panelItem .panelExt a:hover{
  844. font-weight: 600;
  845. background-color:#1987AA
  846. }
  847. .subjectPanel{
  848. margin:20px 0;
  849. }
  850. .subjectPanel .panelItem{
  851. width:480px;
  852. float: left;
  853. background-color: #F1F1F1;
  854. margin-right: 10px;
  855. margin-bottom: 10px;
  856. border-bottom:1px solid #1B83A4;
  857. }
  858. .subjectPanel .panelItem .panelBtn {
  859. border-top: 1px dashed #ccc;
  860. margin-top: 5px;
  861. padding:5px 0;
  862. }
  863. .subjectPanel .panelItem .panelBtn li{
  864. float: left;
  865. width:95px;
  866. text-align: center;
  867. height: 16px;
  868. line-height: 16px
  869. }
  870. .subjectPanel .panelItem .panelBtn a{
  871. color: #ccc
  872. }
  873. .subjectPanel .panelItem .panelBtn:hover a{
  874. color: #006D8F
  875. }
  876. .subjectPanel .panelItem .panelBtn:hover a:hover{
  877. color: #ff6501
  878. }
  879. .subjectPanel .panelItem .panelBar li {
  880. float: left;
  881. width: 119px;
  882. text-align: center;
  883. border-left:1px solid #ccc
  884. }
  885. .subjectPanel .panelItem .panelBar li:first-child{
  886. border-left:none
  887. }
  888. .subjectPanel .panelItem h2{
  889. padding:5px 0;
  890. font-size: 16px;
  891. text-align: center;
  892. border-bottom:1px dashed #ccc;
  893. margin-bottom:5px;
  894. }
  895. /*---------------------add_radiobutton add_judgetest add_answer add_multiselect--------------------------*/
  896. .add_radio,.add_judge,.add_answer,.add_multi{
  897. width:100%;
  898. padding:0 0 25px 0;
  899. border-bottom:1px solid #f1f1f1;
  900. }
  901. .add_radio dl{
  902. }
  903. .add_radio dl dt,.add_judge dl dt,.add_answer dl dt,.add_multi dl dt{
  904. height:35px;
  905. line-height:35px;
  906. background:#f1f1f1;
  907. }
  908. .add_radio dl dd,.add_judge dl dd,.add_answer dl dd,.add_multi dl dd{
  909. margin-top:10px;
  910. }
  911. .add_radiocon,.add_judgecon,.add_answercon,.add_multicon{
  912. float:left;
  913. width:460px;
  914. }
  915. .add_radiocon ul{
  916. }
  917. .add_radiocon ul li,.add_judgecon ul li,.add_answercon ul li,.add_multicon ul li{
  918. color:#696969;
  919. margin-bottom:10px;
  920. }
  921. .add_radiocon form ul li i,.add_judgecon form ul li i,.add_answercon form ul li i,.add_multicon form ul li i{
  922. float:left;
  923. width:60px;
  924. text-align:right;
  925. }
  926. .mul_textbox{
  927. color:#696969;
  928. width:388px;
  929. border:1px solid #ccc;
  930. padding:5px 5px;
  931. }
  932. .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{
  933. color:#696969;
  934. width:388px;
  935. border:1px solid #ccc;
  936. padding:5px 5px;
  937. }
  938. .add_radiocon form ul li select,.add_judgecon form ul li select{
  939. padding:5px 0;
  940. border:1px solid #ccc;
  941. }
  942. .add_rabtnID,.add_jubtnID,.add_anbtnID,.add_mubtnID{
  943. float:right;
  944. text-align:center;
  945. cursor:pointer;
  946. }
  947. /*------------------------multiselect_list-----------------------------*/
  948. .multiselect_list{
  949. width:100%;
  950. }
  951. .multiselect_list dl{
  952. }
  953. .multiselect_list dl dt{
  954. height:35px;
  955. line-height:35px;
  956. background:#f1f1f1;
  957. }
  958. .multiselect_list dl dd{
  959. margin-top:5px;
  960. line-height:28px;
  961. }
  962. .multiselect_list dl dd a{
  963. color:#0da4d3;
  964. }
  965. .multiselect_list dl dd a:hover{
  966. color:#faae4b;
  967. }
  968. .multi_list{
  969. margin:0 100px 0 65px;
  970. }
  971. .multi_oper{
  972. float:right;
  973. width:100px;
  974. color:#ccc;
  975. }
  976. .multi_oper a{
  977. margin:0 5px;
  978. }
  979. .multi_loper{
  980. color:#696969;
  981. }
  982. .multiselect{
  983. background:#efefef;
  984. padding:5px 15px 15px;
  985. margin-top:5px;
  986. color:#696969;
  987. }
  988. .multiselect ul li p{
  989. line-height:18px;
  990. }
  991. .multi_oper i{
  992. float:left;
  993. margin-right:10px;
  994. }
  995. /*------------------------edit_multiselect---------------------------*/
  996. .edit_multi{
  997. width:100%;
  998. padding:0 0 25px 0;
  999. border-bottom:1px solid #f1f1f1;
  1000. }
  1001. .edit_multi dl{
  1002. }
  1003. .edit_multi dl dt{
  1004. height:35px;
  1005. line-height:35px;
  1006. background:#f1f1f1;
  1007. }
  1008. .edit_multi dl dd{
  1009. margin-top:10px;
  1010. }
  1011. .edit_multicon{
  1012. float:left;
  1013. width:460px;
  1014. }
  1015. .edit_multicon ul{
  1016. }
  1017. .edit_multicon ul li{
  1018. color:#696969;
  1019. margin-bottom:10px;
  1020. }
  1021. .edit_multicon form ul li i{
  1022. float:left;
  1023. width:60px;
  1024. text-align:right;
  1025. }
  1026. .edit_multicon form ul li select{
  1027. height:28px;
  1028. border:1px solid #ccc;
  1029. }
  1030. .mul_check label{
  1031. margin:0 5px;
  1032. }
  1033. .edit_mubtnID{
  1034. float:right;
  1035. color:#fff;
  1036. cursor:pointer;
  1037. }
  1038. /*----------------------judgetest_list--------------------------*/
  1039. .judgetest_list{
  1040. width:100%;
  1041. }
  1042. .judgetest_list dl{
  1043. }
  1044. .judgetest_list dl dt{
  1045. height:35px;
  1046. line-height:35px;
  1047. background:#f1f1f1;
  1048. }
  1049. .judgetest_list dl dd{
  1050. margin-top:5px;
  1051. line-height:28px;
  1052. }
  1053. .judgetest_list dl dd a{
  1054. color:#0da4d3;
  1055. }
  1056. .judgetest_list dl dd a:hover{
  1057. color:#faae4b;
  1058. }
  1059. .judge_list{
  1060. margin:0 100px 0 65px;
  1061. }
  1062. .judge_oper{
  1063. float:right;
  1064. width:100px;
  1065. color:#ccc;
  1066. }
  1067. .judge_loper{
  1068. color:#696969;
  1069. }
  1070. .judge_oper a{
  1071. margin:0 5px;
  1072. }
  1073. .judge{
  1074. background:#efefef;
  1075. padding:5px 15px 15px;
  1076. margin-top:5px;
  1077. color:#696969;
  1078. }
  1079. .judge ul li p{
  1080. line-height:18px;
  1081. }
  1082. .judge_oper i{
  1083. float:left;
  1084. margin-right:10px;
  1085. }
  1086. /*-----------------------edit_judgetest-------------------------*/
  1087. .edit_judge{
  1088. width:100%;
  1089. padding:0 0 25px 0;
  1090. border-bottom:1px solid #f1f1f1;
  1091. }
  1092. .edit_judge dl{
  1093. }
  1094. .edit_judge dl dt{
  1095. height:35px;
  1096. line-height:35px;
  1097. background:#f1f1f1;
  1098. }
  1099. .edit_judge dl dd{
  1100. margin-top:10px;
  1101. }
  1102. .edit_judgecon{
  1103. float:left;
  1104. width:460px;
  1105. }
  1106. .edit_judgecon ul{
  1107. }
  1108. .edit_judgecon ul li{
  1109. color:#696969;
  1110. margin-bottom:10px;
  1111. }
  1112. .edit_judgecon form ul li i{
  1113. float:left;
  1114. width:60px;
  1115. text-align:right;
  1116. }
  1117. .edit_judgecon form ul li input{
  1118. color:#696969;
  1119. }
  1120. /*-----------------------answertest_list-----------------------*/
  1121. .answertest_list{
  1122. width:100%;
  1123. }
  1124. .answertest_list dl{
  1125. }
  1126. .answertest_list dl dt{
  1127. height:35px;
  1128. line-height:35px;
  1129. background:#f1f1f1;
  1130. margin-bottom:5px;
  1131. }
  1132. .answertest_list dl dd{
  1133. margin-top:5px;
  1134. line-height:28px;
  1135. }
  1136. .answertest_list dl dd a{
  1137. color:#0da4d3;
  1138. }
  1139. .answertest_list dl dd a:hover{
  1140. color:#faae4b;
  1141. }
  1142. .answer_list{
  1143. margin:0 100px 0 65px;
  1144. }
  1145. .answer_oper{
  1146. float:right;
  1147. width:100px;
  1148. color:#ccc;
  1149. }
  1150. .answer_oper a{
  1151. margin:0 5px;
  1152. }
  1153. .answer_loper{
  1154. color:#696969;
  1155. }
  1156. .answer{
  1157. background:#efefef;
  1158. padding:5px 15px 15px;
  1159. margin-top:5px;
  1160. color:#696969;
  1161. }
  1162. .answer ul li p{
  1163. line-height:18px;
  1164. }
  1165. .answer_oper i{
  1166. float:left;
  1167. margin-right:10px;
  1168. }
  1169. /*---------------------edit_answer------------------------------*/
  1170. .edit_answer{
  1171. width:100%;
  1172. padding:0 0 25px 0;
  1173. border-bottom:1px solid #f1f1f1;
  1174. }
  1175. .edit_answer dl{
  1176. }
  1177. .edit_answer dl dt{
  1178. height:35px;
  1179. line-height:35px;
  1180. background:#f1f1f1;
  1181. }
  1182. .edit_answer dl dd{
  1183. margin-top:10px;
  1184. }
  1185. .edit_answercon{
  1186. float:left;
  1187. width:460px;
  1188. }
  1189. .edit_answercon ul{
  1190. }
  1191. .edit_answercon ul li{
  1192. color:#696969;
  1193. margin-bottom:10px;
  1194. }
  1195. .edit_answercon form ul li i{
  1196. float:left;
  1197. width:60px;
  1198. padding:5px 0;
  1199. text-align:right;
  1200. }
  1201. .edit_answercon .text,.edit_judgecon .text{
  1202. color:#696969;
  1203. width:388px;
  1204. border:1px solid #ccc;
  1205. padding:5px 5px;
  1206. }
  1207. .edit_answercon form ul li select,.edit_judgecon form ul li select{
  1208. border:1px solid #ccc;
  1209. }
  1210. .edit_anbtnID,.edit_jubtnID{
  1211. float:right;
  1212. cursor:pointer;
  1213. color:#fff;
  1214. }
  1215. /*-----------------------opinion_list-------------------------*/
  1216. .opinion_list{
  1217. width:100%;
  1218. }
  1219. .opinion_list dl{
  1220. }
  1221. .opinion_list dl dt{
  1222. height:35px;
  1223. line-height:35px;
  1224. background:#f1f1f1;
  1225. }
  1226. .opinion_list dl dt span{
  1227. margin-left:15px;
  1228. }
  1229. .opinion_list dl dd{
  1230. padding:15px 15px;
  1231. border-bottom:1px solid #f1f1f1;
  1232. }
  1233. .opinion_img{
  1234. float:left;
  1235. width:50px
  1236. }
  1237. .opinion_right{
  1238. float:left;
  1239. width:900px;
  1240. }
  1241. .opinion_right ul{
  1242. margin:0 10px;
  1243. }
  1244. .opinion_right ul li{
  1245. color:#696969;
  1246. line-height:20px;
  1247. }
  1248. .opinion_right ul li a{
  1249. color:#0da4d3;
  1250. }
  1251. .opinion_right ul li a:hover{
  1252. color:#faae4b;
  1253. }
  1254. .types{
  1255. margin-left:15px;
  1256. color:#999;
  1257. }
  1258. .opinion_time{
  1259. float:right;
  1260. }
  1261. .solved{
  1262. float:right;
  1263. color:#F00;
  1264. }
  1265. .opsolved{
  1266. float:right;
  1267. color:#696969;
  1268. }
  1269. /*-----------------------item_resolved_list---------------------------*/
  1270. .resolved_list{
  1271. width:100%;
  1272. }
  1273. .resolved_list dl{
  1274. }
  1275. .resolved_list dl dt{
  1276. height:35px;
  1277. line-height:35px;
  1278. background:#f1f1f1;
  1279. }
  1280. .resolved_list dl dt span{
  1281. margin-left:15px;
  1282. }
  1283. .resolved_list dl dd{
  1284. padding:15px 15px;
  1285. border-bottom:1px solid #f1f1f1;
  1286. }
  1287. .resolved_img{
  1288. float:left;
  1289. width:50px
  1290. }
  1291. .resolved_right{
  1292. float:left;
  1293. width:900px;
  1294. }
  1295. .resolved_right ul{
  1296. margin:0 10px;
  1297. }
  1298. .resolved_right ul li{
  1299. color:#696969;
  1300. line-height:20px;
  1301. }
  1302. .resolved_right ul li a{
  1303. color:#0da4d3;
  1304. }
  1305. .resolved_right ul li a:hover{
  1306. color:#faae4b;
  1307. }
  1308. .resolved_time{
  1309. float:right;
  1310. }
  1311. .chapter_red{
  1312. font-size: 16px;
  1313. color:#ff0000;
  1314. }
  1315. .chapter_title{
  1316. background:#f1f1f1;
  1317. line-height: 35px;
  1318. height:35px;
  1319. padding:0 15px;
  1320. }
  1321. .chapter_title_one{
  1322. font-size: 15px;
  1323. background: none;
  1324. padding:0;
  1325. }
  1326. .question_oper .chapter_num{
  1327. color:#333;
  1328. }
  1329. .question_oper .chapter_num:hover{
  1330. color:#333;
  1331. }
  1332. .panelBtn_chapter{
  1333. border-top: 1px dashed #ccc;
  1334. margin-top: 5px;
  1335. padding:5px 0;
  1336. }
  1337. .panelBtn_chapter li{
  1338. float:left;
  1339. }
  1340. .chapter_oper{
  1341. float:right;
  1342. /*width:75px;*/
  1343. color:#ccc;
  1344. }
  1345. .chapter_oper a{
  1346. margin:0 5px;
  1347. }
  1348. .edit_jie,.del_jie{
  1349. cursor:pointer;
  1350. }
  1351. .chapter_list{
  1352. margin:10px 15px;
  1353. padding-bottom: 10px;
  1354. border-bottom: 1px dashed #ccc;
  1355. }
  1356. .chapter_list_two{
  1357. margin-left: 15px;
  1358. }
  1359. .chapter_list_three{
  1360. margin-left: 15px;
  1361. }
  1362. .chapter_list_four{
  1363. margin-left: 15px;
  1364. }
  1365. .node_list_one{
  1366. font-size: 14px;
  1367. }
  1368. .node_list_one li{
  1369. padding:15px 0;
  1370. border-bottom: 1px dashed #ccc;
  1371. }
  1372. .node_oper{
  1373. margin:0 10px 0 0;
  1374. color:#ccc;
  1375. }
  1376. .node_oper a{
  1377. padding:0 5px;
  1378. }
  1379. .node_num{
  1380. margin:0 10px 0 0;
  1381. }
  1382. .node_list_two li,.node_list_three li,.node_list_four li{
  1383. line-height: 31px;
  1384. padding:0 0 0 15px;
  1385. border:none;
  1386. }
  1387. .node_stitle{
  1388. margin:0 175px 0 0;
  1389. padding:0 0 0 15px;
  1390. }
  1391. .big_title{
  1392. margin:10px 0;
  1393. }
  1394. .recommend_wrap{
  1395. margin:0 10px 0 0;
  1396. }
  1397. .recommend_special{
  1398. border:1px solid #ddd;
  1399. }
  1400. .recommend_special li{
  1401. border-bottom: 1px dashed #ddd;
  1402. padding:3px 0;
  1403. }
  1404. .recommend_special li a{
  1405. color:#006D8F;
  1406. }
  1407. .recommend_special li:hover{
  1408. background:#f1f1f1;
  1409. }
  1410. .recommend_special li:last-child{
  1411. border-bottom: none;
  1412. }
  1413. .recommend_special table tr td,.recommend_special table tr th{
  1414. padding:0 10px;
  1415. }
  1416. .recommend_special table tr td:first-child,.recommend_special table tr th:first-child{
  1417. padding:0 0 0 15px;
  1418. }
  1419. .recommend_special table tr td:last-child,.recommend_special table tr th:last-child{
  1420. padding:0 15px 0 0;
  1421. }
  1422. .special_sort{
  1423. position:relative;
  1424. }
  1425. .sort_tip{
  1426. position:absolute;
  1427. top:1px;
  1428. left:40px;
  1429. z-index: 999;
  1430. width:75px;
  1431. text-align: center;
  1432. background:#000;
  1433. border-radius: 3px;
  1434. color:#fff;
  1435. display:none;
  1436. }
  1437. .sort_tip span{
  1438. position:absolute;
  1439. top:10px;
  1440. left:-8px;
  1441. width: 0;
  1442. height: 0;
  1443. border-top: 5px solid transparent;
  1444. border-right: 8px solid #000;
  1445. border-bottom: 5px solid transparent;
  1446. }
  1447. .recommend_add{
  1448. font-size: 14px;
  1449. font-weight: bold;
  1450. }
  1451. .colorRed{
  1452. margin:0 3px 0 0;
  1453. font-size: 16px;
  1454. color:#f00;
  1455. }
  1456. .special_wrap{
  1457. margin:20px 0 0 0;
  1458. font-size: 14px;
  1459. }
  1460. .special_wrap ul li{
  1461. float:left;
  1462. width:480px;
  1463. min-height: 150px;
  1464. border:1px solid #ddd;
  1465. margin:0 10px 15px 0;
  1466. }
  1467. .special_title{
  1468. font-size: 14px;
  1469. line-height: 30px;
  1470. }
  1471. .special_wrap .special_title{
  1472. padding:3px 0 3px 15px;
  1473. }
  1474. .special_wrap a .special_title{
  1475. color:#006D8F;
  1476. }
  1477. .special_wrap .special_title:hover{
  1478. background:#f1f1f1;
  1479. }
  1480. .special_content{
  1481. padding:3px 15px;
  1482. border-top: 1px solid #ddd;
  1483. }
  1484. .special_caozuo a{
  1485. padding:0 15px 0 0;
  1486. }
  1487. .special_kemu,.special_caozuo{
  1488. margin:0 0 5px 0;
  1489. }
  1490. .form_input{
  1491. width:30px;
  1492. height:30px;
  1493. padding:0 9px;
  1494. }
  1495. .special_bgjia{
  1496. width:445px;
  1497. height:125px;
  1498. background:url(special_bgjia.jpg) no-repeat center center;
  1499. cursor:pointer;
  1500. }
  1501. .margin_B10{
  1502. margin-bottom: 15px;
  1503. }
  1504. .margin_T10{
  1505. margin-top: 15px;
  1506. }
  1507. .specail_subject_top{
  1508. margin:15px 0 0 0;
  1509. }
  1510. .specail_subject_top_title{
  1511. background:#f1f1f1;
  1512. padding:8px 15px;
  1513. }
  1514. .specail_subject_title{
  1515. margin:0 180px 0 0;
  1516. font-size: 16px;
  1517. height:30px;
  1518. line-height: 30px;
  1519. }
  1520. .specail_subject_content{
  1521. margin:1px 0 1px 0;
  1522. padding:8px 15px;
  1523. background:#f2f2f2;
  1524. min-height: 66px;
  1525. }
  1526. .specail_subject{
  1527. font-size: 14px;
  1528. }
  1529. .specail_subject ul li{
  1530. padding:10px 15px;
  1531. border-bottom:1px dashed #ddd;
  1532. }
  1533. .specail_subject ul li:hover{
  1534. background:#f1f1f1;
  1535. }
  1536. .specail_subject .fR{
  1537. font-size: 12px;
  1538. margin:0 15px 0 0;
  1539. }
  1540. .suject_checked_list ul li{
  1541. font-size: 14px;
  1542. line-height: 23px;
  1543. border-bottom: 1px dashed #fff;
  1544. }
  1545. .suject_checked_list ul li:hover{
  1546. border-bottom: 1px dashed #ddd;
  1547. }
  1548. .suject_checked_list .checkbox label{
  1549. padding-left:0;
  1550. }
  1551. .checkbokWid{
  1552. position:absolute;
  1553. right:0;
  1554. width:18px;
  1555. height:18px;
  1556. border:1px solid #ddd;
  1557. }
  1558. .pop_box{
  1559. display: none;
  1560. position: absolute;
  1561. z-index: 99999;
  1562. width: 438px;
  1563. background: #fff;
  1564. }
  1565. .popbox_title{
  1566. line-height: 40px;
  1567. font-family: "微软雅黑";
  1568. font-size: 16px;
  1569. text-indent: 10px;
  1570. color: #fff;
  1571. background: #0da4d3;
  1572. }
  1573. .popbox_input{
  1574. width:100%;
  1575. font-size: 14px;
  1576. border: 1px solid #ccc;
  1577. padding:5px;
  1578. }
  1579. .popbox_select{
  1580. width:100%;
  1581. padding:5px;
  1582. font-size: 14px;
  1583. }
  1584. #cover{
  1585. position:fixed;
  1586. z-index: 9999;
  1587. top:0;
  1588. left:0;
  1589. display:none;
  1590. width:100%;
  1591. height:100%;
  1592. opacity: 0.6;
  1593. background:#000 none repeat 0% 0%;
  1594. }
  1595. .overflowNone{
  1596. overflow-y:hidden;
  1597. }
  1598. .bg_black{
  1599. background:#f0f0f0;
  1600. }