customicons.css 687 B

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