index.module.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .startContainer{
  2. padding: 24px 72px 32px;
  3. }
  4. .startCard{
  5. position: relative;
  6. display: flex;
  7. align-items: center;
  8. justify-content: center;
  9. width: 200px;
  10. height: 356px;
  11. border-radius: 16px;
  12. overflow: hidden;
  13. background-color: white;
  14. }
  15. .startIconChange{
  16. position: absolute;
  17. right: 0;
  18. top: 0;
  19. z-index: 1;
  20. display: flex;
  21. align-items: center;
  22. justify-content: center;
  23. width: 36px;
  24. height: 36px;
  25. padding: 8px;
  26. gap: 10px;
  27. background-color: rgba(#000, .6);
  28. border-bottom-left-radius: 12px;
  29. }
  30. .startGenButton{
  31. background: linear-gradient(276.8deg, #317CFA -11.65%, #FF2DF8 91.8%);
  32. }
  33. .pickContainer{
  34. display: flex;
  35. justify-content: center;
  36. align-items: center;
  37. width: 343px;
  38. height: 533px;
  39. }
  40. .pickAvatarCard{
  41. width: 300px;
  42. height: 533px;
  43. border-radius: 12px;
  44. }
  45. .pickGenCard{
  46. display: flex;
  47. justify-content: center;
  48. align-items: center;
  49. background: linear-gradient(162.45deg, rgba(206, 49, 250, 0.1) 1.4%, rgba(49, 124, 250, 0.2) 100.04%);
  50. }
  51. .mySwiper{
  52. width: 300px;
  53. height: 533px;
  54. overflow: hidden;
  55. border-radius: 12px;
  56. }
  57. .swiperItem{
  58. position: relative;
  59. width: 300px;
  60. height: 533px;
  61. }
  62. /* 自定义指示点容器 */
  63. .indicatorContainer {
  64. padding-top: 18px;
  65. display: flex;
  66. gap: 8px;
  67. justify-content: center;
  68. }
  69. /* 单个指示点 */
  70. .indicator {
  71. width: 8px;
  72. height: 8px;
  73. transition: all .3s;
  74. border-radius: 100%;
  75. background-color: rgba(#000, .25);
  76. border-radius: 100%;
  77. }
  78. /* 当前选中的指示点 */
  79. .indicatorActive{
  80. background-color: #000;
  81. }
  82. .pickAvatarOriginal{
  83. position: absolute;
  84. right: 0;
  85. top: 0;
  86. z-index: 1;
  87. display: flex;
  88. align-items: center;
  89. justify-content: center;
  90. font-weight: 400;
  91. font-size: 12px;
  92. line-height: 20px;
  93. width: 60px;
  94. height: 28px;
  95. color: white;
  96. border-bottom-left-radius: 12px;
  97. background: rgba(#000, .4);
  98. }
  99. .confirmContainer{
  100. width: 343px;
  101. height: 511px;
  102. display: flex;
  103. flex-direction: column;
  104. align-items: center;
  105. }
  106. .confirmRoundedAvatarWrap{
  107. width: 100px;
  108. height: 100px;
  109. margin-bottom: 24px;
  110. border-radius: 100%;
  111. }
  112. .confirmRoundedAvatar{
  113. width: 100px;
  114. height: 100px;
  115. overflow: hidden;
  116. border-radius: 100%;
  117. }
  118. .confirmChatAvatarBg{
  119. position: relative;
  120. width: 240px;
  121. height: 427px;
  122. margin-bottom: 16px;
  123. border-radius: 24px;
  124. }
  125. .confirmChatAvatarBgCover{
  126. display: flex;
  127. flex-direction: column;
  128. justify-content: flex-end;
  129. position: absolute;
  130. left: 0;
  131. top: 0;
  132. right: 0;
  133. z-index: 1;
  134. width: 240px;
  135. height: 427px;
  136. box-sizing: border-box;
  137. padding: 0 24px 54px;
  138. border-radius: 24px;
  139. gap: 8px;
  140. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50.12%, #D6D6D6 100%);
  141. }
  142. .block{
  143. background-color: white;
  144. border-radius: 8px;
  145. height: 30px;
  146. }
  147. .block1{
  148. .block();
  149. width: 135px;
  150. }
  151. .block2{
  152. .block();
  153. align-self: flex-end;
  154. width: 123px;
  155. background-color: rgba(#317CFA, .5);
  156. }
  157. .block3{
  158. .block();
  159. width: 192px;
  160. }