feat: 新增index.html文件并更新多个页面样式和结构

This commit is contained in:
pikachu1995@126.com
2026-07-06 13:53:54 +08:00
parent 5f293d929d
commit b1743cefb0
20 changed files with 821 additions and 288 deletions

View File

@@ -136,8 +136,9 @@ page {
.scoll-page,
.goods-scroll {
flex: 1;
height: 0;
overflow: auto;
min-height: 0;
height: 100%;
box-sizing: border-box;
}
.search-navbar-wrap {
@@ -170,6 +171,30 @@ page {
flex-direction: column;
}
/* #ifdef H5 */
.content--goods {
height: auto;
min-height: 100vh;
overflow: visible;
}
.goods-content--h5 {
flex: none;
min-height: auto;
overflow: visible;
}
.goods-list-wrap {
padding-bottom: 40rpx;
}
.sort-navbar {
position: sticky;
top: 0;
z-index: 9;
}
/* #endif */
.index-nav-arrow:last-child {
margin-top: -22rpx;
}