tasklib_book.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. body {text-align:left;}
  2. p{word-break: break-word;word-wrap: break-word;clear:both;line-height: 22px;}
  3. /*作答区域外层*/
  4. .answer-body {border-radius: 5px;display:inline-block;margin-bottom:-1px;margin-top:8px;}
  5. .answer-body[answer-showanswer='1']{display:inline;}
  6. .answer-body[data-astatus='0'] {
  7. border: 1px solid #6ab7ff;
  8. }
  9. p .answer-body{
  10. margin-left:5px;
  11. }
  12. p .answer-body:first-child{
  13. margin-left:0px;
  14. }
  15. .answer-border {border:solid #66b6ff 1px;}
  16. .noanswer-border {border-bottom: 1px solid #66b6ff;}
  17. /*作答音频区域*/
  18. .answer-audio-range { border-radius: 5px;border:solid #66b6ff 1px;height:20px;background-color:#eaf6ff;display:none;margin-bottom:-6px;}
  19. .answer-audio-range img {float:left;margin-left:3px;margin-top:2px;width:15px;height:15px;}
  20. .answer-audio-range span { float:left;margin-left:4px; margin-right:5px;color:#6ab7ff;line-height:19px;font-size:15px;}
  21. /*答题点区域*/
  22. .answer-point-range { border-radius: 5px;height:20px;display:inline-block;}
  23. .answer-point-range img {float:left;margin-left:3px;margin-top:5px;width:16px;height:16px;}
  24. .answer-point-range span { float:left;margin-left:3px; margin-right:7px;color:#6ab7ff;line-height:25px;font-size:16px;}
  25. /*作答内容*/
  26. .answer-text { margin-left:5px; margin-right:8px;color:#6ab7ff;height:20px;line-height:25px;font-size:16px;word-break:break-word;word-wrap:break-word;display:inline-block;text-indent:0;display:none;border-bottom: 1px solid #66b6ff;margin-bottom:5px;}
  27. /*评阅及点击相关样式*/
  28. .no-answer { color:#ff6600;text-decoration:none;border-bottom: 1px solid #979797;}
  29. .select-answer[data-astatus='1'][data-errstatus='1'] .no-answer,.select-answer[data-astatus='2'][data-errstatus='1'] .no-answer{
  30. background:#ffefe4;
  31. }
  32. .bad-answer { color:red; }
  33. .good-answer { color:green; }
  34. .select-answer{
  35. border: none !important;
  36. background:#eaf6ff;
  37. }
  38. .select-answer .cBoxCls{background:#eaf6ff;}
  39. .select-answer .answer-text {color:#6ab7ff;}
  40. .select-answer .answer-point-range span {color:#6ab7ff;}
  41. .select-answer[data-astatus='1'][data-errstatus='1'],.select-answer[data-astatus='2'][data-errstatus='1']{background:#ffefe4;}
  42. .select-answer[data-astatus='1'][data-errstatus='1'] .cBoxCls,.select-answer[data-astatus='2'][data-errstatus='1'] .cBoxCls{background:#ffefe4;}
  43. .select-answer[data-astatus='1'][data-errstatus='1'] .answer-text,.select-answer[data-astatus='2'][data-errstatus='1'] .answer-text {color:#ff6600;}
  44. .select-answer[data-astatus='1'][data-errstatus='1'] .answer-point-range span,.select-answer[data-astatus='2'][data-errstatus='1'] .answer-point-range span {color:#ff6600;}
  45. /*一题多空样式*/
  46. .checkbox {display:inline;}
  47. /*.docxParagraphs {border:solid red 1px;}*/
  48. .answertext {border:0px; border-bottom:solid #6ab7ff 1px; padding-left:5px; color:#6ab7ff;word-break:keep-all;}
  49. .btn-bgimg { background:url(file:///android_asset/js/update-answer.png) no-repeat;background-position: left 3px;padding-left:18px;font-size:16px;}
  50. .div-container {
  51. position: relative;
  52. padding: 5px;
  53. border: 2px solid #EEE;
  54. width: 400px;
  55. height: 600px;
  56. margin: 0 auto;
  57. }
  58. .div-container-child {
  59. position: absolute;
  60. padding: 5px;
  61. width: 400px;
  62. height: 600px;
  63. margin: 0 auto;
  64. }
  65. .p-title-top{
  66. margin-top: -153px!important;
  67. height: 153px;
  68. font-size: 18px!important;
  69. }
  70. .scroll-view {
  71. z-index: 100;
  72. position: fixed;
  73. top: 0;
  74. height: auto;
  75. width: auto;
  76. *zoom: 0;
  77. *z-index: 100;
  78. _position: absolute;
  79. _top: expression(eval(document.documentElement.scrollTop));
  80. }
  81. .topImg{
  82. width: 100%!important;
  83. height: auto;
  84. }
  85. .underlineContent{
  86. user-select:none;
  87. display:inline;
  88. line-height: 35px;
  89. }
  90. .TableContainer{
  91. width: 100px;
  92. height: auto;
  93. overflow-x:auto !important;
  94. overflow-y:hidden !important;
  95. }
  96. .TableContainer::-webkit-scrollbar{
  97. display:none;
  98. }
  99. .PSBar{
  100. height: 5px;
  101. line-height: 5px;
  102. position: relative;
  103. left: 0px;
  104. bottom: -1px;
  105. background-color: #eee;
  106. z-index: 2;
  107. overflow:hidden;
  108. margin-bottom:15px;
  109. }
  110. .CSBar{
  111. height: 5px;
  112. line-height: 5px;
  113. position: relative;
  114. left: 0px;
  115. bottom: 0px;
  116. background-color: #ccc;
  117. z-index: 3;
  118. }
  119. .TableContainer td{
  120. min-width:205px !important;
  121. }
  122. td p{
  123. line-height: 35px !important;
  124. }
  125. td p .answer-body{
  126. height:30px;
  127. }
  128. .TableContainer td span{
  129. white-space:normal;
  130. word-break:normal;
  131. }
  132. table{
  133. table-layout:fixed;
  134. word-wrap:break-word;
  135. word-break:break-all;
  136. }
  137. .checkbox{
  138. background:#fff !important;
  139. }
  140. .cBoxCls{
  141. width: 15px;
  142. height: 15px;
  143. border-radius: 4px;
  144. border: solid 1px #92d0ff;
  145. display:inline-block;
  146. position: relative;
  147. top: 2px;
  148. }
  149. .cBoxCls[data-status='1'] {
  150. background-image: url('../Images/checkbox2x.png');
  151. background-repeat:no-repeat;
  152. background-position: 0px 2px;
  153. background-size:15px 10.5px;
  154. }
  155. /*#region音频插件*/
  156. .ListenDiv{
  157. height:48px;
  158. background-color:rgba(10,169,251,1);
  159. }
  160. .ListenDiv[data-status='1']{
  161. height:80px;
  162. background-color:rgba(10,169,251,1);
  163. }
  164. .ListenDiv .LDivTop{
  165. width:calc(100% - 20px);
  166. height:29px;
  167. border-bottom:1px solid rgba(255,255,255,0.6);
  168. margin:0 auto;
  169. overflow:hidden;
  170. }
  171. .LDivTop .LDivTItem{
  172. width:66px;
  173. height:26px;
  174. float:left;
  175. color:rgba(255,255,255,0.6);
  176. font-size: 16px;
  177. text-align:center;
  178. line-height: 26px;
  179. }
  180. .LDivTItem[data-selected='1']{
  181. color:rgba(255,255,255,1);
  182. border-bottom:2px solid #fff;
  183. }
  184. .ListenDiv .LDivFooter{
  185. width:calc(100% - 20px);
  186. height:47px;
  187. margin:0 auto;
  188. overflow:hidden;
  189. }
  190. .LDivFooter .LDFPlayS {
  191. width:32px;
  192. height:32px;
  193. float:left;
  194. background-image: url('../Images/Listen/播放1@2x.png');
  195. background-repeat:no-repeat;
  196. margin-top: 8px;
  197. background-size: 100%;
  198. }
  199. .LDFPlayS[data-playstatus='1'] {
  200. background-image: url('../Images/Listen/暂停1@2x.png');
  201. }
  202. .LDivFooter .LDFPauseS {
  203. width:24px;
  204. height:24px;
  205. float:left;
  206. background-image: url('../Images/Listen/停止@2x.png');
  207. background-repeat: no-repeat;
  208. margin-top: 12px;
  209. background-size: 100%;
  210. margin-left:10px;
  211. }
  212. .LDFPWhite{
  213. width:0px;
  214. height: 2px;
  215. position:relative;
  216. left: 0px;
  217. top: 0px;
  218. background-color: #fff;
  219. }
  220. .LDivFooter .LDFProcS {
  221. width:calc(100% - 180px);
  222. height:2px;
  223. float:left;
  224. background-color:rgba(6,142,216,1);
  225. margin-left: 12px;
  226. margin-top: 23px;
  227. }
  228. .LDFProcS .LDFProcImg {
  229. width:30px;
  230. height:48px;
  231. position:relative;
  232. left:-10px;
  233. top:-25px;
  234. background-image: url('../Images/Listen/拉杆@2x.png');
  235. background-size: 10px 10px;
  236. background-repeat:no-repeat;
  237. background-position-y: 19px;
  238. background-position-x: 10px;
  239. }
  240. .LDivFooter .LDFTimerS{
  241. width: 100px;
  242. line-height:16px;
  243. float:right;
  244. margin-top:14px;
  245. text-align: right;
  246. overflow:hidden;
  247. }
  248. .LDFTimerS span{
  249. color:rgba(255,255,255,0.6);
  250. font-size: 16px;
  251. }
  252. /*#endregion音频插件*/
  253. img.cAStauts[showflag='0']{
  254. opacity:0;
  255. }