| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @font-face {
- font-family: "customicons";
- /* Project id 2878519 */
- src: url('/static/customicons.ttf') format('truetype');
- }
- .nav-bottom-height {
- height: calc(50px + env(safe-area-inset-bottom)) !important;
- }
- .goods-nav-bottom {
- /* display: flex; */
- /* flex-direction: column; */
- position: fixed;
- z-index: 1000;
- left: 0;
- right: 0;
- /* #ifdef H5 */
- left: var(--window-left);
- right: var(--window-right);
- /* #endif */
- bottom: 0;
- /* #ifndef APP-PLUS */
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- /* #endif */
- }
- .customicons {
- font-family: "customicons" !important;
- }
- .youxi:before {
- content: "\e60e";
- }
- .wenjian:before {
- content: "\e60f";
- }
- .zhuanfa:before {
- content: "\e610";
- }
|