page{ background-color: #f5f5f5; } .payItem { padding: 30rpx 20rpx; background-color: #fff; margin-top: 30rpx; padding-bottom: 1rpx; } .payItem1 { display: flex; align-items: center; justify-content: space-between; } .payItem1_time { font-weight: 400; font-size: 26rpx; color: #222222; } .payItem1_state1 { font-weight: 400; font-size: 26rpx; color: #2583FF; } .payItem1_state2 { font-weight: 400; font-size: 26rpx; color: #D5AC66; } .payItem1_state3 { font-weight: 400; font-size: 26rpx; color: #222222; } .payItem1_state4 { font-weight: 400; font-size: 26rpx; color: #222222; } .payItem_row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30rpx; } .payItem_row2 { display: flex; align-items: center; justify-content: center; margin-bottom: 30rpx; } .payItem_title { font-weight: 400; font-size: 26rpx; color: #222222; } .payItem_con { font-weight: 400; font-size: 26rpx; color: #222222; } .payItem_payBox { display: flex; justify-content: flex-end; margin-right: -4rpx; } .payItem_pay { width: 150rpx; height: 50rpx; background: #2583FF; border-radius: 100rpx 100rpx 100rpx 100rpx; font-weight: 400; font-size: 26rpx; color: #FFFFFF; display: flex; align-items: center; justify-content: center; }