notice.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. @CHARSET "UTF-8";
  2. /**************************************
  3. * Supplier notice Style
  4. **************************************/
  5. #footer {
  6. width:100%;
  7. height:95px;
  8. background-color: #ccc;
  9. text-align: center;
  10. }
  11. html>body #footer {
  12. position:fixed;
  13. bottom:0;
  14. z-index:100;
  15. }
  16. html>body #footer p {
  17. margin-top: 20px;
  18. }
  19. #main-banner {
  20. text-align: center;
  21. margin: 0 auto;
  22. width: 920px;
  23. height: 181px;
  24. }
  25. #main-notice {
  26. text-align: center;
  27. margin: 0 auto;
  28. width: 920px;
  29. height: 170px;
  30. }
  31. div.notice {
  32. float: left;
  33. width: 570px;
  34. }
  35. div.notice a {
  36. color: #333;
  37. text-decoration: none;
  38. }
  39. div.notice a:hover {
  40. color: #3386ca;
  41. }
  42. #main-notice div.notice table td {
  43. height: 22px;
  44. }
  45. #main-notice .userInfo {
  46. float: right;
  47. width: 334px;
  48. height: 160px;
  49. }
  50. #main-notice .userInfo table {
  51. background: url("/img/supplier/main_userinfo_bg.gif") no-repeat;
  52. width: 334px;
  53. height: 118px;
  54. border-spacing: 0px;
  55. padding: 0px;
  56. margin: 0px;
  57. }
  58. #main-notice .userInfo table th {
  59. color: 6f6e80;
  60. font-weight: normal;
  61. padding-left: 14px;
  62. background: none;
  63. }
  64. #main-notice .userInfo table td {
  65. color: 414453;
  66. font-weight: bold;
  67. height: 22px;
  68. background: none;
  69. }
  70. #main-todo {
  71. text-align: center;
  72. margin: 0 auto;
  73. width: 920px;
  74. height: 140px;
  75. }
  76. #main-todo > div.title {
  77. height: 30px;
  78. background-color: #3386cc;
  79. text-align: left;
  80. }
  81. #main-todo > table th {
  82. text-align: left;
  83. height: 50px;
  84. border-bottom: 1px solid #ececec;
  85. }
  86. #main-todo > table td {
  87. text-align: left;
  88. height: 24px;
  89. border-bottom: 1px solid #ececec;
  90. }