tasklib_book.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. body {text-align:left;}
  2. .answer-range {background-color:#eaf6ff;border-radius: 5px; display:inline-block;margin-bottom:-5px;}
  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. /*.docxParagraphs {border:solid red 1px;}*/
  14. .div-container {
  15. position: relative;
  16. padding: 5px;
  17. border: 2px solid #EEE;
  18. width: 400px;
  19. height: 600px;
  20. margin: 0 auto;
  21. }
  22. .div-container-child {
  23. position: absolute;
  24. padding: 5px;
  25. width: 400px;
  26. height: 600px;
  27. margin: 0 auto;
  28. }
  29. .p-title-top{
  30. margin-top: -153px!important;
  31. height: 153px;
  32. font-size: 18px!important;
  33. }
  34. .scroll-view {
  35. z-index: 100;
  36. position: fixed;
  37. top: 0;
  38. height: auto;
  39. width: auto;
  40. *zoom: 0;
  41. *z-index: 100;
  42. _position: absolute;
  43. _top: expression(eval(document.documentElement.scrollTop));
  44. }
  45. .topImg{
  46. width: 100%!important;
  47. height: auto;
  48. }