base2.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. table > thead > tr > th {
  2. text-align: center;
  3. }
  4. table > tbody > tr > td {
  5. text-align: center;
  6. }
  7. .table_th_width > thead > tr > th {
  8. width: 200px;
  9. }
  10. .selImg {
  11. opacity: 0;
  12. filter: alpha(opacity=0);
  13. height: 190px;
  14. width: 140px;
  15. position: absolute;
  16. /*top: 0;
  17. left: 0;*/
  18. z-index: 9;
  19. }
  20. a:link, a:visited {
  21. text-decoration: none;
  22. color: #2898e0;
  23. }
  24. a:hover {
  25. color: #006cb1;
  26. text-decoration: underline;
  27. }
  28. input, button, select, textarea {
  29. outline: none
  30. }
  31. textarea {
  32. resize: none;
  33. }
  34. body {
  35. font-size: 12px;
  36. color: #525252;
  37. font-family: "微软雅黑",Arial, Helvetica, sans-serif;
  38. height: 100%;
  39. background: #f7f8f8;
  40. }
  41. input::-ms-clear {
  42. display: none;
  43. }
  44. input {
  45. font-size: 12px;
  46. font-family: "微软雅黑",Arial, Helvetica, sans-serif;
  47. }
  48. input:text {
  49. border: 1px solid #ccc;
  50. }
  51. input:password {
  52. border: 1px solid #ccc;
  53. }
  54. button {
  55. font-size: 12px;
  56. font-family: "微软雅黑",Arial, Helvetica, sans-serif;
  57. }
  58. select {
  59. font-size: 12px;
  60. font-family: "微软雅黑",Arial, Helvetica, sans-serif;
  61. border: 1px solid #ccc;
  62. }
  63. textarea {
  64. font-family: "微软雅黑",Arial, Helvetica, sans-serif;
  65. border: 1px solid #ccc;
  66. }
  67. * {
  68. margin: 0;
  69. padding: 0;
  70. }
  71. h1 {
  72. font-size: 24px;
  73. line-height: 44px;
  74. font-weight: bold;
  75. margin-top: 0;
  76. margin-bottom: 0;
  77. }
  78. h2 {
  79. font-size: 18px;
  80. line-height: 40px;
  81. font-weight: bold;
  82. margin-top: 0;
  83. margin-bottom: 0;
  84. }
  85. h3 {
  86. font-size: 16px;
  87. line-height: 32px;
  88. font-weight: bold;
  89. margin-top: 0;
  90. margin-bottom: 0;
  91. }
  92. h4 {
  93. font-size: 14px;
  94. line-height: 26px;
  95. font-weight: bold;
  96. margin-top: 0;
  97. margin-bottom: 0;
  98. }
  99. h5 {
  100. font-size: 12px;
  101. line-height: 24px;
  102. font-weight: bold;
  103. }
  104. h6 {
  105. font-size: 10px;
  106. line-height: 18px;
  107. font-weight: bold;
  108. margin-top: 0;
  109. margin-bottom: 0;
  110. }
  111. img {
  112. border: 0;
  113. }
  114. ul, ol {
  115. list-style: none;
  116. }
  117. textarea {
  118. font-size: 12px;
  119. }
  120. /*-------------------------------------------------Formstyle-------------------------------------------------------*/
  121. /*==================form表单样式1=========================*/
  122. .formStyle {
  123. width: 800;
  124. }
  125. .formStyle input {
  126. width: 150px;
  127. float: left;
  128. }
  129. .formStyle select {
  130. width: 154px;
  131. height: 20px;
  132. float: left;
  133. }
  134. .formStyle textarea {
  135. float: left;
  136. width: 300px;
  137. height: 100px;
  138. }
  139. .formStyle .checkbox {
  140. width: 20px;
  141. }
  142. .formStyle .file {
  143. width: 250px;
  144. }
  145. * html .formStyle .file {
  146. width: 226px;
  147. }
  148. .formStyle li {
  149. clear: both;
  150. height: 24px;
  151. margin: 0 15px 2px 0;
  152. }
  153. * html .formStyle li {
  154. height: 0;
  155. }
  156. * + html .formStyle li {
  157. height: auto;
  158. }
  159. .formStyle li label {
  160. height: 24px;
  161. line-height: 24px;
  162. display: block;
  163. float: left;
  164. width: 70px;
  165. text-align: right;
  166. margin-right: 10px;
  167. }
  168. .formStyle .loginButton {
  169. float: left;
  170. margin: 5px 8px 0 0;
  171. }
  172. /*横向排列style*/
  173. .across {
  174. width: 800px;
  175. }
  176. .across li {
  177. clear: none;
  178. float: left;
  179. width: 220px;
  180. }
  181. * html .across li {
  182. margin-right: 6px;
  183. }
  184. .across li label {
  185. text-align: left;
  186. }
  187. /*-------------------------------------------------常用样式genal-------------------------------------------------------*/
  188. /*====隐藏DIV====*/
  189. .hidden {
  190. display: none;
  191. }
  192. /*===浮动==*/
  193. .floatLeft {
  194. float: left;
  195. }
  196. .floatRight {
  197. float: right;
  198. }
  199. /*====清除浮动clear====*/
  200. .clear_float {
  201. clear: both;
  202. }
  203. /*====半透明窗口alpha====*/
  204. #alphaWindow {
  205. display: none;
  206. position: fixed;
  207. top: 0;
  208. left: 0;
  209. min-width: 1000px;
  210. width: 100%;
  211. min-height: 500px;
  212. height: 100%;
  213. background-color: #000;
  214. opacity: 0.3;
  215. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  216. z-index: 1000;
  217. }
  218. /*===========包含浮动元素-不支持IE6===========*/
  219. .clear:after {
  220. content: ".";
  221. display: block;
  222. height: 0;
  223. font-size: 0;
  224. clear: both;
  225. visibility: hidden;
  226. }
  227. .clear {
  228. min-height: 1px;
  229. height:62px;
  230. }
  231. /*==============*/
  232. /* Overlays */
  233. .ui-widget-overlay {
  234. background: #aaaaaa /*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
  235. opacity: .3;
  236. filter: Alpha(Opacity=30) /*{opacityOverlay}*/;
  237. }
  238. .ui-widget-shadow {
  239. margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
  240. padding: 8px /*{thicknessShadow}*/;
  241. background: #aaaaaa /*{bgColorShadow}*/ /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
  242. opacity: .3;
  243. filter: Alpha(Opacity=30) /*{opacityShadow}*/;
  244. -moz-border-radius: 8px /*{cornerRadiusShadow}*/;
  245. -khtml-border-radius: 8px /*{cornerRadiusShadow}*/;
  246. -webkit-border-radius: 8px /*{cornerRadiusShadow}*/;
  247. border-radius: 8px /*{cornerRadiusShadow}*/;
  248. }
  249. /*Drop support Internet Explorer 6*/
  250. #warnIE6 {
  251. background: #fdfbbd;
  252. color: #cf2a24;
  253. text-align: left;
  254. width: 100%;
  255. position: absolute;
  256. top: 0;
  257. z-index: 99999;
  258. }
  259. #warnIE6 .ie6padding {
  260. padding: 10px 16px;
  261. }
  262. #warnIE6-image {
  263. float: left;
  264. width: 124px;
  265. height: 124px;
  266. margin-right: 20px;
  267. background: url(../img/ie6nomore.gif) no-repeat 0 0;
  268. }
  269. #warnIE6-text {
  270. float: left;
  271. margin-right: 20px;
  272. }
  273. #warnIE6-text .ietitle {
  274. font-size: 30px;
  275. line-height: normal;
  276. font-weight: bold;
  277. }
  278. #warnIE6-text .iedesc {
  279. font-size: 20px;
  280. line-height: 30px;
  281. }
  282. a#warnIE6-close {
  283. height: 16px;
  284. width: 51px;
  285. background: url(../img/ie6nomore-cornerx.jpg) no-repeat;
  286. float: right;
  287. }
  288. a#getFirefox, a#getIE, a#getSafari, a#getChrome, a#getOpera {
  289. width: 48px;
  290. height: 48px;
  291. float: left;
  292. }
  293. a#getFirefox {
  294. background: url(../img/firefox.gif) no-repeat
  295. }
  296. a#getIE {
  297. background: url(../img/ie.gif) no-repeat
  298. }
  299. a#getSafari {
  300. background: url(../img/safari.gif) no-repeat
  301. }
  302. a#getChrome {
  303. background: url(../img/google-chrome.gif) no-repeat
  304. }
  305. a#getOpera {
  306. background: url(../img/opera.gif) no-repeat
  307. }
  308. body {
  309. }