/* subpages/home/pages/gridPage/gridPage.wxss */ .item-list{ height: auto; overflow-y: scroll; display: flex; flex-direction: column; padding: 30rpx; background-color: #fff; } .item-list .item{ display: flex; justify-content: space-between; align-items: center; margin-top: 20rpx; height: 50rpx; } .item-list .item image{ width: 30rpx; height: 30rpx; }