/* pages/selectShop/selectShop.wxss */ .selected-shop-nav { display: flex; flex-direction: row; justify-content: flex-start; padding: 20rpx; background-color: #fff; margin-bottom: 20rpx; white-space: nowrap; overflow-y: scroll; } .selected-item { margin: 0 10rpx; color: #2d8cf0; white-space: nowrap; } .shop-list { background-color: #fff; } .list-item { display: flex; flex-direction: row; justify-content: space-between; border-bottom: solid 1px #f8f8f8; padding: 20rpx; } .left { width: 100%; } .selected-btn { background-color: #19be6b; color: #fff; padding: 2rpx 10rpx; font-size: 24rpx; white-space: nowrap; } .no-data { font-size: 24rpx; padding: 20rpx; color: #999; }