index.scss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. page {
  2. background-color: #161616;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. background-color: #161616;
  8. width: 100%;
  9. }
  10. .header {
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: flex-start;
  14. align-items: center;
  15. width: 750rpx;height: 320rpx;
  16. padding-top: calc(var(--status-bar-height) + 0rpx);
  17. .left {
  18. display: flex;flex-direction: row;width:200rpx;height:120rpx;
  19. justify-content: center;
  20. padding-left:50rpx;
  21. image {
  22. width:124rpx;height:40rpx;
  23. }
  24. }
  25. }
  26. .thread {
  27. height: 20rpx;
  28. }
  29. .thread2 {
  30. height: 60rpx;
  31. }
  32. .topbanner {
  33. width:750rpx;display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top:-120rpx;
  34. .left {
  35. width: 334rpx;height: 334rpx;
  36. background: linear-gradient( 161deg, #9A6DFF 0%, #84A0FF 100%);
  37. border-radius: 24rpx;
  38. position: relative;
  39. .aibg {
  40. width:266rpx;height:214rpx;position: absolute;right:0rpx;bottom:32rpx;
  41. }
  42. .title {
  43. padding-left:30rpx;padding-top:28rpx;
  44. font-weight: bold;
  45. font-size: 40rpx;
  46. color: #FFFFFF;
  47. }
  48. .desc {
  49. padding-left:30rpx;padding-top:10rpx;
  50. font-weight: 400;
  51. font-size: 26rpx;
  52. color: #FFFFFF;
  53. }
  54. .btn {
  55. position: absolute;left:30rpx;bottom:40rpx;width: 176rpx;height: 64rpx;
  56. background: #FFFFFF;
  57. border-radius: 32rpx 32rpx 32rpx 32rpx;
  58. font-weight: bold;
  59. font-size: 28rpx;
  60. color: #9D75FF;
  61. display: flex;flex-direction: center;justify-content: center;align-items: center;
  62. }
  63. }
  64. .right {
  65. margin-left:22rpx;
  66. display: flex;flex-direction: column;justify-content: center;align-items: center;
  67. .item1 {
  68. width: 334rpx;
  69. height: 156rpx;
  70. background: linear-gradient( 173deg, #FF7DDF 0%, #FFAFE4 100%);
  71. border-radius: 24rpx 24rpx 24rpx 24rpx;
  72. position: relative;
  73. .meinv {
  74. width:138rpx;height:132rpx;position: absolute;right:18rpx;bottom:0rpx;
  75. }
  76. }
  77. .item2 {
  78. width: 334rpx;height: 156rpx;margin-top:22rpx;
  79. background: linear-gradient( 173deg, #FFA665 0%, #FFDDA7 100%);
  80. border-radius: 24rpx 24rpx 24rpx 24rpx;
  81. position: relative;
  82. .talk {
  83. width:136rpx;height:116rpx;position: absolute;right:3rpx;bottom:2rpx;
  84. }
  85. }
  86. .title {
  87. padding-left:30rpx;padding-top:28rpx;
  88. font-weight: bold;
  89. font-size: 36rpx;
  90. color: #FFFFFF;
  91. }
  92. .desc {
  93. padding-left:30rpx;padding-top:10rpx;
  94. font-weight: 400;
  95. font-size: 26rpx;
  96. color: #FFFFFF;
  97. }
  98. }
  99. }
  100. .centerbanner {
  101. width:750rpx;display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top:20rpx;
  102. .item1 {
  103. width: 258rpx;height: 108rpx;
  104. background: linear-gradient( 163deg, #08AAC6 0%, #24C9B4 100%);
  105. border-radius: 24rpx;
  106. position: relative;
  107. .icon {
  108. width:100rpx;height:100rpx;position: absolute;right:6rpx;bottom:0rpx;
  109. }
  110. .title {
  111. padding-left:20rpx;padding-top:28rpx;
  112. font-weight: bold;font-size: 30rpx;color: #FFFFFF;
  113. }
  114. }
  115. .item2 {
  116. width: 204rpx;height: 108rpx;margin-left:12rpx;
  117. background: linear-gradient( 154deg, #88E6FF 0%, #DAF7FF 100%);
  118. border-radius: 24rpx;
  119. position: relative;
  120. .icon {
  121. width:100rpx;height:100rpx;position: absolute;right:4rpx;bottom:0rpx;border-radius: 16rpx;
  122. }
  123. .title {
  124. padding-left:20rpx;padding-top:28rpx;
  125. font-weight: bold;font-size: 30rpx;color: #FFFFFF;
  126. }
  127. }
  128. .item3 {
  129. width: 204rpx;height: 108rpx;margin-left:12rpx;
  130. background: linear-gradient( 154deg, #FF8888 0%, #FBDAFF 100%);
  131. border-radius: 24rpx;
  132. position: relative;
  133. .icon {
  134. width:108rpx;height:108rpx;position: absolute;right:4rpx;bottom:0rpx;border-radius: 16rpx;
  135. }
  136. .title {
  137. padding-left:20rpx;padding-top:28rpx;
  138. font-weight: bold;font-size: 30rpx;color: #FFFFFF;
  139. }
  140. }
  141. }
  142. .section-title {
  143. width:750rpx;display: flex;flex-direction: row;justify-content: flex-start;align-items: center;margin-top:20rpx;
  144. font-weight: bold;padding-left:30rpx;
  145. font-size: 32rpx;
  146. color: #FFFFFF;
  147. }
  148. .article_notify {
  149. width: 690rpx;height: 140rpx;margin-left:30rpx;margin-top:20rpx;
  150. background: #28292D;
  151. border-radius: 24rpx 24rpx 24rpx 24rpx;
  152. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  153. .left {
  154. width: 140rpx;
  155. height: 140rpx;
  156. background: #28292D;
  157. border-radius: 24rpx;
  158. image {
  159. width: 140rpx;height: 140rpx;border-radius: 24rpx;
  160. }
  161. }
  162. .right {
  163. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  164. .title {
  165. padding-left:20rpx;padding-top:8rpx;
  166. font-weight: bold;font-size: 32rpx;color: #FFFFFF;
  167. display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;
  168. image {
  169. width:76rpx;height:40rpx;margin-left:30rpx;
  170. }
  171. }
  172. .desc {
  173. padding-left:20rpx;padding-top:10rpx;
  174. font-weight: 400;font-size: 28rpx;color: #ffffff;
  175. white-space: nowrap;
  176. overflow: hidden;
  177. text-overflow: ellipsis;
  178. }
  179. }
  180. }
  181. .list {
  182. display: flex;flex-direction: row;flex-wrap: wrap;padding:30rpx;
  183. width:750rpx;justify-content: space-between;
  184. .item {
  185. width: 334rpx;height: 470rpx;margin-bottom: 30rpx;
  186. background: #28292D;border-radius: 24rpx;
  187. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  188. .img {
  189. .icon {
  190. width: 334rpx;height:334rpx;border-radius: 24rpx 24rpx 0 0;
  191. }
  192. }
  193. .tit {
  194. width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding:0 20rpx;
  195. .name {
  196. color:#fff;font-size: 32rpx;width:200rpx;
  197. }
  198. .juli {
  199. color:#D0D0D0;font-size: 24rpx;width:134rpx;text-align: right;
  200. }
  201. }
  202. .name {
  203. font-size: 24rpx;color:#818D89;padding-top: 12rpx;
  204. }
  205. .tag_list {
  206. width:100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-top: 10rpx;
  207. padding:0 12rpx;
  208. .tag {
  209. height: 44rpx;padding:0 12rpx;
  210. background: #423339;
  211. border-radius: 16rpx 16rpx 16rpx 16rpx;
  212. border: 2rpx solid #FF7D88;
  213. display: flex;flex-direction: row;justify-content: center;align-items: center;
  214. font-weight: 400;
  215. font-size: 20rpx;
  216. color: #FF7D88;
  217. .icon {
  218. width:24rpx;height:24rpx;margin-right: 6rpx;
  219. }
  220. }
  221. .tag2 {
  222. height: 44rpx;padding:0 12rpx;
  223. border-radius: 16rpx;
  224. border: 2rpx solid #404040;
  225. display: flex;flex-direction: row;justify-content: center;align-items: center;
  226. font-weight: 400;
  227. font-size: 20rpx;
  228. color: #D0D0D0;
  229. }
  230. }
  231. }
  232. }
  233. .yongPop {
  234. position: fixed;top:0;left:0rpx;
  235. width:750rpx;height:100%;
  236. display: flex;flex-direction: column;justify-content: flex-end;align-items: center;
  237. .albg {
  238. width:100%;height:100%;background-color: rgba(0, 0, 0, 0.3);
  239. }
  240. .content {
  241. width:710rpx;height:520rpx;position: absolute;bottom: 0rpx;
  242. background-color: #fff;border-radius: 20rpx 20rpx 0 0;padding:20rpx;
  243. .title {
  244. width:100%;text-align: center;padding:20rpx;font-weight: bold;
  245. }
  246. .desc {
  247. height:180rpx;font-size: 26rpx;
  248. }
  249. .btn {
  250. width:100%;height:80rpx;background-color: #e0e0e0;border-radius: 80rpx;
  251. display: flex;flex-direction: column;justify-content: center;align-items: center;
  252. }
  253. }
  254. }