iconfont.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. @font-face {
  2. font-family: "chat-iconfont"; /* project id 2341078 */
  3. src: url("https://at.alicdn.com/t/font_2341078_y34sthtwq1.eot");
  4. src: url("https://at.alicdn.com/t/font_2341078_y34sthtwq1.eot?#iefix")
  5. format("embedded-opentype"),
  6. url("https://at.alicdn.com/t/font_2341078_y34sthtwq1.woff2") format("woff2"),
  7. url("https://at.alicdn.com/t/font_2341078_y34sthtwq1.woff") format("woff"),
  8. url("https://at.alicdn.com/t/font_2341078_y34sthtwq1.ttf") format("truetype"),
  9. url("https://at.alicdn.com/t/font_2341078_y34sthtwq1.svg#iconfont") format("svg");
  10. }
  11. .chat-iconfont {
  12. font-family: "chat-iconfont";
  13. font-size: 40rpx;
  14. font-style: normal;
  15. }
  16. .icon-chat:before {
  17. content: "\e648";
  18. }
  19. .icon-add-circle:before {
  20. content: "\e635";
  21. }
  22. .icon-microphone:before {
  23. content: "\e63e";
  24. }
  25. .icon-tool-image:before {
  26. content: "\e643";
  27. }
  28. .icon-tool-call:before {
  29. content: "\e644";
  30. }
  31. .icon-tool-folder:before {
  32. content: "\e645";
  33. }
  34. .icon-tool-shoot:before {
  35. content: "\e646";
  36. }
  37. .icon-voice-right:before {
  38. content: "\e647";
  39. }
  40. .icon-voice-left:before {
  41. content: "\e650";
  42. }
  43. .icon-keyboard:before {
  44. content: "\e653";
  45. }
  46. .icon-subtract-circle:before {
  47. content: "\e655";
  48. }
  49. .icon-more:before {
  50. content: "\e657";
  51. }
  52. .icon-play:before {
  53. content: "\e664";
  54. }
  55. .icon-emoji:before {
  56. content: "\e6a9";
  57. }
  58. .icon-tool-video:before {
  59. content: "\e75e";
  60. }
  61. .icon-voice-left1:before {
  62. content: "\e75f";
  63. }
  64. .icon-voice-right1:before {
  65. content: "\e760";
  66. }