| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- @font-face {
- font-family: "customicons";
- /* Project id 2878519 */
- src: url('/static/customicons.ttf') format('truetype');
- }
- .customicons {
- font-family: "customicons" !important;
- }
- .youxi:before {
- content: "\e60e";
- }
- .wenjian:before {
- content: "\e60f";
- }
- .zhuanfa:before {
- content: "\e610";
- }
- .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 */
- bottom: env(safe-area-inset-bottom);
- /* #endif */
- }
|