|
|
@@ -1,15 +1,18 @@
|
|
|
@font-face {
|
|
|
- font-family: "customicons"; /* Project id 2878519 */
|
|
|
- src:url('/static/customicons.ttf') format('truetype');
|
|
|
+ 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;
|
|
|
+ /* display: flex; */
|
|
|
+ /* flex-direction: column; */
|
|
|
position: fixed;
|
|
|
- z-index:1000;
|
|
|
+ z-index: 1000;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
/* #ifdef H5 */
|
|
|
@@ -18,21 +21,23 @@
|
|
|
/* #endif */
|
|
|
bottom: 0;
|
|
|
/* #ifndef APP-PLUS */
|
|
|
- bottom: env(safe-area-inset-bottom);
|
|
|
+ padding-bottom: constant(safe-area-inset-bottom);
|
|
|
+ padding-bottom: env(safe-area-inset-bottom);
|
|
|
/* #endif */
|
|
|
}
|
|
|
+
|
|
|
.customicons {
|
|
|
- font-family: "customicons" !important;
|
|
|
+ font-family: "customicons" !important;
|
|
|
}
|
|
|
|
|
|
.youxi:before {
|
|
|
- content: "\e60e";
|
|
|
+ content: "\e60e";
|
|
|
}
|
|
|
|
|
|
.wenjian:before {
|
|
|
- content: "\e60f";
|
|
|
+ content: "\e60f";
|
|
|
}
|
|
|
|
|
|
.zhuanfa:before {
|
|
|
- content: "\e610";
|
|
|
-}
|
|
|
+ content: "\e610";
|
|
|
+}
|