/* components/scan-code/scan-code.wxss */ .item-check{ line-height: 45px; display: flex; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1rpx solid #f3f3f3; } .list-view{ width:100%; max-height:225px; background-color: white; padding: 0rpx 32rpx; }