common.css 624 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. @CHARSET "UTF-8";
  2. /**************************************
  3. * Supplier common Style
  4. **************************************/
  5. img {
  6. border: 0px;
  7. }
  8. .bold {
  9. font-weight: bold;
  10. }
  11. .blue {
  12. color: #004c98;
  13. }
  14. .orange {
  15. color: #fe6700;
  16. }
  17. .magAuto {
  18. margin: 0 auto;
  19. }
  20. .magL3 {
  21. margin-left: 3px;
  22. }
  23. .magT10 {
  24. margin-top: 10px;
  25. }
  26. .magT15 {
  27. margin-top: 15px;
  28. }
  29. .magT20 {
  30. margin-top: 20px;
  31. }
  32. .va5 {
  33. vertical-align: 5px;
  34. }
  35. ul {
  36. list-style: none;
  37. }
  38. img.hand {
  39. cursor: pointer;
  40. vertical-align: middle;
  41. }
  42. .ht100 {
  43. height: 100%;
  44. }
  45. .floatLt {
  46. float: left;
  47. }
  48. .floatRt {
  49. float: right;
  50. }
  51. .lht22 {
  52. line-height: 22px;
  53. }