Em6.0微语
因为我改了默认的图片图标
改用了字体图标表情
所以有的主题不会显示
要自行加入
我默认主题也忘了加了

CSS样式注意路径

 
  1. @font-face {
  2. font-family:'icomoon-face';
  3. src:url('../fonts/icomoon.eot');
  4. src:url('../fonts/icomoon.eot') format('embedded-opentype'),url('../fonts/icomoon.ttf') format('truetype'),url('../fonts/icomoon.woff') format('woff'),url('../fonts/icomoon.svg') format('svg');
  5. font-weight:normal;
  6. font-style:normal
  7. }
  8. [class^="icon-"],[class*="icon-"] {
  9. font-family:'icomoon-face';
  10. speak:none;
  11. font-style:normal;
  12. font-weight:normal;
  13. font-variant:normal;
  14. text-transform:none;
  15. line-height:1;
  16. -webkit-font-smoothing:antialiased;
  17. -moz-osx-font-smoothing:grayscale
  18. }
  19. .icon-happy:before {
  20. content:"\e600"
  21. }
  22. .icon-smile:before {
  23. content:"\e601"
  24. }
  25. .icon-tongue:before {
  26. content:"\e602"
  27. }
  28. .icon-sad:before {
  29. content:"\e603"
  30. }
  31. .icon-wink:before {
  32. content:"\e604"
  33. }
  34. .icon-grin:before {
  35. content:"\e605"
  36. }
  37. .icon-cool:before {
  38. content:"\e606"
  39. }
  40. .icon-angry:before {
  41. content:"\e607"
  42. }
  43. .icon-evil:before {
  44. content:"\e608"
  45. }
  46. .icon-shocked:before {
  47. content:"\e609"
  48. }
  49. .icon-baffled:before {
  50. content:"\e60a"
  51. }
  52. .icon-confused:before {
  53. content:"\e60b"
  54. }
  55. .icon-neutral:before {
  56. content:"\e60c"
  57. }
  58. .icon-hipster:before {
  59. content:"\e60d"
  60. }
  61. .icon-wondering:before {
  62. content:"\e60e"
  63. }
  64. .icon-sleepy:before {
  65. content:"\e60f"
  66. }
  67. .icon-frustrated:before {
  68. content:"\e610"
  69. }
  70. .icon-crying:before {
  71. content:"\e611"
  72. }

表情字体下载

ICON表情字体
提取密码:只有表情而已

最后

祝大家好运