emotion.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .jd img {
  2. background: transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top;
  3. cursor: pointer;
  4. width: 35px;
  5. height: 35px;
  6. display: block;
  7. }
  8. .pp img {
  9. background: transparent url(images/fface.gif?v=1.1) no-repeat scroll left top;
  10. cursor: pointer;
  11. width: 25px;
  12. height: 25px;
  13. display: block;
  14. }
  15. .ldw img {
  16. background: transparent url(images/wface.gif?v=1.1) no-repeat scroll left top;
  17. cursor: pointer;
  18. width: 35px;
  19. height: 35px;
  20. display: block;
  21. }
  22. .tsj img {
  23. background: transparent url(images/tface.gif?v=1.1) no-repeat scroll left top;
  24. cursor: pointer;
  25. width: 35px;
  26. height: 35px;
  27. display: block;
  28. }
  29. .cat img {
  30. background: transparent url(images/cface.gif?v=1.1) no-repeat scroll left top;
  31. cursor: pointer;
  32. width: 35px;
  33. height: 35px;
  34. display: block;
  35. }
  36. .bb img {
  37. background: transparent url(images/bface.gif?v=1.1) no-repeat scroll left top;
  38. cursor: pointer;
  39. width: 35px;
  40. height: 35px;
  41. display: block;
  42. }
  43. .youa img {
  44. background: transparent url(images/yface.gif?v=1.1) no-repeat scroll left top;
  45. cursor: pointer;
  46. width: 35px;
  47. height: 35px;
  48. display: block;
  49. }
  50. .smileytable td {
  51. height: 37px;
  52. }
  53. #tabPanel {
  54. margin-left: 5px;
  55. overflow: hidden;
  56. }
  57. #tabContent {
  58. float: left;
  59. background: #FFFFFF;
  60. }
  61. #tabContent div {
  62. display: none;
  63. width: 480px;
  64. overflow: hidden;
  65. }
  66. #tabIconReview.show {
  67. left: 17px;
  68. display: block;
  69. }
  70. .menuFocus {
  71. background: #ACCD3C;
  72. }
  73. .menuDefault {
  74. background: #FFFFFF;
  75. }
  76. #tabIconReview {
  77. position: absolute;
  78. left: 406px;
  79. left: 398px \9;
  80. top: 41px;
  81. z-index: 65533;
  82. width: 90px;
  83. height: 76px;
  84. }
  85. img.review {
  86. width: 90px;
  87. height: 76px;
  88. border: 2px solid #9cb945;
  89. background: #FFFFFF;
  90. background-position: center;
  91. background-repeat: no-repeat;
  92. }
  93. .wrapper .tabbody {
  94. position: relative;
  95. float: left;
  96. clear: both;
  97. padding: 10px;
  98. width: 95%;
  99. }
  100. .tabbody table {
  101. width: 100%;
  102. }
  103. .tabbody td {
  104. border: 1px solid #BAC498;
  105. }
  106. .tabbody td span {
  107. display: block;
  108. zoom: 1;
  109. padding: 0 4px;
  110. }