@import '/utils/styles/index.wxss'; page{ background: #fff; } .oyScroll>view{ flex-shrink: 0; } /*隐藏滚动条*/ ::-webkit-scrollbar { width: 0; height: 0; color: transparent; } image{ height: auto; } .picker_image{ width: 18rpx; height: 18rpx; margin: 0 20rpx; flex-shrink: 0; }