style.css 25 KB

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