tasklib_book.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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 .answer-text {color:#ff6600;}
  30. .select-answer .answer-point-range span {color:#ff6600;}
  31. /*一题多空样式*/
  32. .checkbox {display:inline;}
  33. /*.docxParagraphs {border:solid red 1px;}*/
  34. .answertext {border:0px; border-bottom:solid #6ab7ff 1px; padding-left:5px; color:#6ab7ff;word-break:keep-all;}
  35. .btn-bgimg { background:url(file:///android_asset/js/update-answer.png) no-repeat;background-position: left 3px;padding-left:18px;font-size:16px;}
  36. .div-container {
  37. position: relative;
  38. padding: 5px;
  39. border: 2px solid #EEE;
  40. width: 400px;
  41. height: 600px;
  42. margin: 0 auto;
  43. }
  44. .div-container-child {
  45. position: absolute;
  46. padding: 5px;
  47. width: 400px;
  48. height: 600px;
  49. margin: 0 auto;
  50. }
  51. .p-title-top{
  52. margin-top: -153px!important;
  53. height: 153px;
  54. font-size: 18px!important;
  55. }
  56. .scroll-view {
  57. z-index: 100;
  58. position: fixed;
  59. top: 0;
  60. height: auto;
  61. width: auto;
  62. *zoom: 0;
  63. *z-index: 100;
  64. _position: absolute;
  65. _top: expression(eval(document.documentElement.scrollTop));
  66. }
  67. .topImg{
  68. width: 100%!important;
  69. height: auto;
  70. }
  71. .underlineContent{
  72. display:inline-block;
  73. }
  74. .underlineContentShow{
  75. display:none;
  76. }
  77. .underlineContentShow[data-status='1']{
  78. display:inline-block;
  79. border-bottom:1px solid rgb(151, 151, 151);
  80. }
  81. .TableContainer{
  82. width: 100px;
  83. height: auto;
  84. overflow-x:auto !important;
  85. overflow-y:hidden !important;
  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:135px !important;
  108. }
  109. td p{
  110. line-height: 25px !important;
  111. }
  112. table{
  113. table-layout:fixed;
  114. word-wrap:break-word;
  115. word-break:break-all;
  116. }