tasklib_book.css 3.8 KB

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