index.less 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. padding-top: 20rpx;
  37. padding-left: 32rpx;
  38. padding-right: 32rpx;
  39. .activebox{
  40. width: 685rpx;
  41. height: 488rpx;
  42. padding: 15rpx;
  43. background-color: white;
  44. border-radius: 20rpx;
  45. box-shadow: 0 8rpx 4rpx #DEE1E6;
  46. margin-bottom: 20rpx;
  47. .titlebox{
  48. width: 100%;
  49. height: 36rpx;
  50. display: flex;
  51. align-items: center;
  52. border-left: #58A5FE 8rpx solid;
  53. .title{
  54. font-family: MicrosoftYaHei;
  55. font-size: 30rpx;
  56. color: #333333;
  57. margin-left: 10rpx;
  58. }
  59. .alltitlebox{
  60. height: 20rpx;
  61. display: flex;
  62. align-items: center;
  63. margin-left: auto;
  64. .all-text{
  65. font-family: MicrosoftYaHei;
  66. font-size: 20rpx;
  67. color: #333333;
  68. }
  69. image{
  70. width: 14rpx;
  71. height: 20rpx;
  72. margin-left: 10rpx;
  73. }
  74. }
  75. }
  76. .acbox{
  77. width: 100%;
  78. height: 177rpx;
  79. margin-top: 20rpx;
  80. display: flex;
  81. .ac-picbox{
  82. width: 310rpx;
  83. height: 177rpx;
  84. position: relative;
  85. image{
  86. width: 310rpx;
  87. height: 177rpx;
  88. border-radius: 20rpx;
  89. }
  90. .picbox{
  91. width: 100rpx;
  92. height: 44rpx;
  93. display: flex;
  94. justify-content: center;
  95. align-items: center;
  96. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241224/u1uhl1104441535.png);
  97. background-position: center; /* 背景图片居中 */
  98. background-size: cover; /* 背景图片覆盖整个元素 */
  99. background-repeat: no-repeat; /* 不重复背景图片 */
  100. position: absolute;
  101. bottom: 0rpx;
  102. right: 0rpx;
  103. .pic-tex{
  104. font-family: MicrosoftYaHei;
  105. font-size: 18rpx;
  106. color: #FFFEFE;
  107. }
  108. }
  109. }
  110. }
  111. .paihangbox{
  112. width: 662rpx;
  113. height: 185rpx;
  114. display: flex; /* 使用 Flexbox 布局 */
  115. // justify-content: space-between; /* 均匀分布 */
  116. justify-content: center;
  117. align-items: center;
  118. border-radius: 20rpx;
  119. margin-top: 26rpx;
  120. image{
  121. width: 662rpx;
  122. height: 185rpx;
  123. }
  124. }
  125. }
  126. .no-more{
  127. width: 100%;
  128. display: flex;
  129. justify-content: center;
  130. font-size: 28rpx;
  131. margin-bottom: 35rpx;
  132. }
  133. }
  134. .trends::-webkit-scrollbar {
  135. display: none; /* 隐藏滚动条 */
  136. }
  137. .publishbox{
  138. position: absolute;
  139. bottom:214rpx;
  140. right: 12rpx;
  141. image{
  142. width: 80rpx;
  143. height: 80rpx;
  144. }
  145. }
  146. }