C端小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

26 líneas
844 B

  1. @font-face {
  2. font-family: 'iconfont'; /* project id 777313 */
  3. src: url('//at.alicdn.com/t/font_777313_ulb9e7ee6cl.eot');
  4. src: url('//at.alicdn.com/t/font_777313_ulb9e7ee6cl.eot?#iefix') format('embedded-opentype'),
  5. url('//at.alicdn.com/t/font_777313_ulb9e7ee6cl.woff') format('woff'),
  6. url('//at.alicdn.com/t/font_777313_ulb9e7ee6cl.ttf') format('truetype'),
  7. url('//at.alicdn.com/t/font_777313_ulb9e7ee6cl.svg#iconfont') format('svg');
  8. }
  9. .iconfont {
  10. font-family: "iconfont" !important;
  11. font-size: 36rpx;
  12. font-style: normal;
  13. -webkit-font-smoothing: antialiased;
  14. -webkit-text-stroke-width: 0.2rpx;
  15. -moz-osx-font-smoothing: grayscale;
  16. }
  17. /* 定位 */
  18. .icon-dingweib:before { content: "\e652"; }
  19. /* 三角 */
  20. .icon-choose:before { content: "\e601"; }
  21. view{
  22. font-family: PingFangSC-Semibold;
  23. }