tasklib_book.css 7.6 KB

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