suggestion-option.module.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .updateBtnGroup {
  2. padding: 0;
  3. justify-content: center !important;
  4. :global {
  5. .n-button {
  6. height: 48px !important;
  7. min-width: 156px;
  8. }
  9. }
  10. }
  11. .updatePassword {
  12. padding: 40px;
  13. }
  14. .countInput {
  15. border-radius: 8px;
  16. min-height: 265px;
  17. }
  18. .addInput {
  19. font-size: 16px;
  20. font-weight: 400;
  21. color: #777777;
  22. line-height: 22px;
  23. display: flex;
  24. flex-direction: column;
  25. align-items: center;
  26. img {
  27. width: 36px;
  28. height: 36px;
  29. margin-bottom: 20px;
  30. }
  31. }
  32. :global {
  33. .n-upload-trigger.n-upload-trigger--image-card {
  34. width: 150px;
  35. height: 150px;
  36. background: #FDFDFD;
  37. border-radius: 8px;
  38. }
  39. .n-upload-file-list .n-upload-file.n-upload-file--image-card-type {
  40. width: 150px;
  41. height: 150px;
  42. background: #FDFDFD;
  43. border-radius: 8px;
  44. }
  45. .n-upload-file-list.n-upload-file-list--grid {
  46. display: grid;
  47. grid-template-columns: repeat(auto-fill, 150px);
  48. grid-gap: 20px;
  49. margin-top: 0;
  50. }
  51. }
  52. .messageWrap {
  53. display: flex;
  54. flex-direction: row;
  55. align-items: center;
  56. p {
  57. height: 25px;
  58. font-size: 18px;
  59. font-weight: 400;
  60. color: #777777;
  61. line-height: 25px;
  62. margin-right: 40px;
  63. }
  64. }