customicons.css 675 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. background-color: #ffffff;
  9. }
  10. .goods-nav-bottom {
  11. // display: flex;
  12. // flex-direction: column;
  13. position: fixed;
  14. z-index: 1000;
  15. left: 0;
  16. right: 0;
  17. bottom: 0;
  18. /* height: calc(50px + env(safe-area-inset-bottom)); */
  19. }
  20. .uni-tab__cart-box{
  21. padding-bottom:env(safe-area-inset-bottom);
  22. }
  23. .customicons {
  24. font-family: "customicons" !important;
  25. }
  26. .youxi:before {
  27. content: "\e60e";
  28. }
  29. .wenjian:before {
  30. content: "\e60f";
  31. }
  32. .zhuanfa:before {
  33. content: "\e610";
  34. }