fan-list-buy.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. img {
  6. border: none;
  7. }
  8. h1 {
  9. font: 5em normal Georgia, 'Times New Roman', Times, serif;
  10. text-align:center;
  11. margin-bottom: 20px;
  12. }
  13. h1 span { color: #e7ff61; }
  14. h1 small{
  15. font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
  16. text-transform:uppercase;
  17. letter-spacing: 1.5em;
  18. display: block;
  19. color: #ccc;
  20. }
  21. .container {
  22. width: 600px;
  23. margin: 0 auto;
  24. overflow: hidden;
  25. }
  26. ul.display {
  27. margin: 0;
  28. padding: 0;
  29. list-style: none;
  30. background: #fff;
  31. }
  32. ul.display li {
  33. background: url(../images/dishbg.png) no-repeat
  34. float: left;
  35. width: 600px;
  36. padding: 10px 0;
  37. margin:2px;
  38. border: 2px solid #FFEDBF;
  39. }
  40. ul.display li a {
  41. color: #000;
  42. text-decoration: none;
  43. }
  44. ul.display li .content_block {
  45. padding: 0 10px;
  46. }
  47. ul.display li .content_block h2 {
  48. margin: 0;
  49. padding: 5px;
  50. font-weight: normal;
  51. font-size: 9pt;
  52. background: url(../images/bgdishname.png) no-repeat;
  53. }
  54. ul.display li .content_block p {
  55. margin: 0;
  56. padding: 5px 5px 5px 5px;
  57. font-size: 1.2em;
  58. width:100px;
  59. color:#000;
  60. }
  61. ul.display li .content_block a img{
  62. padding: 5px;
  63. background: #fff;
  64. margin: 0 15px 0 0;
  65. float: left;
  66. }
  67. ul.display li h2 {
  68. display: inline;
  69. }
  70. ul.display li p{
  71. display: inline;
  72. }
  73. ul.thumb_view{clear:both;}
  74. ul.thumb_view li{
  75. background: url(../images/dishbg.png) no-repeat;
  76. margin-left:30px;
  77. border: 0px solid #FFEDBF;
  78. width: 150px;
  79. height:204px;
  80. float: left;
  81. }
  82. ul.thumb_view li h2 {
  83. color:#fff;
  84. margin-left:-5px;
  85. padding: 0px;
  86. display: block;
  87. height:37px;
  88. line-height:37px;
  89. width:160px;
  90. white-space:nowrap;
  91. overflow:hidden;
  92. text-overflow:ellipsis;
  93. word-break1:break-all;
  94. background: url(../images/bgdishnameorange.png) no-repeat;
  95. }
  96. ul.thumb_view li p{
  97. display: none;
  98. }
  99. ul.thumb_view li .content_block a img {
  100. width:100px;
  101. height:80px;
  102. padding: 5px;
  103. margin: 0 0 10px;
  104. }
  105. a.switch_thumb {
  106. width: 122px;
  107. height: 26px;
  108. line-height: 26px;
  109. padding: 0;
  110. margin: 10px 0;
  111. display: block;
  112. background: url(../images/switch.gif) no-repeat;
  113. outline: none;
  114. text-indent: -9999px;
  115. }
  116. a:hover.switch_thumb {
  117. filter:alpha(opacity=75);
  118. opacity:.75;
  119. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  120. }
  121. a.swap { background-position: left bottom; }
  122. .btn-add{cursor:pointer;}
  123. .btn-see{cursor:pointer;background: url(../images/btn_bg.png) no-repeat;color:#fff;width:125px;height:23px;border:0px;}