upload-collect.component.scss 225 B

1234567891011121314
  1. .row {
  2. width: 100%;
  3. margin-bottom: 20px;
  4. // display: flex;
  5. // align-items: center;
  6. .label {
  7. width: 100px;
  8. }
  9. .desc{
  10. color: rgba(0, 0, 0, 0.4509803922);
  11. font-size: 14px;
  12. margin-bottom: 10px;
  13. }
  14. }