tasklib_book.css 7.3 KB

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