tasklib_book.css 7.5 KB

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