toolSPDraw.css 848 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #toolSPDraw {
  2. position: absolute;
  3. left: 0px;
  4. top: 0px;
  5. right: 0px;
  6. bottom: 0px;
  7. width: 100%;
  8. height: 100%;
  9. z-index: 999999999999999999999;
  10. }
  11. #toolSPDraw .modal-body {
  12. height: 100%;
  13. width: 100%;
  14. padding: 0px;
  15. margin: 0px;
  16. overflow: hidden;
  17. }
  18. #toolSPDraw .modal-body .draw-iframe {
  19. width: 100%;
  20. height: 100%;
  21. margin: 0px;
  22. padding: 0px;
  23. border: none;
  24. overflow: hidden;
  25. position: absolute;
  26. left: 0px;
  27. top: 0px;
  28. }
  29. #abtnSPDrawBack{
  30. cursor: pointer;
  31. line-height: 22px;
  32. font-size: 14px;
  33. color: #fff;
  34. text-align: center;
  35. background: #0ebbf6;
  36. display: inline-block;
  37. text-indent: 16px;
  38. float: right;
  39. margin-top: 2px;
  40. padding: 0 10px 0 5px;
  41. position: absolute;
  42. right: 0px;
  43. top: 0px;
  44. z-index: 100000;
  45. }