style.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. @font-face {
  2. font-family: 'thsfont';
  3. src: url('fonts/thsfont.eot?b8pe1h');
  4. src: url('fonts/thsfont.eot?b8pe1h#iefix') format('embedded-opentype'),
  5. url('fonts/thsfont.ttf?b8pe1h') format('truetype'),
  6. url('fonts/thsfont.woff?b8pe1h') format('woff'),
  7. url('fonts/thsfont.svg?b8pe1h#thsfont') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="thsfont-"], [class*=" thsfont-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'thsfont' !important;
  14. speak: none;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .thsfont-btn_add .path1:before {
  25. content: "\e900";
  26. color: rgb(255, 255, 255);
  27. }
  28. .thsfont-btn_add .path2:before {
  29. content: "\e901";
  30. margin-left: -1em;
  31. color: rgb(0, 195, 218);
  32. }
  33. .thsfont-btn_add .path3:before {
  34. content: "\e902";
  35. margin-left: -1em;
  36. color: rgb(255, 255, 255);
  37. }
  38. .thsfont-btn_left:before {
  39. content: "\e903";
  40. color: #00c3da;
  41. }
  42. .thsfont-btn_right:before {
  43. content: "\e904";
  44. color: #00c3da;
  45. }
  46. .thsfont-icon_follow:before {
  47. content: "\e905";
  48. color: #ee4a58;
  49. }
  50. .thsfont-icon_me_h:before {
  51. content: "\e906";
  52. color: #00c3da;
  53. }
  54. .thsfont-icon_me_n:before {
  55. content: "\e907";
  56. color: #4d4d4d;
  57. }
  58. .thsfont-icon_menu:before {
  59. content: "\e908";
  60. color: #fff;
  61. }
  62. .thsfont-icon_message:before {
  63. content: "\e909";
  64. color: #fff;
  65. }
  66. .thsfont-icon_message_h .path1:before {
  67. content: "\e90a";
  68. color: rgb(255, 255, 255);
  69. }
  70. .thsfont-icon_message_h .path2:before {
  71. content: "\e90b";
  72. margin-left: -1em;
  73. color: rgb(255, 255, 255);
  74. }
  75. .thsfont-icon_message_h .path3:before {
  76. content: "\e90c";
  77. margin-left: -1em;
  78. color: rgb(255, 77, 73);
  79. }
  80. .thsfont-icon_message_n:before {
  81. content: "\e90d";
  82. color: #fff;
  83. }
  84. .thsfont-icon_search:before {
  85. content: "\e90e";
  86. color: #fff;
  87. }
  88. .thsfont-icon_vip .path1:before {
  89. content: "\e90f";
  90. color: rgb(255, 255, 255);
  91. }
  92. .thsfont-icon_vip .path2:before {
  93. content: "\e910";
  94. margin-left: -1em;
  95. color: rgb(240, 126, 25);
  96. }
  97. .thsfont-icon_vip .path3:before {
  98. content: "\e911";
  99. margin-left: -1em;
  100. color: rgb(255, 255, 255);
  101. }
  102. .thsfont-icon_home_h:before {
  103. content: "\e913";
  104. color: #0eb9d2;
  105. }
  106. .thsfont-icon_home_n:before {
  107. content: "\e912";
  108. color: #808080;
  109. }