customicons.css 753 B

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