content.less 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. /* components/diy-content/content.wxss */
  2. .one_index {
  3. .one_info {
  4. margin: 20rpx auto;
  5. box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
  6. .one_image {
  7. width: 100%;
  8. }
  9. .one_name {
  10. margin: 15rpx;
  11. font-weight: 700;
  12. overflow: hidden;
  13. display: -webkit-box;
  14. -webkit-line-clamp: 2;
  15. -webkit-box-orient: vertical;
  16. }
  17. .tags {
  18. display: flex;
  19. font-size: 28rpx;
  20. margin: 15rpx;
  21. .tag {
  22. margin-right: 10rpx;
  23. }
  24. }
  25. .one_down {
  26. display: flex;
  27. justify-content: space-between;
  28. font-size: 24rpx;
  29. color: #999999;
  30. margin: 0 20rpx;
  31. padding-bottom: 10rpx;
  32. .reading {
  33. display: flex;
  34. .read {}
  35. .autor {
  36. margin-left: 10rpx;
  37. }
  38. }
  39. .praise {}
  40. }
  41. }
  42. }
  43. .two_index {
  44. display: flex;
  45. flex-wrap: wrap;
  46. justify-content: space-between;
  47. .two_info {
  48. box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
  49. .two_image {
  50. width: 100%;
  51. background-size: 100%;
  52. }
  53. .two_name {
  54. margin: 10rpx;
  55. font-weight: 700;
  56. overflow: hidden;
  57. display: -webkit-box;
  58. -webkit-line-clamp: 2;
  59. -webkit-box-orient: vertical;
  60. }
  61. .tags {
  62. display: flex;
  63. font-size: 22rpx;
  64. margin: 15rpx;
  65. .tag {
  66. margin-right: 10rpx;
  67. }
  68. }
  69. .two_down {
  70. display: flex;
  71. justify-content: space-between;
  72. font-size: 24rpx;
  73. color: #999999;
  74. margin: 0 15rpx;
  75. padding-bottom: 15rpx;
  76. .reading {
  77. display: flex;
  78. .autor {
  79. margin-left: 10rpx;
  80. }
  81. }
  82. .praise {}
  83. }
  84. }
  85. }
  86. .three_index {
  87. display: flex;
  88. .three_info {
  89. box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
  90. flex: none;
  91. .three_image {
  92. width: 100%;
  93. background-size: 100%;
  94. }
  95. .three_name {
  96. margin: 10rpx;
  97. font-weight: 700;
  98. display: -webkit-box;
  99. -webkit-box-orient: vertical;
  100. -webkit-line-clamp: 2;
  101. overflow: hidden;
  102. }
  103. .tags {
  104. display: flex;
  105. font-size: 22rpx;
  106. margin: 15rpx;
  107. .tag {
  108. margin-right: 10rpx;
  109. }
  110. }
  111. .three_down {
  112. display: flex;
  113. justify-content: space-between;
  114. font-size: 24rpx;
  115. color: #999999;
  116. margin: 0 15rpx;
  117. padding-bottom: 10rpx;
  118. .reading {
  119. display: flex;
  120. .autor {
  121. margin-left: 10rpx;
  122. }
  123. }
  124. .praise {}
  125. }
  126. }
  127. }
  128. // .four_index {
  129. // box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
  130. // .four_info {
  131. // background-size: 100%;
  132. // color: #ffffff;
  133. // display: flex;
  134. // flex-direction: column;
  135. // justify-content: flex-end;
  136. // .four_name {
  137. // font-size: 36rpx;
  138. // overflow: hidden;
  139. // display: -webkit-box;
  140. // -webkit-line-clamp: 2;
  141. // -webkit-box-orient: vertical;
  142. // margin: 0 15rpx;
  143. // }
  144. // .tags {
  145. // display: flex;
  146. // font-size: 24rpx;
  147. // margin: 15rpx;
  148. // .tag {
  149. // margin-right: 10rpx;
  150. // }
  151. // .reading {
  152. // margin: 0 30rpx;
  153. // }
  154. // .praise {}
  155. // }
  156. // }
  157. // .down_info {
  158. // display: flex;
  159. // align-items: center;
  160. // justify-content: space-between;
  161. // margin: 20rpx 15rpx;
  162. // border-bottom: 1rpx solid #e3e3e3;
  163. // padding-bottom: 10rpx;
  164. // .left_info {
  165. // width: 489rpx;
  166. // .name {
  167. // font-size: 34rpx;
  168. // overflow: hidden;
  169. // display: -webkit-box;
  170. // -webkit-line-clamp: 2;
  171. // -webkit-box-orient: vertical;
  172. // }
  173. // .tags {
  174. // display: flex;
  175. // font-size: 24rpx;
  176. // margin: 15rpx;
  177. // .tag {
  178. // margin-right: 10rpx;
  179. // }
  180. // }
  181. // .four_down {
  182. // display: flex;
  183. // justify-content: space-between;
  184. // font-size: 24rpx;
  185. // color: #999999;
  186. // margin: 0 20rpx;
  187. // padding-bottom: 20rpx;
  188. // .reading {}
  189. // .praise {}
  190. // }
  191. // }
  192. // .four_image {}
  193. // }
  194. // }
  195. .five_index {
  196. .five_info {
  197. display: flex;
  198. justify-content: space-between;
  199. box-shadow: rgb(126 126 126 / 50%) 0px 0px 12rpx 4rpx;
  200. height: 230rpx;
  201. .left_info {
  202. width: 60%;
  203. .name {
  204. min-height: 96rpx;
  205. font-weight: 700;
  206. overflow: hidden;
  207. display: -webkit-box;
  208. -webkit-line-clamp: 2;
  209. -webkit-box-orient: vertical;
  210. margin: 20rpx 15rpx;
  211. }
  212. .tags {
  213. display: flex;
  214. font-size: 22rpx;
  215. margin: 15rpx;
  216. .tag {
  217. margin-right: 10rpx;
  218. }
  219. }
  220. .five_down {
  221. display: flex;
  222. justify-content: space-between;
  223. font-size: 24rpx;
  224. color: #999999;
  225. margin: 0 15rpx;
  226. .reading {
  227. display: flex;
  228. align-items: center;
  229. .autor {
  230. margin-left: 20rpx;
  231. }
  232. }
  233. .praise {}
  234. }
  235. }
  236. .five_image {
  237. width: 39%;
  238. height: 100%;
  239. }
  240. }
  241. }