/* pages/pay/pay.wxss */ .pay .title { font-weight: 600; } .pay .user-address .user-address-h1 { font-weight: 600; } .pay .user-address .user-address-h2 { max-width: 85vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .pay .pay-list { margin: 20rpx 0; } .pay .pay-list .container { width: 100vw; padding: 10rpx 16rpx; background-color: white; box-sizing: border-box; } .pay .pay-list .container .scroll { width: 100%; height: 200rpx; white-space: nowrap; } .pay .pay-list .container .scroll .img { height: 100%; display: inline-block; padding: 10rpx; } .pay .pay-setup { margin: 20rpx 0; } .pay .pay-setup .pay-flex { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; } .pay .pay-type .type { width: 100%; display: flex; justify-content: space-between; align-items: center; }