css.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. A {
  2. FONT-SIZE: 10pt; COLOR: #383636; FONT-FAMILY: "宋体"; TEXT-DECORATION: none
  3. }
  4. A:hover {
  5. FONT-SIZE: 10pt; FONT-FAMILY: "宋体"; TEXT-DECORATION: underline
  6. ; color: #383636
  7. }
  8. A:active {
  9. FONT-SIZE: 10pt; COLOR: #383636; FONT-FAMILY: "宋体"; TEXT-DECORATION: none
  10. }
  11. P {
  12. FONT-SIZE: 10pt
  13. }
  14. TD {
  15. FONT-SIZE: 10pt; LINE-HEIGHT: 14pt; FONT-FAMILY: "Helvetica";
  16. }
  17. .bi-blue {
  18. font-family: "Arial", "Helvetica", "sans-serif";
  19. font-size: 10pt;
  20. color: #00AEEF;
  21. text-decoration: none;
  22. }
  23. LI {
  24. FONT-SIZE: 20pt
  25. }
  26. input { font: 10pt; FONT-FAMILY: "Helvetica"; }
  27. SELECT {
  28. FONT-SIZE: 10pt; FONT-FAMILY: "Helvetica";
  29. }
  30. .top_thead {margin:0px;padding:3px;color:#ffffff;vertical-align:middle;background-image:url(top_bg2.gif);background-repeat:repeat-x; }
  31. .top_thead a:link, .top_thead a:visited, .top_thead a:active {text-decoration:none;color:#ffffff;background-color:transparent; }
  32. .top_thead a:hover {margin:0px;text-decoration:underline;color:#dddddd; }
  33. .td_css1 {border-left:#FF4400 1px solid;border-right:#FF4400 1px solid;border-top:#FF4400 1px solid; }
  34. .td_css2 {border-left:#FF4400 1px solid;border-right:#FF4400 1px solid;border-BOTTOM:#DEDEDE 1px solid; }
  35. .b-form {
  36. font-size: 10pt;
  37. FONT-FAMILY: "Helvetica";
  38. color: #6C6451;
  39. text-decoration: none;
  40. background-color: #EDA58A;
  41. border: 1px solid #BC4F25;
  42. background-attachment: fixed;
  43. background-repeat: no-repeat;
  44. }
  45. .b-form2 {
  46. font-size:10pt;
  47. FONT-FAMILY: "Helvetica";
  48. color: #444444;
  49. text-decoration: none;
  50. background-color: #FFFFFF;
  51. border: 1px solid #cccccc;
  52. background-attachment: fixed;
  53. background-repeat: no-repeat;
  54. }