flowlist.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. #liucheng {
  6. width: 100%;
  7. height: auto;
  8. float: left;
  9. }
  10. #liucheng_lx {
  11. width: 100%;
  12. height: 31px;
  13. float: left;
  14. color: #1e7ac5;
  15. margin-top: 15px;
  16. margin-bottom: 5px;
  17. font-size: 14px;
  18. font-weight: bold;
  19. text-indent: 0.5em;
  20. line-height: 30px;
  21. border-bottom: 1px solid #e3e3e1;
  22. }
  23. #liucheng_lx_name { /* width: 100%; */
  24. padding: 0px 10px;
  25. margin-left: 5px;
  26. height: 29px;
  27. line-height: 29px;
  28. border-top: 1px solid #e3e3e1;
  29. border-left: 1px solid #e3e3e1;
  30. border-right: 1px solid #e3e3e1;
  31. border-bottom: 1px solid #fff;
  32. background: url(liucheng_lx_name_bg.jpg) repeat-x;
  33. }
  34. #liucheng_name {
  35. width: 100%;
  36. height: auto;
  37. float: left;
  38. }
  39. #liucheng_lx_name span {
  40. float: left;
  41. display: block;
  42. }
  43. #liucheng_name1 {
  44. width: 18.5%;
  45. margin: 5px;
  46. height: auto;
  47. float: left;
  48. font-size: 12px;
  49. text-align: center;
  50. }
  51. #liucheng_name1 a {
  52. width: 100%;
  53. text-decoration: none;
  54. float: left;
  55. font-size: 12px;
  56. color: #000;
  57. padding: 7px 0px;
  58. text-align: left;
  59. text-indent: 40%;
  60. background: #eeeeee url(li.png) no-repeat 30% 10px;
  61. }
  62. #liucheng_name1 a:hover {
  63. text-decoration: none;
  64. float: left;
  65. font-size: 12px;
  66. color: #000;
  67. padding: 7px 0px;
  68. text-align: left;
  69. text-indent: 40%;
  70. background: #e2e2e2 url(li.png) no-repeat 30% 10px;
  71. }
  72. .bg {
  73. background: #eeeeee;
  74. color: #000000;
  75. text-align: center;
  76. font-size: 12px;
  77. font-family: "ÐÂËÎÌå";
  78. }
  79. .bg:hover {
  80. background: #e2e2e2;
  81. }