index.less 5.1 KB

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