examStyle.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. 
  2. /* 导航条 */
  3. #navigation_bar
  4. {
  5. width: 239px;
  6. margin-left: 5px;
  7. float:left;
  8. /*position: absolute;*/
  9. /*margin-top: 205px; */
  10. }
  11. #navigation_container
  12. {
  13. }
  14. #navigation_button
  15. {
  16. background-image: url(Image/left02.gif);
  17. height: 17px;
  18. width: 239px;
  19. background-repeat:no-repeat;
  20. }
  21. .navigation_body
  22. {
  23. text-align: left;
  24. margin: 0px 0px 0px 0px;
  25. overflow: auto;
  26. width: 232px;
  27. border-left: solid 1px #EFEAEC;
  28. border-right: solid 1px #EFEAEC;
  29. padding-left:5px;
  30. }
  31. .navigation_desc2
  32. {
  33. background-image: url(image/left.gif);
  34. height: 30px;
  35. text-align: center;
  36. vertical-align: middle;
  37. color: White;
  38. font-size: 16px;
  39. font-weight: bold;
  40. padding-top: 12px;
  41. background-repeat: no-repeat;
  42. }
  43. .navigationContent
  44. {
  45. overflow: hidden;
  46. text-overflow: ellipsis;
  47. white-space: nowrap;
  48. display: block;
  49. width: 205px;
  50. height: 25px;
  51. }
  52. .subtitleContent
  53. {
  54. height: 30px;
  55. background-image:url(Image/navigationContent.gif);
  56. background-repeat:no-repeat;
  57. margin-left:5px;
  58. margin-bottom:5px;
  59. }
  60. .navigation_bar
  61. {
  62. background-color: White;
  63. position: absolute;
  64. width: 220px;
  65. }
  66. .navigation_question
  67. {
  68. text-decoration: none;
  69. font-size: 12px;
  70. }
  71. /*
  72. */
  73. .q_placehold
  74. {
  75. float: right;
  76. width: 650px;
  77. }
  78. .q_buttom
  79. {
  80. background-image:url(Image/question_buttom.gif);
  81. background-repeat:no-repeat;
  82. height:17px;
  83. margin-left:5px;
  84. }
  85. #question
  86. {
  87. font-size: 12px;
  88. overflow-y:scroll;
  89. /*margin-top: 200px;*/
  90. }
  91. #control_bar
  92. {
  93. float: left;
  94. width: 350px;
  95. margin-top: 40px;
  96. margin-left: 210px;
  97. font-weight: bold;
  98. color:White;
  99. font-size:18pt;
  100. display:inline;
  101. overflow:hidden;
  102. }
  103. #control_container
  104. {
  105. text-align:center;
  106. width:500px;
  107. }
  108. #information_bar
  109. {
  110. float: right;
  111. width: 230px;
  112. margin-top: 35px;
  113. }
  114. .singleQuestionContainer
  115. {
  116. background-image:url(Image/question-container.gif);
  117. background-repeat: repeat-x;
  118. background-color: White;
  119. border: solid 1px #DFEAEC;
  120. margin-top: 5px;
  121. margin-left: 5px;
  122. margin-right: 5px;
  123. padding-bottom: 15px;
  124. }
  125. .questioncontainer
  126. {
  127. margin-top: 15px;
  128. margin-left: 7px;
  129. margin-right: 7px;
  130. font-size: 14px;
  131. }
  132. .paper-title
  133. {
  134. margin-top: 10px;
  135. margin-left: 7px;
  136. margin-right: 7px;
  137. font-size: 14px;
  138. }
  139. .answercontainer
  140. {
  141. margin-top: 5px;
  142. margin-left: 10px;
  143. }
  144. .examPaper
  145. {
  146. margin-top: 0px;
  147. margin-bottom:0px;
  148. background-color: #E2E3E5;
  149. }
  150. .btn_sign
  151. {
  152. cursor: hand;
  153. font-size: 9pt;
  154. background-image: url(../App_Themes/Examiner/Image/btn.bmp);
  155. background-color: #ffffff;
  156. color: #0066CC;
  157. text-align: center;
  158. border: 1px solid #ABCEEA;
  159. padding: 2px 2px 2px 2px;
  160. }
  161. .limiteText
  162. {
  163. overflow: hidden;
  164. text-overflow: ellipsis;
  165. white-space: nowrap;
  166. position: absolute;
  167. display: block;
  168. }
  169. .limiteMulitText
  170. {
  171. overflow: hidden;
  172. text-overflow: ellipsis;
  173. display: block;
  174. word-break: break-all;
  175. }
  176. .box
  177. {
  178. clear: both;
  179. width: 0px;
  180. height: 0px;
  181. border: none 0px white;
  182. }
  183. /* 逐题考试的导航按钮容器 */
  184. .buttonContainer
  185. {
  186. text-align:center;
  187. margin-top:50px;
  188. }
  189. .leftButtonContainer
  190. {
  191. display: inline;
  192. margin-right: 20px;
  193. }
  194. .rightButtonContainer
  195. {
  196. display: inline;
  197. margin-left: 20px;
  198. }
  199. .question-title
  200. {
  201. background-color: #BCE0F8;
  202. padding: 3px 3px 3px 15px;
  203. font-weight: bold;
  204. margin-bottom: 10px;
  205. font-size: 14px;
  206. }
  207. .answers
  208. {
  209. margin-top: 5px;
  210. margin-bottom: 5px;
  211. margin-left: 10px;
  212. }
  213. #topContainer
  214. {
  215. background-image: url(Image/examPaper-top.jpg);
  216. height: 172px;
  217. width: 900px;
  218. overflow:hidden;
  219. }
  220. .newexambtn
  221. {
  222. cursor: hand;
  223. font-size: 12pt;
  224. background-image: url(Image/takepage.png);
  225. background-color: #ffffff;
  226. color: black;
  227. text-align: center;
  228. border: 0px solid gray;
  229. vertical-align: middle;
  230. width: 95px;
  231. height: 34px;
  232. font-weight: bold;
  233. margin-top:2px;
  234. margin-left:3px;
  235. }
  236. #paper_body
  237. {
  238. width: 900px;
  239. background-color: White;
  240. margin: 0px auto;
  241. }
  242. .tooltip1
  243. {
  244. font-size: 12px;
  245. font-weight: normal;
  246. text-align: left;
  247. background-color: #ECECEC;
  248. width: 845px;
  249. height:24px;
  250. margin: auto;
  251. background-image:url(Image/split.gif) ;
  252. padding-left:55px;
  253. padding-top:7px;
  254. }
  255. #ExamPaper
  256. {
  257. background-color: White;
  258. margin-top: 0px;
  259. margin-bottom:0px;
  260. border-left: solid 1px #EFEAEC;
  261. border-right: solid 1px #EFEAEC;
  262. }