page { background: #f6f6f6; .box { background: #fff; border-radius: 20rpx; margin: 20rpx; padding: 20rpx; .name { display: flex; justify-content: space-between; } .details { display: flex; margin-top: 20rpx; .image { width: 150rpx; height: 150rpx; } .txt { margin-left: 20rpx; display: flex; flex-direction: column; justify-content: space-between; .totalPrice { color: red; } } } } }