base.css 3.7 KB

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