tasklib_book.css 6.1 KB

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