BaseStyle.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. 
  2. body
  3. {
  4. overflow: hidden;
  5. width: 100%;
  6. padding: 0;
  7. margin: 0;
  8. background-color: #E6E6E6;
  9. }
  10. input[type='button'] {
  11. border: 1px solid Highlight;
  12. background-color: #E6E6E6;
  13. }
  14. input[type='text'] {
  15. border: 1px solid Highlight;
  16. }
  17. .leftNav {
  18. position: absolute;
  19. left: -100px;
  20. top: 30%;
  21. width: 100px;
  22. }
  23. .leftMenu
  24. {
  25. border: snow 1px ridge;
  26. width: 100%;
  27. margin: 10px 0;
  28. text-align: center;
  29. line-height: 50px;
  30. cursor: pointer;
  31. }
  32. .Div_leftMenu_Btn
  33. {
  34. position: fixed ;
  35. left: 0;
  36. border: snow 1px ridge;
  37. width: 30px;
  38. text-align: center;
  39. line-height: 50px;
  40. top: 45%;
  41. }
  42. .Main_Box
  43. {
  44. border: solid 2px Highlight;
  45. background-color: white;
  46. width: 950px;
  47. top: 100px;
  48. position: absolute;
  49. }
  50. .Box_info {
  51. border-bottom: solid 2px Highlight;
  52. background-color: Highlight;
  53. width: 100%;
  54. height: 20px;
  55. text-align: center;
  56. }
  57. .Box_Content {
  58. border: none;
  59. width: 100%;
  60. height: 400px;
  61. overflow: auto;
  62. background-color: white;
  63. text-align: center;
  64. }
  65. .Box_Close {
  66. border-left: solid 2px white;
  67. text-align: center;
  68. width: 40px;
  69. float: right;
  70. cursor: pointer;
  71. }
  72. .Box_Menu {
  73. border-bottom: solid 2px Highlight;
  74. width: 100%;
  75. height: 30px;
  76. overflow: hidden;
  77. }
  78. .Action_Box
  79. {
  80. border: solid 2px Highlight;
  81. background-color: white;
  82. width: 500px;
  83. top: 100px;
  84. position: absolute;
  85. }
  86. .Action_Box_Content {
  87. border: none;
  88. width: 100%;
  89. overflow: auto;
  90. background-color: white;
  91. text-align: left;
  92. }
  93. .standerTable {
  94. width: 100%;
  95. }
  96. .standerTable tr:hover {
  97. background-color: orange;
  98. }
  99. .standerTable td {
  100. border: 1px solid Highlight;
  101. }