index.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. .mine {
  2. min-height: 100vh;
  3. background-color: #041129;
  4. .draw-content {
  5. padding: 48px 30px;
  6. .draw-title {
  7. margin-top: 48px;
  8. font-family: PingFangSC-Regular;
  9. font-size: 28px;
  10. color: #FFFFFF;
  11. }
  12. .draw-text {
  13. margin-top: 30px;
  14. position: relative;
  15. .draw-content-func {
  16. display: flex;
  17. position: absolute;
  18. right: 0;
  19. top: -84px;
  20. }
  21. .delete-draw-text {
  22. padding: 0 20px;
  23. height: 64px;
  24. line-height: 64px;
  25. font-family: PingFangSC-Regular;
  26. font-size: 24px;
  27. letter-spacing: 0;
  28. text-align: center;
  29. background-color: rgba(255, 255, 255, .05);
  30. color: rgba(255, 255, 255, .5);
  31. }
  32. .recommend {
  33. margin-right: 20px;
  34. width: 222px;
  35. height: 64px;
  36. display: flex;
  37. align-items: center;
  38. border-radius: 16px;
  39. justify-content: center;
  40. background-color: rgba(255, 255, 255, .05);
  41. color: rgba(255, 255, 255, .5);
  42. .recommend-img {
  43. margin-left: 10px;
  44. width: 32px;
  45. height: 32px;
  46. display: block;
  47. }
  48. .recommend-text {
  49. font-family: PingFangSC-Regular;
  50. font-size: 24px;
  51. letter-spacing: 0;
  52. text-align: center;
  53. }
  54. }
  55. .draw-taxtarea {
  56. width: 642px;
  57. background-color: rgba(255, 255, 255, .05);
  58. font-size: 28px;
  59. color: rgba(255, 255, 255, .5);
  60. height: 150px;
  61. padding: 24rpx 24rpx 44rpx 24rpx;
  62. }
  63. .textarea-num {
  64. margin-top: -50px;
  65. margin-right: 20px;
  66. text-align: end;
  67. color: rgba(255, 255, 255, .5);
  68. }
  69. .generate {
  70. margin-top: 40px;
  71. display: flex;
  72. justify-content: flex-end;
  73. }
  74. .generate-button {
  75. padding: 20px 40px;
  76. border-radius: 96px;
  77. text-align: center;
  78. position: relative;
  79. right: 0;
  80. z-index: 100;
  81. background-image: linear-gradient(-49deg, #5D81FF 0%, #0F84EC 100%);
  82. font-family: PingFangSC-Regular;
  83. font-size: 28px;
  84. color: #FFFFFF;
  85. }
  86. }
  87. }
  88. .result-content {
  89. // margin-top: 40px;
  90. display: flex;
  91. justify-content: space-between;
  92. flex-wrap: wrap;
  93. .content-info {
  94. width: 330px;
  95. margin-bottom: 20px;
  96. -webkit-box-sizing: border-box;
  97. -moz-box-sizing: border-box;
  98. box-sizing: border-box;
  99. .info-img {
  100. width: 100%;
  101. display: block;
  102. }
  103. }
  104. }
  105. .func {
  106. width: 100%;
  107. margin-top: 76px;
  108. .func-list {
  109. padding: 0 30px;
  110. display: flex;
  111. justify-content: space-evenly;
  112. }
  113. .func-info {
  114. display: flex;
  115. justify-content: center;
  116. align-items: center;
  117. width: 218px;
  118. height: 80px;
  119. border-radius: 8px;
  120. border: 2px solid rgba(16, 133, 237, 1);
  121. font-family: PingFangSC-Regular;
  122. font-size: 32px;
  123. color: #38ADF4;
  124. letter-spacing: 0;
  125. text-align: center;
  126. .func-image {
  127. margin-right: 22px;
  128. width: 48px;
  129. height: 48px;
  130. }
  131. }
  132. }
  133. .banner-content {
  134. margin-top: 40px;
  135. width: 100%;
  136. position: relative;
  137. }
  138. .banner {
  139. width: 100%;
  140. min-height: 420px;
  141. position: relative;
  142. .banner-tips {
  143. font-family: PingFangSC-Regular;
  144. font-size: 32px;
  145. color: rgba(255, 255, 255, .75);
  146. .tips-left {
  147. position: absolute;
  148. top: 50px;
  149. left: 10px;
  150. }
  151. .tips-right {
  152. position: absolute;
  153. top: 50px;
  154. right: 10px;
  155. text-decoration: underline
  156. }
  157. }
  158. .banner-info {
  159. background-color: #535353;
  160. width: 100%;
  161. height: 390px;
  162. .banner-image {
  163. width: 100%;
  164. height: 100%;
  165. }
  166. }
  167. }
  168. .banner-indicatorDots {
  169. margin-top: 10px;
  170. display: flex;
  171. justify-content: center;
  172. .indicatorDots-info {
  173. -webkit-box-sizing: border-box;
  174. -moz-box-sizing: border-box;
  175. box-sizing: border-box;
  176. margin-left: 10px;
  177. width: 100px;
  178. height: 57px;
  179. .indicatorDots-img {
  180. width: 100%;
  181. height: 100%;
  182. }
  183. }
  184. }
  185. }