OrderInfo.scss 248 Bytes
.OrderDetail-info {
  display: flex;
  line-height: 60px;
  justify-content: space-between;
  font-size: 28px;
  color: #666;
  .OrderDetail-info-title {
    width: 120px;
  }
  .OrderDetail-info-content {
    text-align: right;
    flex: 1;
  }
}