emotion.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .edui-popup-emotion .edui-emotion-jd img{
  2. background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top;
  3. cursor:pointer;width:35px;height:35px;display:block;
  4. }
  5. .edui-popup-emotion .edui-emotion-pp img{
  6. background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top;
  7. cursor:pointer;width:25px;height:25px;display:block;
  8. }
  9. .edui-popup-emotion .edui-emotion-ldw img{
  10. background:transparent url(images/wface.gif?v=1.1) no-repeat scroll left top;
  11. cursor:pointer;width:35px;height:35px;display:block;
  12. }
  13. .edui-popup-emotion .edui-emotion-tsj img{
  14. background:transparent url(images/tface.gif?v=1.1) no-repeat scroll left top;
  15. cursor:pointer;width:35px;height:35px;display:block;
  16. }
  17. .edui-popup-emotion .edui-emotion-cat img{
  18. background:transparent url(images/cface.gif?v=1.1) no-repeat scroll left top;
  19. cursor:pointer;width:35px;height:35px;display:block;
  20. }
  21. .edui-popup-emotion .edui-emotion-bb img{
  22. background:transparent url(images/bface.gif?v=1.1) no-repeat scroll left top;
  23. cursor:pointer;width:35px;height:35px;display:block;
  24. }
  25. .edui-popup-emotion .edui-emotion-youa img{
  26. background:transparent url(images/yface.gif?v=1.1) no-repeat scroll left top;
  27. cursor:pointer;width:35px;height:35px;display:block;
  28. }
  29. .edui-popup-emotion .edui-emotion-smileytable {
  30. width: 100%;
  31. border-spacing: 0;
  32. border-collapse: collapse;
  33. table-layout: fixed;
  34. }
  35. .edui-popup-emotion .edui-emotion-wrapper {
  36. padding: 15px;
  37. }
  38. .edui-popup-emotion .edui-tab-nav{
  39. height: auto;
  40. *height: 31px;
  41. }
  42. .edui-popup-emotion .edui-emotion-tabs{
  43. clear: both;
  44. width: 0;
  45. height: 0;
  46. }
  47. .edui-popup-emotion .edui-tab-content {
  48. padding: 15px 0;
  49. }
  50. .edui-popup-emotion .edui-emotion-preview-box {
  51. width:90px;
  52. height:76px;
  53. border:2px solid #9cb945;
  54. background:#FFFFFF;
  55. background-position:center;
  56. background-repeat:no-repeat;
  57. position: absolute;
  58. top: 67px;
  59. left: 494px;
  60. display: none;
  61. }
  62. .edui-popup-emotion .edui-tab-text {
  63. font-size: 12px;
  64. }
  65. .edui-popup-emotion .edui-emotion-preview-left {
  66. left: 15px;
  67. }
  68. .edui-popup-emotion .edui-emotion-preview-img {
  69. width: 100%;
  70. height: 100%;
  71. display: block;
  72. background-repeat: no-repeat;
  73. background-position: center center;
  74. }