add-information.module.less 880 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .addInformation {
  2. padding: 0 13px;
  3. .title {
  4. padding: 15px 0;
  5. font-size: 16px;
  6. font-weight: 500;
  7. color: #333333;
  8. display: flex;
  9. align-items: center;
  10. }
  11. .icon {
  12. display: inline-block;
  13. width: 18px;
  14. height: 18px;
  15. margin-right: 6px;
  16. }
  17. .icon1 {
  18. background: url('../images/icon1.png') no-repeat center center;
  19. background-size: contain;
  20. }
  21. .icon2 {
  22. background: url('../images/icon2.png') no-repeat center center;
  23. background-size: contain;
  24. }
  25. .icon3 {
  26. background: url('../images/icon3.png') no-repeat center center;
  27. background-size: contain;
  28. }
  29. .icon4 {
  30. background: url('../images/icon4.png') no-repeat center center;
  31. background-size: contain;
  32. }
  33. .upload {
  34. margin: 0;
  35. background: #fff;
  36. margin-bottom: 12px;
  37. }
  38. .field {
  39. border-radius: 10px;
  40. margin-bottom: 12px;
  41. }
  42. }