layout.css 938 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. @CHARSET "UTF-8";
  2. body {
  3. margin : 0px auto;
  4. padding : 0px;
  5. overflow:hidden;
  6. }
  7. .table {
  8. border-collapse : 0;
  9. border : none;
  10. border-spacing : 0;
  11. width : 100%;
  12. height :100%;
  13. margin :0;
  14. }
  15. #emCenTop,#layoutButton {
  16. width : 99.5%;
  17. padding : 0px;
  18. border : 1px solid #BED5F3;
  19. }
  20. #emCenBot {
  21. width : 99.5%;
  22. padding : 0px;
  23. border : none;
  24. }
  25. #layoutButton {
  26. height : 8px;
  27. border : none;
  28. background : #fff;
  29. }
  30. #layoutButton {
  31. /*cursor : url(/nwyj/images/cursor/cursor_v.gif), pointer;*/
  32. cursor : s-resize;
  33. }
  34. #emCenTop {
  35. overflow : hidden;
  36. }
  37. #emCenBot {
  38. overflow : hidden;
  39. }
  40. .mapBorder {
  41. border : none!important;
  42. }
  43. .layUp {
  44. display : block;
  45. background : url('/nwyj/images/business/he/down.png');
  46. width : 20px;
  47. height : 8px;
  48. cursor : pointer;
  49. margin-right : 5px;
  50. }
  51. .layDown {
  52. display : block;
  53. background : url('/nwyj/images/business/he/up.png');
  54. width : 20px;
  55. height : 8px;
  56. cursor : pointer;
  57. margin-left : 5px;
  58. }