tasklib_book.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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;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;}
  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. }
  83. .TableContainer::-webkit-scrollbar{
  84. display:none;
  85. }
  86. .PSBar{
  87. height: 5px;
  88. line-height: 5px;
  89. position: relative;
  90. left: 0px;
  91. bottom: -1px;
  92. background-color: #eee;
  93. z-index: 2;
  94. overflow:hidden;
  95. }
  96. .CSBar{
  97. height: 5px;
  98. line-height: 5px;
  99. position: relative;
  100. left: 0px;
  101. bottom: 0px;
  102. background-color: #ccc;
  103. z-index: 3;
  104. }
  105. .TableContainer td{
  106. min-width:205px !important;
  107. }
  108. td p{
  109. line-height: 35px !important;
  110. }
  111. .TableContainer td span{
  112. white-space:normal;
  113. word-break:normal;
  114. }
  115. table{
  116. table-layout:fixed;
  117. word-wrap:break-word;
  118. word-break:break-all;
  119. }
  120. .checkbox{
  121. background:#fff !important;
  122. }
  123. .cBoxCls{
  124. width: 15px;
  125. height: 15px;
  126. border-radius: 4px;
  127. border: solid 1px #92d0ff;
  128. display:inline-block;
  129. position: relative;
  130. top: 2px;
  131. }
  132. .cBoxCls[data-status='1'] {
  133. background-image: url('../Images/checkbox2x.png');
  134. background-repeat:no-repeat;
  135. background-position: 0px 2px;
  136. background-size:15px 10.5px;
  137. }