index.less 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /* nova-werun/components/circle/index.wxss */
  2. .all{
  3. width: 100vw;
  4. position: relative;
  5. background: linear-gradient(to bottom, #4F9AF7, #FFFFFF); /* 竖直渐变 */
  6. .navbox{
  7. width: 100vw;
  8. display: flex;
  9. align-items: flex-end;
  10. .nav{
  11. width: 100%;
  12. display: flex;
  13. justify-content: center;
  14. position: relative;
  15. margin-bottom: 20rpx;
  16. height: 40rpx;
  17. image{
  18. position: absolute;
  19. left: 38rpx;
  20. top: 8rpx;
  21. width: 44rpx;
  22. height: 35rpx;
  23. }
  24. .nav-title{
  25. height: 36rpx;
  26. font-family: MicrosoftYaHei;
  27. font-size: 36rpx;
  28. color: #333333;
  29. line-height: 40rpx;
  30. text-align: center;
  31. }
  32. }
  33. }
  34. .trends{
  35. width: 100%;
  36. border-top: grey solid 1px;
  37. padding-top: 20rpx;
  38. padding-left: 32rpx;
  39. padding-right: 32rpx;
  40. .activebox{
  41. width: 685rpx;
  42. height: 488rpx;
  43. padding: 15rpx;
  44. background-color: white;
  45. border-radius: 20rpx;
  46. box-shadow: 0 8rpx 4rpx #DEE1E6;
  47. margin-bottom: 20rpx;
  48. .titlebox{
  49. width: 100%;
  50. height: 36rpx;
  51. display: flex;
  52. align-items: center;
  53. border-left: #58A5FE 8rpx solid;
  54. .title{
  55. font-family: MicrosoftYaHei;
  56. font-size: 30rpx;
  57. color: #333333;
  58. margin-left: 10rpx;
  59. }
  60. .alltitlebox{
  61. height: 20rpx;
  62. display: flex;
  63. align-items: center;
  64. margin-left: auto;
  65. .all-text{
  66. font-family: MicrosoftYaHei;
  67. font-size: 20rpx;
  68. color: #333333;
  69. }
  70. image{
  71. width: 14rpx;
  72. height: 20rpx;
  73. margin-left: 10rpx;
  74. }
  75. }
  76. }
  77. .acbox{
  78. width: 100%;
  79. height: 177rpx;
  80. margin-top: 20rpx;
  81. display: flex;
  82. .ac-picbox{
  83. width: 310rpx;
  84. height: 177rpx;
  85. position: relative;
  86. image{
  87. width: 310rpx;
  88. height: 177rpx;
  89. border-radius: 20rpx;
  90. }
  91. .picbox{
  92. width: 100rpx;
  93. height: 44rpx;
  94. display: flex;
  95. justify-content: center;
  96. align-items: center;
  97. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241224/u1uhl1104441535.png);
  98. background-position: center; /* 背景图片居中 */
  99. background-size: cover; /* 背景图片覆盖整个元素 */
  100. background-repeat: no-repeat; /* 不重复背景图片 */
  101. position: absolute;
  102. bottom: 0rpx;
  103. right: 0rpx;
  104. .pic-tex{
  105. font-family: MicrosoftYaHei;
  106. font-size: 18rpx;
  107. color: #FFFEFE;
  108. }
  109. }
  110. }
  111. }
  112. .paihangbox{
  113. width: 662rpx;
  114. height: 185rpx;
  115. display: flex; /* 使用 Flexbox 布局 */
  116. // justify-content: space-between; /* 均匀分布 */
  117. justify-content: center;
  118. align-items: center;
  119. border-radius: 20rpx;
  120. margin-top: 26rpx;
  121. background-color: #5CD0F9;
  122. .image1{
  123. width: 242rpx;
  124. height: 147rpx;
  125. margin-right: 53rpx;
  126. }
  127. .image2{
  128. width: 270rpx;
  129. height: 138rpx;
  130. }
  131. }
  132. }
  133. .no-more{
  134. width: 100%;
  135. display: flex;
  136. justify-content: center;
  137. font-size: 28rpx;
  138. margin-bottom: 35rpx;
  139. }
  140. }
  141. .trends::-webkit-scrollbar {
  142. display: none; /* 隐藏滚动条 */
  143. }
  144. .publishbox{
  145. position: absolute;
  146. bottom:214rpx;
  147. right: 12rpx;
  148. image{
  149. width: 80rpx;
  150. height: 80rpx;
  151. }
  152. }
  153. }