index.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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: auto;
  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. justify-content: space-around;
  78. margin-top: 20rpx;
  79. display: flex;
  80. flex-wrap: wrap;
  81. margin-bottom: 16rpx;
  82. .ac-picbox{
  83. width: 310rpx;
  84. height: 177rpx;
  85. position: relative;
  86. margin-top: 20rpx;
  87. image{
  88. width: 310rpx;
  89. height: 177rpx;
  90. border-radius: 20rpx;
  91. }
  92. .picbox{
  93. width: 100rpx;
  94. height: 44rpx;
  95. display: flex;
  96. justify-content: center;
  97. align-items: center;
  98. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241224/u1uhl1104441535.png);
  99. background-position: center; /* 背景图片居中 */
  100. background-size: cover; /* 背景图片覆盖整个元素 */
  101. background-repeat: no-repeat; /* 不重复背景图片 */
  102. position: absolute;
  103. bottom: 0rpx;
  104. right: 0rpx;
  105. .pic-tex{
  106. font-family: MicrosoftYaHei;
  107. font-size: 18rpx;
  108. color: #FFFEFE;
  109. }
  110. }
  111. }
  112. }
  113. }
  114. .no-more{
  115. width: 100%;
  116. display: flex;
  117. justify-content: center;
  118. font-size: 28rpx;
  119. margin-bottom: 35rpx;
  120. }
  121. }
  122. .trends::-webkit-scrollbar {
  123. display: none; /* 隐藏滚动条 */
  124. }
  125. .publishbox{
  126. position: absolute;
  127. bottom:214rpx;
  128. right: 12rpx;
  129. image{
  130. width: 80rpx;
  131. height: 80rpx;
  132. }
  133. }
  134. }