customicons.css 689 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. @font-face {
  2. font-family: "customicons"; /* Project id 2878519 */
  3. src:url('/static/customicons.ttf') format('truetype');
  4. }
  5. .nav-bottom-height {
  6. height: calc(50px + env(safe-area-inset-bottom)) !important;
  7. }
  8. .goods-nav-bottom {
  9. // display: flex;
  10. // flex-direction: column;
  11. position: fixed;
  12. z-index:1000;
  13. left: 0;
  14. right: 0;
  15. /* #ifdef H5 */
  16. left: var(--window-left);
  17. right: var(--window-right);
  18. /* #endif */
  19. bottom: 0;
  20. /* #ifndef APP-PLUS */
  21. bottom: env(safe-area-inset-bottom);
  22. /* #endif */
  23. }
  24. .customicons {
  25. font-family: "customicons" !important;
  26. }
  27. .youxi:before {
  28. content: "\e60e";
  29. }
  30. .wenjian:before {
  31. content: "\e60f";
  32. }
  33. .zhuanfa:before {
  34. content: "\e610";
  35. }