tasklib_book.css 7.3 KB

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