uniapp 的H5版本在商品分类页面情况下,搜索框被遮挡
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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 {
|
||||||
|
Reference in New Issue
Block a user