我使用better-scroll的时候,出现了 父容器和子容器,高度一样的情况。dom结构是对的,样式如下,必须设置 滚动层.shoporder-wrapper的高度才能滚动,否则父容器和子容器的高度,就相等,且大于屏幕高度
.shop-order // 第一层div
position: fixed
top: 36px
left: 0
width: 100%
background: rgb(252,252,252)
overflow: hidden
z-index: 29
bottom: 0
.shoporder-wrapper //滚动层 div
padding-top: 5px
z-index: 29
height: 360px
.order-list-item //滚动层包着的ul
.order-list-title
display: flex
padding-left: 14px
height: 26px
line-height: 26px
font-size: 14px
color: #93999f
background: #fff
掌握Vue1.0到2.0再到2.5最全版本应用与迭代,打造极致流畅的WebApp
了解课程