common.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859
  1. body
  2. {
  3. }
  4. .LoginTitle
  5. {
  6. font-size: 14px;
  7. font-weight: bold;
  8. font-family: "宋体";
  9. color: #0066CC;
  10. }
  11. .button
  12. {
  13. cursor: hand;
  14. font-size: 9pt;
  15. background-image: url(Image/btn.bmp);
  16. background-color: #ffffff;
  17. color: #0066CC;
  18. text-align: center;
  19. border: 1px solid #ABCEEA;
  20. padding: 2px 2px 2px 2px;
  21. }
  22. .button2
  23. {
  24. cursor: hand;
  25. font-size: 9pt;
  26. background-image: url(Image/btn2.bmp);
  27. background-color: #ffffff;
  28. color: white;
  29. text-align: center;
  30. border: 1px solid gray;
  31. vertical-align: middle;
  32. }
  33. .newbutton
  34. {
  35. cursor: hand;
  36. font-size: 9pt;
  37. background-image: url(Image/newbutton.gif);
  38. background-color: #ffffff;
  39. color: white;
  40. text-align: center;
  41. border: 0px none #000000;
  42. width: 60px;
  43. background-repeat: no-repeat;
  44. }
  45. .button3
  46. {
  47. cursor: hand;
  48. font-size: 9pt;
  49. background-image: url(Image/btn.bmp);
  50. background-color: #ffffff;
  51. color: #0066CC;
  52. text-align: center;
  53. border: 1px solid #ABCEEA;
  54. padding: 2px 2px 2px 2px;
  55. width: 60px;
  56. }
  57. .RuleTitle
  58. {
  59. font-size: 12px;
  60. font-weight: bold;
  61. color: #0066CC;
  62. padding: 5px 5px 5px 5px;
  63. }
  64. .RuleContent
  65. {
  66. font-size: 12px;
  67. padding: 5px 5px 5px 5px;
  68. }
  69. .txt
  70. {
  71. border-style: solid;
  72. border-width: 1px;
  73. border-color: #00a0f0;
  74. }
  75. .style1
  76. {
  77. font-size: 14px;
  78. font-weight: bold;
  79. font-family: "宋体";
  80. color: #0066CC;
  81. }
  82. .style2
  83. {
  84. font-size: 12px;
  85. font-weight: normal;
  86. font-family: "宋体";
  87. }
  88. .style3
  89. {
  90. font-size: 30px;
  91. font-weight: bold;
  92. font-family: "宋体";
  93. }
  94. .style4
  95. {
  96. font-size: 14px;
  97. font-weight: bold;
  98. font-family: "宋体";
  99. color: #FFFFFF;
  100. }
  101. .style5
  102. {
  103. text-align: left;
  104. }
  105. .TextBoxStyle
  106. {
  107. border: 0px 0px 0px 0px;
  108. border-style: none;
  109. height: 12px;
  110. }
  111. .DDLStyle
  112. {
  113. width: 165px;
  114. }
  115. .style23
  116. {
  117. color: #CC0000;
  118. font-size: 14px;
  119. font-weight: bold;
  120. font-family: "宋体";
  121. }
  122. .style22
  123. {
  124. color: #0099FF;
  125. font-size: 36px;
  126. font-weight: bold;
  127. font-family: "宋体";
  128. }
  129. .style6
  130. {
  131. font-size: 12px;
  132. font-family: "宋体";
  133. color: #FFFFFF;
  134. }
  135. .style7
  136. {
  137. font-size: 12px;
  138. color: #000000;
  139. font-family: "宋体";
  140. font-weight: normal;
  141. text-align: left;
  142. }
  143. .style8
  144. {
  145. font-size: 12px;
  146. font-family: "宋体";
  147. color: #0066CC;
  148. }
  149. .style9
  150. {
  151. font-size: 12px;
  152. font-family: "宋体";
  153. font-weight: bold;
  154. color: #FFFFFF;
  155. }
  156. .style12
  157. {
  158. font-size: 12px;
  159. font-family: "宋体";
  160. font-weight: normal;
  161. width: 300px;
  162. }
  163. .style13
  164. {
  165. color: #000000;
  166. }
  167. .style19
  168. {
  169. font-size: 12px;
  170. }
  171. .style20
  172. {
  173. color: #FF0000;
  174. font-weight: bold;
  175. font-size: 12px;
  176. font-family: "宋体";
  177. }
  178. .style21
  179. {
  180. color: #009900;
  181. }
  182. .TextGraySoild
  183. {
  184. width: 40px;
  185. border-style: solid;
  186. border-width: 1px;
  187. border-color: Gray;
  188. }
  189. .HeadInfo
  190. {
  191. text-align: right;
  192. }
  193. .RedFont
  194. {
  195. color: Red;
  196. }
  197. .handoverinfo
  198. {
  199. background-image: url(image/交卷.gif);
  200. background-repeat: no-repeat;
  201. height: 300px;
  202. margin-left: 35%;
  203. margin-top: 20%;
  204. }
  205. .ALLHead
  206. {
  207. width: 100%;
  208. overflow: hidden;
  209. height: auto;
  210. }
  211. .Thead
  212. {
  213. background: url(image/3_01.gif) no-repeat center center;
  214. height: 213px;
  215. }
  216. .tableBorder2
  217. {
  218. border-right: 1px;
  219. border-top: 1px;
  220. border-left: 1px;
  221. width: 100%;
  222. border-bottom: 1px;
  223. background-color: #CBE7FD;
  224. }
  225. .DivStyleQuery
  226. {
  227. border: 1px;
  228. border-bottom-style: solid;
  229. border: #cfcfcf;
  230. width: 100%;
  231. }
  232. .DivStyleQuery table tr th
  233. {
  234. text-align: right;
  235. font-weight: normal;
  236. font-size: 12px;
  237. }
  238. .DivStyleQuery table tr td
  239. {
  240. text-align: left;
  241. font-weight: normal;
  242. font-size: 12px;
  243. }
  244. .box06
  245. {
  246. color: #000000;
  247. background-image: url(image/sytlebg.jpg);
  248. background-repeat: repeat;
  249. height: 26px;
  250. }
  251. .box02
  252. {
  253. background-color: #ffffff;
  254. font-size: 12px;
  255. color: #000000;
  256. }
  257. .titleContent
  258. {
  259. background-image: url(image/test.jpg);
  260. height: 30px;
  261. border-width: 1px;
  262. }
  263. .navigation_subtitle
  264. {
  265. text-align: center;
  266. vertical-align: top;
  267. font-size: 12px;
  268. text-decoration: none;
  269. color: Black;
  270. margin-left: 10px;
  271. line-height: 20px;
  272. }
  273. .navigation_question:visited
  274. {
  275. font-size: 12px;
  276. color: #1177cc;
  277. }
  278. .navigation_question_complate
  279. {
  280. color: Green;
  281. }
  282. .navigation_question_complate:visited
  283. {
  284. color: Green;
  285. }
  286. .navigation_question_sign
  287. {
  288. color: Red;
  289. }
  290. .navigation_question_sign:visited
  291. {
  292. color: Red;
  293. }
  294. .table04
  295. {
  296. border-width: 0px;
  297. background-color: White;
  298. }
  299. .table04 td
  300. {
  301. border-width: 0px;
  302. }
  303. .navigation_bar > table
  304. {
  305. width: 100%;
  306. }
  307. .navigation_bar > table > Tbody > th
  308. {
  309. text-align: center;
  310. }
  311. .navigation_desc
  312. {
  313. background-image: url(image/left.jpg);
  314. height: 40px;
  315. text-align: center;
  316. vertical-align: middle;
  317. color: White;
  318. font-size: 16px;
  319. color: #760100;
  320. font-weight: bold;
  321. }
  322. .navigation_title
  323. {
  324. text-align: center;
  325. vertical-align: middle;
  326. font-size: 12px;
  327. font-weight: bold;
  328. text-decoration: none;
  329. color: Black;
  330. margin-left: 10px;
  331. }
  332. .test_body
  333. {
  334. margin: 0px 5px 0px 5px;
  335. }
  336. .tooltip
  337. {
  338. font-size: 12px;
  339. font-weight: normal;
  340. text-align: left;
  341. background-color: #ECECEC;
  342. width: 100%;
  343. }
  344. .tooltip_text
  345. {
  346. color: Blue;
  347. font-weight: bold;
  348. }
  349. .txt_underline
  350. {
  351. width: 100px;
  352. border-style: solid;
  353. border-width: 0px;
  354. border-bottom-width: 1px;
  355. }
  356. .timer
  357. {
  358. }
  359. .style30
  360. {
  361. cursor: hand;
  362. color: Black;
  363. border-bottom-width: 1px;
  364. border-bottom-color: White;
  365. text-decoration: "underline";
  366. }
  367. .AllUserInfo
  368. {
  369. border: 1px gray;
  370. border-style: solid;
  371. width: 270px;
  372. height: 300px;
  373. margin-top: 0px;
  374. margin-bottom: 5px;
  375. }
  376. .tableBorder2
  377. {
  378. border-right: 1px;
  379. border-top: 1px;
  380. border-left: 1px;
  381. width: 100%;
  382. border-bottom: 1px;
  383. background-color: #CBE7FD;
  384. margin-bottom: 15px;
  385. }
  386. .box06
  387. {
  388. color: #000000;
  389. background-image: url(image/sytlebg.jpg);
  390. background-repeat: repeat;
  391. }
  392. .box06 td
  393. {
  394. text-align: center;
  395. }
  396. .box02
  397. {
  398. background-color: #ffffff;
  399. font-size: 12px;
  400. color: #000000;
  401. }
  402. .box02 td
  403. {
  404. text-align: center;
  405. height: 26px;
  406. font-weight: normal;
  407. }
  408. .bg3
  409. {
  410. font-size: 12px;
  411. color: #0782AF;
  412. background-image: url(image/sytlebg.jpg);
  413. height: 30px;
  414. font-weight: normal;
  415. }
  416. .bg4
  417. {
  418. font-size: 12px;
  419. font-weight: normal;
  420. border: 1px solid #D7D6D9;
  421. padding: 1px 1px;
  422. color: #000000;
  423. height: 30px;
  424. }
  425. .table3 th
  426. {
  427. text-align: right;
  428. font-size: 12px;
  429. }
  430. .table3 td
  431. {
  432. text-align: left;
  433. }
  434. .TextStyle30
  435. {
  436. width: 120px;
  437. border-style: solid;
  438. border-width: 1px;
  439. border-color: Gray;
  440. }
  441. .TextStyle31
  442. {
  443. width: 150px;
  444. border-style: solid;
  445. border-width: 1px;
  446. border-color: Gray;
  447. }
  448. .btnQuery
  449. {
  450. cursor: hand;
  451. font-size: 9pt;
  452. background-image: url(Image/btn_query.gif);
  453. background-color: #ffffff;
  454. color: gray;
  455. text-align: center;
  456. border: 0px solid gray;
  457. vertical-align: middle;
  458. width: 78px;
  459. height: 21px;
  460. }
  461. .btnQuery1
  462. {
  463. cursor: hand;
  464. font-size: 9pt;
  465. background-image: url(Image/btn_query.gif);
  466. background-color: #ffffff;
  467. color: #0066CC;
  468. text-align: center;
  469. border: 1px solid gray;
  470. vertical-align: middle;
  471. width: 78px;
  472. height: 21px;
  473. }
  474. .btnOpertion
  475. {
  476. cursor: hand;
  477. font-size: 9pt;
  478. background-image: url(Image/btn_operation.gif);
  479. background-color: #ffffff;
  480. color: black;
  481. text-align: center;
  482. border: 0px solid gray;
  483. vertical-align: middle;
  484. width: 98px;
  485. height: 22px;
  486. }
  487. .btnOK
  488. {
  489. cursor: hand;
  490. font-size: 9pt;
  491. background-image: url(Image/btn_ok2.gif);
  492. background-color: #ffffff;
  493. color: black;
  494. text-align: center;
  495. border: 0px solid gray;
  496. vertical-align: middle;
  497. width: 67px;
  498. height: 23px;
  499. }
  500. .newbtnOK
  501. {
  502. cursor: hand;
  503. font-size: 9pt;
  504. background-image: url(Image/btnok.gif);
  505. background-color: #ffffff;
  506. color: black;
  507. text-align: center;
  508. border: 0px solid gray;
  509. vertical-align: middle;
  510. width: 67px;
  511. height: 23px;
  512. }
  513. Table.list
  514. {
  515. width: 100%;
  516. border-style: none;
  517. border-width: 0px;
  518. padding: 0px 0px 0px 0px;
  519. border-spacing: 0;
  520. }
  521. Table.list th
  522. {
  523. font-size: 12px;
  524. color: #000000;
  525. background-image: url(image/sytlebg.jpg);
  526. height: 26px;
  527. font-weight: bold;
  528. border-style: solid;
  529. border-width: 1px;
  530. border-color: #bfbffF;
  531. }
  532. Table.list th a
  533. {
  534. color: #0782AF;
  535. }
  536. Table.list td a
  537. {
  538. color: Blue;
  539. }
  540. Table.list tbody tr
  541. {
  542. font-size: 12px;
  543. color: #000000;
  544. text-align: center;
  545. height: 22px;
  546. }
  547. Table.list tbody tr:hover
  548. {
  549. font-size: 12px;
  550. color: #0782AF;
  551. background-image: url(image/sytlebg.jpg);
  552. background-repeat: repeat-x;
  553. }
  554. Table.list td
  555. {
  556. border-style: solid;
  557. border-width: 1px;
  558. border-color: #bfbffF;
  559. height: 20px;
  560. }
  561. .trhover
  562. {
  563. font-size: 12px;
  564. color: #0782AF;
  565. background-image: url(image/sytlebg.jpg);
  566. background-repeat: repeat-x;
  567. }
  568. .trout
  569. {
  570. font-size: 12px;
  571. color: #000000;
  572. text-align: center;
  573. height: 22px;
  574. }
  575. .loginbody
  576. {
  577. margin-left: 0px;
  578. margin-top: 50px;
  579. margin-right: 0px;
  580. margin-bottom: 0px;
  581. background-image: url(image/4.gif);
  582. }
  583. Table.list2 td
  584. {
  585. border: solid 1px #F0F0F0;
  586. }
  587. Table.list2
  588. {
  589. width: 100%;
  590. border: 1px solid #7C7C7C7;
  591. border-right: 1px;
  592. border-top: 1px;
  593. border-left: 1px;
  594. width: 100%;
  595. border-color: #C7C7C7;
  596. border-bottom: 1px;
  597. margin-top: 15px;
  598. text-align: center;
  599. }
  600. Table.list2 th
  601. {
  602. color: #000000;
  603. background-color: #F1E5D0;
  604. background-repeat: repeat;
  605. border-right-width: 1px;
  606. border-right-style: solid;
  607. border-right-color: white;
  608. }
  609. Table.list2 a
  610. {
  611. color: #000000;
  612. }
  613. Table.list2 th td
  614. {
  615. height: 24px;
  616. border: 1px solid #F0F0F0;
  617. text-align: center;
  618. }
  619. Table.list2 tbody tr
  620. {
  621. height: 30px;
  622. font-size: 12px;
  623. color: #000000;
  624. }
  625. Table.list2 tbody tr:hover
  626. {
  627. font-size: 12px;
  628. color: #0782AF;
  629. background-color: #F9F9F9;
  630. background-repeat: repeat-x;
  631. }
  632. Table.list2 a
  633. {
  634. color: #2130ED;
  635. }
  636. .btn_signed
  637. {
  638. cursor: hand;
  639. font-size: 9pt;
  640. background-image: url(Image/redbutton.bmp);
  641. color: #0066CC;
  642. text-align: center;
  643. border: 1px solid #ABCEEA;
  644. padding: 2px 2px 2px 2px;
  645. }
  646. .btn_sign
  647. {
  648. cursor: hand;
  649. font-size: 9pt;
  650. background-image: url(Image/btn.bmp);
  651. background-color: #ffffff;
  652. color: #0066CC;
  653. text-align: center;
  654. border: 1px solid #ABCEEA;
  655. padding: 2px 2px 2px 2px;
  656. }
  657. .highlight
  658. {
  659. background-color: Yellow;
  660. }
  661. .normallight
  662. {
  663. background-color: White;
  664. }
  665. .PageLoad
  666. {
  667. margin: 10px auto;
  668. z-index: 999;
  669. position: absolute;
  670. text-align: center;
  671. width: 100%;
  672. cursor: progress;
  673. }
  674. .answer
  675. {
  676. margin-right: 30px;
  677. white-space: nowrap;
  678. font-size: 14px;
  679. }
  680. .box
  681. {
  682. clear: both;
  683. width: 0px;
  684. }
  685. .longbutton
  686. {
  687. background-image: url(Image/longbutton.gif);
  688. width: 104px;
  689. height: 23px;
  690. border: none 0px white;
  691. cursor: pointer;
  692. }
  693. .waitpage
  694. {
  695. margin:0px;
  696. padding:0px;
  697. }
  698. .waitHead
  699. {
  700. background-image: url(Image/WaitExamTop.jpg);
  701. background-repeat: no-repeat;
  702. width: 1000px;
  703. height: 109px;
  704. margin: 0px auto;
  705. }
  706. .waitContainer
  707. {
  708. background-image: url(Image/waitcontainer.gif);
  709. background-repeat: no-repeat;
  710. width: 1000px;
  711. background-color: White;
  712. margin: 0px auto;
  713. padding-top:18px;
  714. }
  715. .waitContainer .head
  716. {
  717. background-image: url(Image/WaitExamTop.jpg);
  718. background-repeat: repeat-x;
  719. width: 950px;
  720. height: 32px;
  721. margin: 0px auto;
  722. color:White;
  723. font-weight:bold;
  724. font-size:14pt;
  725. padding-top:10px;
  726. padding-left:5px;
  727. }
  728. .waitContainer .body
  729. {
  730. background-image: url(Image/waitback.gif);
  731. background-repeat: no-repeat;
  732. width: 954px;
  733. height: 308px;
  734. margin: 0px auto;
  735. font-size:12px;
  736. }
  737. .waitContainer .left
  738. {
  739. width:236px;
  740. float:left;
  741. padding-top:25px;
  742. }
  743. .waitContainer .left .imgdiv
  744. {
  745. margin:0px auto;
  746. width:150px;
  747. }
  748. .waitContainer .left table
  749. {
  750. padding-top:10px;
  751. padding-left:10px;
  752. padding-right:5px;
  753. width:100%;
  754. }
  755. .waitContainer .left table th
  756. {
  757. height:25px;
  758. font-weight:normal;
  759. }
  760. .waitContainer .left table td
  761. {
  762. height:25px;
  763. }
  764. .waitContainer .center
  765. {
  766. width:2px;
  767. background-color:#E2E2E2;
  768. height:200px;
  769. margin-top:25px;
  770. float:left;
  771. }
  772. .waitContainer .right
  773. {
  774. width:715px;
  775. float:left;
  776. }
  777. .waitContainer .right .info
  778. {
  779. padding-top:50px;
  780. padding-left:80px;
  781. }
  782. .gridview
  783. {
  784. width: 98%;
  785. border-collapse: collapse;
  786. background-color: White;
  787. border:none 0px white;
  788. margin:2px auto;
  789. }
  790. .gridview th
  791. {
  792. border-right: white 1px solid;
  793. border-left: white 1px solid;
  794. border-bottom: white 0px solid;
  795. border-top: none 0px white;
  796. font-weight: bold;
  797. font-size: 12px;
  798. background-attachment: fixed;
  799. vertical-align: middle;
  800. text-transform: none;
  801. color: #666666;
  802. line-height: 25px;
  803. font-style: normal;
  804. border-collapse: separate;
  805. background-color: #DFEAFB;
  806. text-align: left;
  807. font-variant: normal;
  808. text-decoration: none;
  809. font-family: 宋体;
  810. }
  811. .gridview td
  812. {
  813. line-height: 22px;
  814. padding: 3px 3px 3px 3px;
  815. border: none 0px white;
  816. }
  817. .gridview tr
  818. {
  819. text-align: left;
  820. background-color: #F1F6FF;
  821. border-bottom: #A8CFEB 1px dotted;
  822. font-family: 宋体;
  823. font-size: 12px;
  824. color: #000000;
  825. }
  826. .gridview .alteritem
  827. {
  828. line-height: 22px;
  829. background-color: #ffffff;
  830. border-bottom: #A8CFEB 1px dotted;
  831. font-family: 宋体;
  832. font-size: 12px;
  833. color: #000000;
  834. padding: 3px 3px 3px 3px;
  835. }
  836. .wordBreak
  837. {
  838. word-wrap:break-word;word-break:break-all;
  839. }