index.module.less 201 B

12345678910
  1. .uploadSection {
  2. width: 156px;
  3. height: 106px;
  4. background: #f8faf9;
  5. border-radius: 4px;
  6. border: 1px solid rgba(45, 199, 170, 0.26);
  7. font-size: 14px;
  8. color: #2dc7aa;
  9. line-height: 20px;
  10. }