/* pages/payment-details/payment-details.wxss */ page { background: #f5f5f5; } .cell { height: 146rpx; background: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 30rpx; box-sizing: border-box; border-bottom: 1rpx solid #eee; border-top: 1rpx solid #eee; } .info { color: #333; display: flex; flex-direction: column; align-items: flex-start; } .title { font-weight: bold; font-size: 34rpx; } .text { font-size: 22rpx; color: #999; margin-top: 15rpx; } .money { font-size: 42rpx; } .ruzhang { color: #ff4725; }