tasklib_book.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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;margin-bottom: 5px;line-height: 30px;}
  5. .answer-body[answer-showanswer='1']{display:inline;}
  6. .answer-body[data-astatus='0'] {
  7. height: 22px;
  8. border: 1px solid #6ab7ff;
  9. margin-bottom: 0px;
  10. }
  11. p .answer-body{
  12. margin-left:5px;
  13. }
  14. p .answer-body:first-child{
  15. margin-left:0px;
  16. }
  17. .answer-border {border:solid #66b6ff 1px;}
  18. .noanswer-border {border-bottom: 1px solid #66b6ff;}
  19. /*作答音频区域*/
  20. .answer-audio-range { border-radius: 5px;border:solid #66b6ff 1px;height:20px;display:none;margin-bottom:-6px;}
  21. .answer-audio-range img {float:left;margin-left:3px;margin-top:2px;width:15px;height:15px;}
  22. .answer-audio-range span { float:left;margin-left:4px; margin-right:5px;color:#6ab7ff;line-height:19px;font-size:15px;}
  23. /*答题点区域*/
  24. .answer-point-range { border-radius: 5px;height:22px;display:inline-block;}
  25. .answer-point-range img {float:left;margin-left:3px;margin-top:3px;width:16px;height:16px;}
  26. .answer-point-range span { float:left;margin-left:3px; margin-right:7px;color:#6ab7ff;line-height:22px;font-size:16px;}
  27. /*作答内容*/
  28. .answer-text { margin-left:5px; margin-right:8px;color:#6ab7ff;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;padding-bottom:1px;}
  29. /*评阅及点击相关样式*/
  30. .no-answer { color:#ff6600;text-decoration:none;border-bottom: 1px solid #979797;}
  31. .select-answer{
  32. border: none !important;
  33. background:#eaf6ff !important;
  34. }
  35. .select-answer[data-astatus='1'][data-errstatus='1'],.select-answer[data-astatus='2'][data-errstatus='1']{
  36. background:#ffefe4 !important;
  37. }
  38. .select-answer .answer-text {color:#6ab7ff;}
  39. .select-answer .answer-point-range span {color:#6ab7ff;}
  40. .select-answer[data-astatus='1'][data-errstatus='1'] .answer-text,.select-answer[data-astatus='2'][data-errstatus='1'] .answer-text {color:#ff6600;}
  41. .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;}
  42. .select-answer[answer-showanswer='1'][data-astatus='1'][data-errstatus='1'] .answer-text,.select-answer[answer-showanswer='1'][data-astatus='1'][data-errstatus='1'] .answer-text{
  43. background:#ffefe4 !important;
  44. }
  45. .select-answer[answer-showanswer='1'][data-astatus='1'][data-errstatus='0'] .answer-text,.select-answer[answer-showanswer='1'][data-astatus='1'][data-errstatus='0'] .answer-text{
  46. background:#eaf6ff !important;
  47. }
  48. /*一题多空样式*/
  49. .checkbox {
  50. display:inline;
  51. background:#fff;
  52. }
  53. /*.docxParagraphs {border:solid red 1px;}*/
  54. .answertext {border:0px; border-bottom:solid #6ab7ff 1px; padding-left:5px; color:#6ab7ff;word-break:keep-all;}
  55. .btn-bgimg { background:url(file:///android_asset/js/update-answer.png) no-repeat;background-position: left 3px;padding-left:18px;font-size:16px;}
  56. .div-container {
  57. position: relative;
  58. padding: 5px;
  59. border: 2px solid #EEE;
  60. width: 400px;
  61. height: 600px;
  62. margin: 0 auto;
  63. }
  64. .div-container-child {
  65. position: absolute;
  66. padding: 5px;
  67. width: 400px;
  68. height: 600px;
  69. margin: 0 auto;
  70. }
  71. .p-title-top{
  72. margin-top: -153px!important;
  73. height: 153px;
  74. font-size: 18px!important;
  75. }
  76. .scroll-view {
  77. z-index: 100;
  78. position: fixed;
  79. top: 0;
  80. height: auto;
  81. width: auto;
  82. *zoom: 0;
  83. *z-index: 100;
  84. _position: absolute;
  85. _top: expression(eval(document.documentElement.scrollTop));
  86. }
  87. .topImg{
  88. width: 100%!important;
  89. height: auto;
  90. }
  91. .underlineContent{
  92. user-select:none;
  93. display:inline;
  94. line-height: 35px;
  95. }
  96. .TableContainer{
  97. width: 100px;
  98. height: auto;
  99. overflow-x:auto !important;
  100. overflow-y:hidden !important;
  101. }
  102. .TableContainer::-webkit-scrollbar{
  103. display:none;
  104. }
  105. .PSBar{
  106. height: 3px;
  107. line-height: 3px;
  108. position: relative;
  109. left: 0px;
  110. bottom: -1px;
  111. background-color: #eee;
  112. z-index: 2;
  113. overflow:hidden;
  114. margin-bottom:15px;
  115. }
  116. .CSBar{
  117. height: 3px;
  118. line-height: 3px;
  119. position: relative;
  120. left: 0px;
  121. bottom: 0px;
  122. background-color: #ccc;
  123. z-index: 3;
  124. border-radius:3px;
  125. }
  126. .TableContainer td{
  127. min-width:205px !important;
  128. }
  129. td p{
  130. padding: 5px 0px;
  131. }
  132. td p .answer-body{
  133. height:27px;
  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. table tr td:last-child{
  145. padding-right:10px !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. border-radius:5px;
  166. margin: 0 auto;
  167. margin-top: 15px;
  168. margin-bottom: 5px;
  169. }
  170. .ListenDiv[data-status='1']{
  171. height:80px;
  172. background-color:rgba(10,169,251,1);
  173. }
  174. .ListenDiv .LDivTop{
  175. width:calc(100% - 20px);
  176. height:29px;
  177. border-bottom:1px solid rgba(255,255,255,0.6);
  178. margin:0 auto;
  179. overflow:hidden;
  180. }
  181. .LDivTop .LDivTItem{
  182. width:66px;
  183. height:26px;
  184. float:left;
  185. color:rgba(255,255,255,0.6);
  186. font-size: 16px;
  187. text-align:center;
  188. line-height: 26px;
  189. }
  190. .LDivTItem[data-selected='1']{
  191. color:rgba(255,255,255,1);
  192. border-bottom:2px solid #fff;
  193. }
  194. .ListenDiv .LDivFooter{
  195. width:calc(100%);
  196. height:47px;
  197. margin:0 auto;
  198. overflow:hidden;
  199. background-color:rgba(10,169,251,1);
  200. border-radius: 24px;
  201. }
  202. .LDivFooter .LDFPlayS {
  203. width:32px;
  204. height:32px;
  205. float:left;
  206. background-image: url('../Images/Listen/播放1@2x.png');
  207. background-repeat:no-repeat;
  208. margin-top: 8px;
  209. background-size: 100%;
  210. margin-left: 24px;
  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% - 228px);
  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:-15px;
  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. margin-right: 24px;
  261. }
  262. .LDFTimerS span{
  263. color:rgba(255,255,255,0.6);
  264. font-size: 16px;
  265. }
  266. /*#endregion音频插件*/
  267. img.cAStauts[showflag='0']{
  268. opacity:0;
  269. }