emotion.css 1.9 KB

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