/* pages/pay/pay.wxss */ .pay .title { font-weight: 600; } .pay .red { font-weight: 600; padding: 20rpx; color: #f03; } .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: 90%; 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; } .pay .balance { padding: 10px 16px; background-color: #fff; } .pay .balance .txt { color: #f03; }