tasklib_book.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. /*作答音频区域*/
  14. .answer-audio-range { border-radius: 5px;border:solid #66b6ff 1px;height:20px;background-color:#eaf6ff;display:none;margin-bottom:-6px;}
  15. .answer-audio-range img {float:left;margin-left:3px;margin-top:2px;width:15px;height:15px;}
  16. .answer-audio-range span { float:left;margin-left:4px; margin-right:5px;color:#6ab7ff;line-height:19px;font-size:15px;}
  17. /*答题点区域*/
  18. .answer-point-range { border-radius: 5px;height:20px;display:inline-block;}
  19. .answer-point-range img {float:left;margin-left:3px;margin-top:5px;width:16px;height:16px;}
  20. .answer-point-range span { float:left;margin-left:3px; margin-right:7px;color:#6ab7ff;line-height:25px;font-size:16px;}
  21. /*作答内容*/
  22. .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;}
  23. /*评阅及点击相关样式*/
  24. .no-answer { color:#989898;text-decoration:none;border-bottom: 1px solid #979797;}
  25. .bad-answer { color:red; }
  26. .good-answer { color:green; }
  27. .select-answer {background:#ffefe4;}
  28. .select-answer .answer-text {color:#ff6600;}
  29. .select-answer .answer-point-range span {color:#ff6600;}
  30. /*一题多空样式*/
  31. .checkbox {display:inline;}
  32. /*.docxParagraphs {border:solid red 1px;}*/
  33. .answertext {border:0px; border-bottom:solid #6ab7ff 1px; padding-left:5px; color:#6ab7ff;word-break:keep-all;}
  34. .btn-bgimg { background:url(file:///android_asset/js/update-answer.png) no-repeat;background-position: left 3px;padding-left:18px;font-size:16px;}
  35. .div-container {
  36. position: relative;
  37. padding: 5px;
  38. border: 2px solid #EEE;
  39. width: 400px;
  40. height: 600px;
  41. margin: 0 auto;
  42. }
  43. .div-container-child {
  44. position: absolute;
  45. padding: 5px;
  46. width: 400px;
  47. height: 600px;
  48. margin: 0 auto;
  49. }
  50. .p-title-top{
  51. margin-top: -153px!important;
  52. height: 153px;
  53. font-size: 18px!important;
  54. }
  55. .scroll-view {
  56. z-index: 100;
  57. position: fixed;
  58. top: 0;
  59. height: auto;
  60. width: auto;
  61. *zoom: 0;
  62. *z-index: 100;
  63. _position: absolute;
  64. _top: expression(eval(document.documentElement.scrollTop));
  65. }
  66. .topImg{
  67. width: 100%!important;
  68. height: auto;
  69. }
  70. .underlineContent{
  71. display:inline-block;
  72. }
  73. .underlineContentShow{
  74. display:none;
  75. }
  76. .underlineContentShow[data-status='1']{
  77. display:inline-block;
  78. border-bottom:1px solid rgb(151, 151, 151);
  79. }
  80. .TableContainer{
  81. width: 100px;
  82. height: auto;
  83. overflow-x:auto !important;
  84. overflow-y:hidden !important;
  85. }
  86. .PSBar{
  87. height: 5px;
  88. line-height: 5px;
  89. position: relative;
  90. left: 0px;
  91. bottom: 0px;
  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:135px !important;
  107. }