tasklib_book.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. body {text-align:left;}
  2. .answer-range {background-color:#eaf6ff;border-radius: 5px; display:inline-block;margin-bottom:-5px;margin-top:8px;}
  3. .answer-range img {float:left;margin-left:3px;margin-top:5px;width:20px;height:20px;}
  4. .answertext { float:left;margin-left:5px; margin-right:8px;color:#6ab7ff;line-height:30px;font-size:16px;}
  5. .answertext:focus { border: 0 none;outline: none;border-bottom:solid #6ab7ff 1px;}
  6. .answer-img {margin-left:3px;margin-top:5px;width:20px;height:20px;top:5px;}
  7. .no-answer { color:#989898;text-decoration:none;}
  8. .bad-answer { color:red; }
  9. .good-answer { color:green; }
  10. .select-answer {background:#ffefe4;}
  11. .select-answer span {color:#ff6600;}
  12. .break-word {word-break:break-word;word-wrap:break-word;display:inline-block;text-indent:0;}
  13. .audio {margin-top:8px;}
  14. /*.docxParagraphs {border:solid red 1px;}*/
  15. .div-container {
  16. position: relative;
  17. padding: 5px;
  18. border: 2px solid #EEE;
  19. width: 400px;
  20. height: 600px;
  21. margin: 0 auto;
  22. }
  23. .div-container-child {
  24. position: absolute;
  25. padding: 5px;
  26. width: 400px;
  27. height: 600px;
  28. margin: 0 auto;
  29. }
  30. .p-title-top{
  31. margin-top: -153px!important;
  32. height: 153px;
  33. font-size: 18px!important;
  34. }
  35. .scroll-view {
  36. z-index: 100;
  37. position: fixed;
  38. top: 0;
  39. height: auto;
  40. width: auto;
  41. *zoom: 0;
  42. *z-index: 100;
  43. _position: absolute;
  44. _top: expression(eval(document.documentElement.scrollTop));
  45. }
  46. .topImg{
  47. width: 100%!important;
  48. height: auto;
  49. }