base.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. * { padding:0; margin:0; outline:0; }
  2. body{
  3. margin: 0;
  4. margin-top: 0px;
  5. margin-left: auto;
  6. margin-right: auto;
  7. padding: 0 0 0 0px;
  8. font-size: 14px;
  9. text-align:center;
  10. float:center;
  11. font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
  12. }
  13. .form_title_bar{
  14. width: 100%;
  15. height: 36px;
  16. text-align: left;
  17. text-indent: 30px;
  18. background-color: #f8f8f8;
  19. }
  20. .form_title_bar a {
  21. text-decoration: none;
  22. display: inline-block;
  23. height: 14px;
  24. color: #333;
  25. font-size: 14px;
  26. font-weight: bold;
  27. padding: 8px 0;
  28. vertical-align: central;
  29. }
  30. #topBar{
  31. text-shadow: 0 1px 0 #fff;
  32. border-bottom: 1px solid #e5e5e5;
  33. min-width: 100%;
  34. align:left;
  35. height:60px;
  36. margin-bottom: 1px;
  37. }
  38. #topNav{
  39. border-bottom: 1px solid #e5e5e5;
  40. }
  41. #navs{
  42. border-bottom: 1px solid #e5e5e5;
  43. }
  44. #nav_primary{
  45. background: #414141;
  46. }
  47. #nav_second{
  48. height:35px;
  49. }
  50. #nav_third{
  51. /*border-top: 1px solid #e5e5e5;*/
  52. }
  53. #topBar .grid_list_sel{
  54. width: 31px;
  55. height: 31px;
  56. border: 1px solid;
  57. border-color: #A9A9A9;
  58. }
  59. .container {
  60. width: 990px;
  61. margin-left: auto;
  62. margin-right: auto;
  63. padding: 0 10px
  64. }
  65. #mainFrame{
  66. margin-top: 0px;
  67. margin-left: auto;
  68. margin-right: auto;
  69. display: block;
  70. width:990px;
  71. align:center;
  72. }
  73. #footer{
  74. text-shadow: 0 1px 0 #fff;
  75. border-top: 1px solid #e5e5e5;
  76. min-width: 100%;
  77. height:80px;
  78. }
  79. #content{
  80. margin-top: 10px;
  81. min-height:480px;
  82. *height:480px;
  83. margin-bottom: 10px;
  84. }
  85. #tool_box {
  86. margin-bottom: 10px;
  87. border: 1px solid #e5e5e5;
  88. }
  89. #tool_box_left {
  90. padding-left: 10px;
  91. float: left;
  92. height:30px;
  93. width:50%;
  94. text-align: left;
  95. border-right: 1px solid #e5e5e5;
  96. }
  97. #tool_box_right {
  98. height:32px;
  99. text-align: right;
  100. padding-right: 10px;
  101. width:484px;
  102. }
  103. #advanced_search {
  104. margin-top: 10px;
  105. min-height:30px;
  106. *height:40px;
  107. border: 1px solid #e5e5e5;
  108. margin-bottom: 10px;
  109. display: none;
  110. }
  111. #logout{
  112. width: 45px;
  113. background: #c00 ;
  114. color: #fff;
  115. font-weight: bold;
  116. }
  117. #manage{
  118. width: 50px;
  119. background-color: #2AA9A9;
  120. font-weight: bold;
  121. }
  122. #changepassword{
  123. width: 75px;
  124. background-color: #f28018;
  125. font-weight: bold;
  126. }
  127. #manage a,#logout a,#changepassword a{
  128. color: #fff;
  129. }
  130. .form_radio_label, .form_checkbox_label{
  131. display: inline-block;
  132. text-align: left;
  133. cursor: pointer;
  134. margin-right: 1em;
  135. }
  136. .icon_checkbox {
  137. background: url("../images/checkbox.png") 0 -83px no-repeat;
  138. width: 16px;
  139. height: 16px;
  140. vertical-align: middle;
  141. display: inline-block;
  142. margin-top: -0.2em;
  143. }
  144. .icon_checkbox_selected{
  145. background: url("../images/checkbox.png") 0 -109px no-repeat;
  146. width: 16px;
  147. height: 16px;
  148. vertical-align: middle;
  149. display: inline-block;
  150. margin-top: -0.2em;
  151. }
  152. .icon_radiobox {
  153. background: url("../images/checkbox.png") 0 -5px no-repeat;
  154. width: 16px;
  155. height: 16px;
  156. vertical-align: middle;
  157. display: inline-block;
  158. margin-top: -0.2em;
  159. }
  160. .icon_radiobox_selected{
  161. background: url("../images/checkbox.png") 0 -31px no-repeat;
  162. width: 16px;
  163. height: 16px;
  164. vertical-align: middle;
  165. display: inline-block;
  166. margin-top: -0.2em;
  167. }
  168. .select-menu-modal{
  169. position: absolute;
  170. display: none;
  171. z-index: 1989;
  172. width: 300px;
  173. margin-top: 4px;
  174. margin-bottom: 20px;
  175. overflow: hidden;
  176. font-size: 12px;
  177. color: #666;
  178. background-color: #fff;
  179. background-clip: padding-box;
  180. border: 1px solid #ccc;
  181. border: 1px solid rgba(0,0,0,0.15);
  182. border-radius: 5px;
  183. box-shadow: 0 3px 12px rgba(0,0,0,0.25);
  184. }
  185. .select-menu-item{
  186. cursor: pointer;
  187. line-height: 33px;
  188. border-bottom: 1px solid #eee;
  189. display: table;
  190. table-layout: fixed;
  191. width: 100%;
  192. overflow: hidden;
  193. color: inherit;
  194. text-align: left;
  195. }
  196. .select-menu-item a{
  197. text-decoration : none;
  198. }
  199. .select-menu-item a div{
  200. width: 140px;
  201. line-height: 33px;
  202. }
  203. .select-menu-item-selected{
  204. background-color: #4183c4;
  205. color: #fff;
  206. }
  207. .select-menu-item-selected a{
  208. color: #fff;
  209. }