index.less 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. /* nova-werun/components/circle-card/index.wxss */
  2. .trends-one{
  3. width: 100%;
  4. margin-bottom: 20rpx;
  5. border-bottom: grey solid 1px;
  6. padding-left: 30rpx;
  7. padding-right: 20rpx;
  8. padding-bottom: 20rpx;
  9. .namebax{
  10. width: 100%;
  11. height: 100rpx;
  12. display: flex;
  13. align-items: center;
  14. image{
  15. width: 80rpx;
  16. height: 80rpx;
  17. border-radius: 50%;
  18. }
  19. .name{
  20. margin-left: 10rpx;
  21. font-size: 34rpx;
  22. font-weight: 600;
  23. }
  24. }
  25. .text{
  26. width: 92%;
  27. padding-left: 90rpx;
  28. font-size: 34rpx;
  29. }
  30. .picture{
  31. width: 92%;
  32. padding-left: 90rpx;
  33. display: flex;
  34. flex-wrap: wrap;
  35. margin-top: 30rpx;
  36. .image{
  37. width: 175rpx;
  38. height: 175rpx;
  39. margin-right: 10rpx;
  40. margin-bottom: 10rpx;
  41. }
  42. .image:nth-child(3n) {
  43. margin-right: 0; /* 每行的最后一张图片不需要右边距 */
  44. }
  45. }
  46. .picture5 {
  47. width: 92%;
  48. padding-left: 90rpx;
  49. display: flex;
  50. flex-wrap: wrap;
  51. margin-top: 30rpx;
  52. .image {
  53. width: 175rpx;
  54. height: 175rpx;
  55. }
  56. .image-wrapper {
  57. margin-right: 10rpx;
  58. position: relative;
  59. }
  60. .image-wrapper:nth-of-type(3n) {
  61. margin-right: 0; /* 每行的最后一张图片不需要右边距 */
  62. }
  63. .more-images {
  64. position: absolute;
  65. bottom: 10rpx;
  66. right: 0rpx;
  67. background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
  68. color: white;
  69. font-size: 26px;
  70. width: 175rpx;
  71. height: 175rpx;
  72. display: flex;
  73. align-items: center;
  74. justify-content: center;
  75. }
  76. }
  77. .picture2{
  78. width: 92%;
  79. padding-left: 90rpx;
  80. display: flex;
  81. flex-wrap: wrap;
  82. margin-top: 30rpx;
  83. .image{
  84. width: 240rpx;
  85. height: 240rpx;
  86. margin-right: 10rpx;
  87. margin-bottom: 10rpx;
  88. }
  89. }
  90. .picture4{
  91. width: 92%;
  92. padding-left: 90rpx;
  93. display: flex;
  94. flex-wrap: wrap;
  95. margin-top: 30rpx;
  96. .image{
  97. width: 230rpx;
  98. height: 230rpx;
  99. margin-right: 10rpx;
  100. margin-bottom: 10rpx;
  101. object-fit: cover;
  102. }
  103. .image:nth-child(2n) {
  104. margin-right: 0; /* 每行的最后一张图片不需要右边距 */
  105. }
  106. }
  107. .picture3{
  108. width: 92%;
  109. padding-left: 90rpx;
  110. display: flex;
  111. flex-wrap: wrap;
  112. margin-top: 30rpx;
  113. .image{
  114. margin-right: 10rpx;
  115. margin-bottom: 10rpx;
  116. }
  117. .image-portrait {
  118. width: 332rpx; /* 竖屏图片的宽度 */
  119. height: 425rpx;
  120. }
  121. .image-landscape {
  122. width: 442rpx; /* 横屏图片的宽度 */
  123. height: 300rpx;
  124. }
  125. }
  126. .timebox{
  127. width: 100%;
  128. height: 80rpx;
  129. padding-left: 90rpx;
  130. margin-bottom: 20rpx;
  131. display: flex;
  132. align-items: center;
  133. position: relative;
  134. .time-box{
  135. width: 85%;
  136. height: 100%;
  137. display: flex;
  138. align-items: center;
  139. .time{
  140. font-size: 30rpx;
  141. margin-right: 20rpx;
  142. }
  143. }
  144. .functionbox{
  145. width: 280rpx;
  146. height: 80rpx;
  147. background-color: black;
  148. display: flex;
  149. align-items: center;
  150. justify-content: center;
  151. position: absolute;
  152. right: 99rpx;
  153. border-radius: 10rpx;
  154. .function{
  155. width: 100%;
  156. display: flex;
  157. color: white;
  158. justify-content: center;
  159. .function1{
  160. width: 48%;
  161. display: flex;
  162. justify-content: center;
  163. color: white;
  164. .text2{
  165. display: flex;
  166. justify-content: center;
  167. align-items: center;
  168. font-size: 28rpx;
  169. margin-left: 12rpx;
  170. }
  171. }
  172. }
  173. }
  174. .point{
  175. display: flex;
  176. align-items: center;
  177. justify-content: center;
  178. width: 70rpx;
  179. height: 40rpx;
  180. border-radius: 10rpx;
  181. background-color: #efefef;
  182. color: #506692;
  183. font-size: 50rpx;
  184. margin-left: auto;
  185. }
  186. }
  187. .chinkinbox{
  188. padding-top: 10rpx;
  189. padding-bottom: 10rpx;
  190. border-radius: 15rpx;
  191. margin-left: 90rpx;
  192. display: flex;
  193. background-color: #efefef;
  194. align-items: center;
  195. padding-left: 18rpx;
  196. flex-wrap: wrap;
  197. .chickname{
  198. font-size: 28rpx;
  199. margin-left: 8rpx;
  200. }
  201. }
  202. }