page { background: #f6f6f6; } .tabs { background: #ffffff; } .box { background: #ffffff; margin: 30rpx; padding: 30rpx; border-radius: 30rpx; .order-number { display: flex; justify-content: space-between; .number { font-size: 30rpx; } .state { font-size: 30rpx; } } .order-txt { display: flex; margin: 20rpx 0rpx 0 0; .order-image { width: 240rpx; height: 180rpx; margin-right: 20rpx; } .order-name { margin-top: 5rpx; .order-price { color: red; margin-top: 20rpx; } .order-time { font-size: 30rpx; margin-top: 20rpx; } } } .order-order { display: flex; justify-content: flex-end; margin-top: 20rpx; .bu { border: 1rpx solid #BBBBBB !important; border-radius: 24rpx !important; font-size: 30rpx !important; padding: 0rpx 20rpx !important; margin-right: 0rpx !important; background: #ffffff !important; } .service { border: 1rpx solid #BBBBBB; border-radius: 24rpx; font-size: 30rpx; padding: 20rpx 20rpx; margin-left: 20rpx; } .pay { // border: 1rpx solid #BBBBBB; border-radius: 24rpx; font-size: 30rpx; padding: 20rpx 0; width: 180rpx; text-align: center; background: #46a9a4; margin-left: 20rpx; } } }