Browse Source

uniapp 的H5版本在商品分类页面情况下,搜索框被遮挡

master
Gaoxs 4 years ago
parent
commit
1fdae3c32f
  1. 2
      assets/css/style.css
  2. 2
      assets/css/style.css.map
  3. 14
      assets/css/style.less

2
assets/css/style.css

File diff suppressed because one or more lines are too long

2
assets/css/style.css.map

File diff suppressed because one or more lines are too long

14
assets/css/style.less

@ -7558,15 +7558,11 @@ page {
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;
// #ifdef H5
top: 88rpx;
// #endif
// #ifndef H5
top: 0; top: 0;
// #endif
/* #ifdef H5 */
top:calc(44px + env(safe-area-inset-top));
/* #endif */
z-index: 9; z-index: 9;
// border-bottom: 1px solid #555; // border-bottom: 1px solid #555;
} }
@ -7604,6 +7600,10 @@ page {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
overflow-scrolling: touch; overflow-scrolling: touch;
/* #ifdef H5 */
top:calc(44px + env(safe-area-inset-top) + 88rpx);
/* #endif */
} }
.productSort .aside .item { .productSort .aside .item {

Loading…
Cancel
Save