tasklib_book.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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. .answer-body[data-astatus='1'][data-iscflag='1'],.answer-body[data-astatus='2'][data-iscflag='1'] {
  12. line-height: 22px;
  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: 3px;
  110. line-height: 3px;
  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: 3px;
  121. line-height: 3px;
  122. position: relative;
  123. left: 0px;
  124. bottom: 0px;
  125. background-color: #ccc;
  126. z-index: 3;
  127. border-radius:3px;
  128. }
  129. .TableContainer td{
  130. min-width:205px !important;
  131. }
  132. td p{
  133. padding: 5px 0px;
  134. }
  135. td p .answer-body{
  136. height:27px;
  137. }
  138. .TableContainer td span,.TableContainer td{
  139. white-space:normal !important;
  140. word-break:normal !important;
  141. }
  142. table{
  143. table-layout:fixed;
  144. word-wrap:break-word;
  145. word-break:break-all;
  146. }
  147. table tr td:last-child{
  148. padding-right:10px !important;
  149. }
  150. .cBoxCls{
  151. width: 15px;
  152. height: 15px;
  153. border-radius: 4px;
  154. border: solid 1px #92d0ff;
  155. display:inline-block;
  156. position: relative;
  157. top: 2px;
  158. }
  159. .cBoxCls[data-status='1'] {
  160. background-image: url('../Images/checkbox2x.png');
  161. background-repeat:no-repeat;
  162. background-position: 0px 2px;
  163. background-size:15px 10.5px;
  164. }
  165. /*#region音频插件*/
  166. .ListenDiv{
  167. height:48px;
  168. border-radius:5px;
  169. margin: 0 auto;
  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%);
  199. height:47px;
  200. margin:0 auto;
  201. overflow:hidden;
  202. background-color:rgba(10,169,251,1);
  203. border-radius: 24px;
  204. }
  205. .LDivFooter .LDFPlayS {
  206. width:32px;
  207. height:32px;
  208. float:left;
  209. background-image: url('../Images/Listen/播放1@2x.png');
  210. background-repeat:no-repeat;
  211. margin-top: 8px;
  212. background-size: 100%;
  213. margin-left: 24px;
  214. }
  215. .LDFPlayS[data-playstatus='1'] {
  216. background-image: url('../Images/Listen/暂停1@2x.png');
  217. }
  218. .LDivFooter .LDFPauseS {
  219. width:24px;
  220. height:24px;
  221. float:left;
  222. background-image: url('../Images/Listen/停止@2x.png');
  223. background-repeat: no-repeat;
  224. margin-top: 12px;
  225. background-size: 100%;
  226. margin-left:10px;
  227. }
  228. .LDFPWhite{
  229. width:0px;
  230. height: 2px;
  231. position:relative;
  232. left: 0px;
  233. top: 0px;
  234. background-color: #fff;
  235. }
  236. .LDivFooter .LDFProcS {
  237. width:calc(100% - 228px);
  238. height:2px;
  239. float:left;
  240. background-color:rgba(6,142,216,1);
  241. margin-left: 12px;
  242. margin-top: 23px;
  243. }
  244. .LDFProcS .LDFProcImg {
  245. width:30px;
  246. height:48px;
  247. position:relative;
  248. left:-15px;
  249. top:-25px;
  250. background-image: url('../Images/Listen/拉杆@2x.png');
  251. background-size: 10px 10px;
  252. background-repeat:no-repeat;
  253. background-position-y: 19px;
  254. background-position-x: 10px;
  255. }
  256. .LDivFooter .LDFTimerS{
  257. width: 100px;
  258. line-height:16px;
  259. float:right;
  260. margin-top:14px;
  261. text-align: right;
  262. overflow:hidden;
  263. margin-right: 24px;
  264. }
  265. .LDFTimerS span{
  266. color:rgba(255,255,255,0.6);
  267. font-size: 16px;
  268. }
  269. /*#endregion音频插件*/
  270. img.cAStauts[showflag='0']{
  271. opacity:0;
  272. }