index.module.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. .theAuth {
  2. // background-color: #fff;
  3. width: 892px;
  4. padding-top: 160px;
  5. box-shadow: none;
  6. position: relative;
  7. // overflow: hidden;
  8. .iconClose {
  9. position: absolute;
  10. right: 38px;
  11. top: 145px;
  12. width: max(20px, 16Px);
  13. height: max(20px, 16Px);
  14. background: url('./images/icon-close.png') no-repeat center;
  15. background-size: contain;
  16. cursor: pointer;
  17. }
  18. }
  19. .theTitle {
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. background: url('./images/auth-title-bg.png') top center no-repeat;
  24. background-size: 100%;
  25. width: 100%;
  26. height: 174px;
  27. }
  28. .authContent {
  29. background: linear-gradient(180deg, #E1F8FF 0%, #BBE7FD 100%);
  30. border-radius: 0 0 23px 23px;
  31. }
  32. .steps {
  33. margin: 14px 27px 0;
  34. padding-top: 34px;
  35. background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 88%, #CDF0FF 100%);
  36. border-radius: 23px;
  37. border: 1px solid #FFFFFF;
  38. :global {
  39. .n-scrollbar {
  40. margin: 0 0 25px;
  41. padding: 14px 34px 34px;
  42. min-height: calc(55vh - 28px);
  43. max-height: calc(55vh - 28px);
  44. }
  45. }
  46. }
  47. .step {
  48. display: flex;
  49. align-items: flex-start;
  50. padding-bottom: 35px;
  51. .stepNum {
  52. width: 33px;
  53. height: 33px;
  54. display: flex;
  55. align-items: center;
  56. justify-content: center;
  57. text-align: center;
  58. background: #B9EAFF;
  59. border: 1px solid #FFFFFF;
  60. font-size: 17px;
  61. font-weight: 600;
  62. color: #131415;
  63. border-radius: 50%;
  64. margin-right: 14px;
  65. flex-shrink: 0;
  66. }
  67. .stepContent {
  68. .txt {
  69. font-size: max(15px, 12Px);
  70. font-family: PingFangSC, PingFang SC;
  71. font-weight: 600;
  72. color: #000000;
  73. line-height: 33px;
  74. span {
  75. color: #1F6DEC;
  76. }
  77. .red {
  78. color: #E80000;
  79. }
  80. }
  81. }
  82. img {
  83. border-radius: 8px;
  84. }
  85. .w1 {
  86. width: 90px;
  87. height: 98px;
  88. margin: 8px 0 12px;
  89. }
  90. .w6 {
  91. width: 196px;
  92. height: 207px;
  93. }
  94. .w7 {
  95. margin-top: 8px;
  96. width: 100%;
  97. }
  98. .m1 {
  99. width: 113px;
  100. height: 98px;
  101. margin: 8px 0 0;
  102. }
  103. .m2 {
  104. margin-top: 8px;
  105. width: 333px
  106. }
  107. .m3 {
  108. margin-top: 8px;
  109. width: 358px;
  110. }
  111. .m4,
  112. .m5 {
  113. margin-top: 8px;
  114. width: 100%;
  115. }
  116. .moreImg {
  117. display: flex;
  118. align-items: center;
  119. flex-wrap: wrap;
  120. img {
  121. width: 47%;
  122. margin-bottom: 32px;
  123. &:nth-child(2n + 2) {
  124. margin-left: 6%;
  125. }
  126. }
  127. }
  128. }
  129. .btnGroup {
  130. padding: 25px 0;
  131. display: flex;
  132. align-items: center;
  133. justify-content: center;
  134. :global {
  135. .n-button {
  136. height: 45px !important;
  137. width: 275px !important;
  138. --n-border: none !important;
  139. --n-border-hover: none !important;
  140. --n-border-pressed: none !important;
  141. --n-border-focus: none !important;
  142. background: linear-gradient(305deg, #15BBFF 0%, #1784FF 100%);
  143. border-radius: 22px;
  144. font-size: max(18px, 15Px);
  145. font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  146. font-weight: bold;
  147. color: #FFFFFF;
  148. line-height: 22px;
  149. letter-spacing: 1px;
  150. }
  151. }
  152. }