index.module.less 984 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .btnGroupModal {
  2. padding: 32px 0;
  3. :global {
  4. .n-button {
  5. height: 47px;
  6. min-width: 156px;
  7. }
  8. }
  9. }
  10. .subjectSync {
  11. .tips {
  12. padding: 40px;
  13. font-size: 20px;
  14. color: #131415;
  15. line-height: 28px;
  16. span {
  17. color: #F20606;
  18. }
  19. }
  20. }
  21. .subjectList {
  22. display: flex;
  23. align-items: center;
  24. flex-wrap: wrap;
  25. padding: 0 30px;
  26. gap: 20px 40px;
  27. }
  28. .subjectItem {
  29. .imgSection {
  30. position: relative;
  31. padding: 7px;
  32. border: 3px solid transparent;
  33. border-radius: 24px;
  34. line-height: 0;
  35. }
  36. img {
  37. overflow: hidden;
  38. border-radius: 18px;
  39. width: 120px;
  40. height: 120px;
  41. }
  42. .iconSelect {
  43. position: absolute;
  44. top: 11px;
  45. right: 11px;
  46. border-radius: 0;
  47. width: 24px;
  48. height: 24px;
  49. }
  50. .subjectName {
  51. text-align: center;
  52. color: #777777;
  53. }
  54. }
  55. .subjectSelect {
  56. .imgSection {
  57. border: 3px solid #198CFE;
  58. }
  59. .subjectName {
  60. font-weight: 600;
  61. color: #198CFE;
  62. }
  63. }