当前位置:   article > 正文

uni-app 瀑布流布局的实现_uniapp 瀑布流

uniapp 瀑布流

方式一:使用纯 CSS 实现

使用 flex 布局方式

  1. <!-- 瀑布流布局 -->
  2. <template>
  3. <view class="container">
  4. <view
  5. class="cont-box"
  6. :style="{ '--layout-width': 100 / flowData.column - flowData.columnSpace + '%' }"
  7. v-for="(numVal, index) in flowData.column"
  8. :key="numVal"
  9. >
  10. <view class="item-box" v-for="(item, j) in flowData[`column_${index + 1}`]" :key="j">
  11. <image class="img-tip" :src="item.imgUrl" mode="widthFix" lazy-load />
  12. <view class="tit-tip multi-line-omit">{{ item.title }}</view>
  13. <view class="desc-tip multi-line-omit">{{ item.desc }}</view>
  14. </view>
  15. </view>
  16. </view>
  17. </template>
  18. <script>
  19. export default {
  20. data() {
  21. return {
  22. flowData: {
  23. list: [], // 数据值
  24. column: 2, // 瀑布列数
  25. columnSpace: 2 // 瀑布列宽间距
  26. }
  27. };
  28. },
  29. created() {
  30. /* 初始化每一列的数据 */
  31. for (let i = 1; i <= this.flowData.column; i++) {
  32. this.$set(this.flowData, `column_${i}`, []);
  33. }
  34. },
  35. onLoad() {
  36. /* 数据赋值 */
  37. this.flowData.list = [
  38. {
  39. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045108_thumb.jpg",
  40. title: "自动驾驶汽车对交通和城市规划的未来影响与挑战",
  41. desc: "分析自动驾驶汽车对未来交通和城市规划的潜在影响,探讨相关挑战。"
  42. },
  43. {
  44. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044581_thumb.jpg",
  45. title: "可持续城市发展:构建环保城市的策略和实践",
  46. desc: "分析建设可持续城市的战略和实际方法,强调环保、资源利用和城市规划的重要性。"
  47. },
  48. {
  49. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045190_thumb.jpg",
  50. title: "消灭传染病:全球卫生领域的挑战与创新",
  51. desc: "探讨在全球范围内消灭传染病的挑战,突出卫生领域的创新方法。"
  52. },
  53. {
  54. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044667_thumb.jpg",
  55. title: "人工智能与机器学习:颠覆性技术对未来的巨大影响",
  56. desc: "探讨人工智能和机器学习如何在多个领域引发革命性变革,从工业到医疗,对未来产生深远影响。"
  57. },
  58. {
  59. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044562_thumb.jpg",
  60. title: "生命科学的新前沿:基因编辑和生物技术的伦理挑战",
  61. desc: "研究生命科学领域的最新发展,聚焦基因编辑和生物技术的伦理考量,探讨科技前沿的道德挑战。"
  62. },
  63. {
  64. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045057_thumb.jpg",
  65. title: "加密货币与区块链:重塑全球金融体系的力量",
  66. desc: "解析加密货币和区块链技术对金融体系的颠覆作用,重新定义了全球金融交易方式。"
  67. },
  68. {
  69. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044716_thumb.jpg",
  70. title: "量子计算与量子技术应用的前沿探索",
  71. desc: "深入研究量子计算和量子技术的前沿,展示这一领域的创新及其应用前景。"
  72. },
  73. {
  74. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044779_thumb.jpg",
  75. title: "气候变化缓解的复杂性:全球视角下的挑战与机遇",
  76. desc: "探讨应对气候变化的复杂性,强调全球合作,突出应对挑战所蕴含的机遇。"
  77. },
  78. {
  79. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044956_thumb.jpg",
  80. title: "虚拟现实与医疗保健的交汇:革命性地改变患者护理",
  81. desc: "介绍虚拟现实技术如何在医疗领域革命性地改善患者护理和治疗方法。"
  82. },
  83. {
  84. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044607_thumb.jpg",
  85. title: "生物工程的突破:改变医学和人类增强的科技",
  86. desc: "研究生物工程领域的创新,关注其在医学和人类增强领域的重要作用。"
  87. },
  88. {
  89. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045083_thumb.jpg",
  90. title: "社交媒体的演进及其对沟通和社会的影响",
  91. desc: "追溯社交媒体的发展历程,探讨其对人际沟通和社会动态的广泛影响。"
  92. },
  93. {
  94. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044643_thumb.jpg",
  95. title: "元宇宙时代:在工作、教育和娱乐的虚拟世界中导航",
  96. desc: "介绍元宇宙时代,强调虚拟世界在工作、教育和娱乐中的多样应用。"
  97. },
  98. {
  99. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044936_thumb.jpg",
  100. title: "通用人工智能:人类是否准备好面对超智能机器?",
  101. desc: "研究通用人工智能的发展,引发思考人类面对超级智能机器的准备程度。"
  102. },
  103. {
  104. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045159_thumb.jpg",
  105. title: "超越火星:人类太空探索和星际旅行的未来",
  106. desc: "展望人类在太空探索领域的未来,探讨星际旅行的潜力和挑战。"
  107. }
  108. ];
  109. this.$nextTick(() => {
  110. this.initData(); // 数据初始化
  111. });
  112. },
  113. methods: {
  114. /* 数据初始化 */
  115. initData() {
  116. const groupList = this.dynamicGrouping(this.flowData.list, this.flowData.column); // 数据动态分组
  117. groupList.forEach((item, i) => (this.flowData[`column_${i + 1}`] = item));
  118. },
  119. /** 数据动态分组
  120. * @param {Object} data 分组的数据列表
  121. * @param {Object} i 需要分几组
  122. * @returns {Array} groups 已分组的数据
  123. */
  124. dynamicGrouping(data, i) {
  125. if (i <= 0) return "分组数必须大于0";
  126. const groups = [];
  127. for (let j = 0; j < i; j++) {
  128. groups.push([]);
  129. }
  130. for (let k = 0; k < data.length; k++) {
  131. const groupIndex = k % i;
  132. groups[groupIndex].push(data[k]);
  133. }
  134. return groups;
  135. }
  136. }
  137. };
  138. </script>
  139. <style lang="scss" scoped>
  140. .container {
  141. display: flex;
  142. justify-content: space-between;
  143. padding: 20rpx;
  144. $borderRadius: 12rpx;
  145. .cont-box {
  146. width: var(--layout-width);
  147. .item-box {
  148. width: 100%;
  149. padding-bottom: 20rpx;
  150. margin-bottom: 30rpx;
  151. border-radius: $borderRadius;
  152. box-shadow: 0rpx 3rpx 6rpx rgba(0, 46, 37, 0.08);
  153. .img-tip {
  154. width: 100%;
  155. border-radius: $borderRadius $borderRadius 0 0;
  156. }
  157. .tit-tip {
  158. text-align: justify;
  159. font-size: 30rpx;
  160. padding: 10rpx 20rpx 0;
  161. font-weight: 900;
  162. }
  163. .desc-tip {
  164. text-align: justify;
  165. font-size: 26rpx;
  166. padding: 5rpx 20rpx 0;
  167. margin-top: 10rpx;
  168. }
  169. }
  170. }
  171. }
  172. /* 多行省略 */
  173. .multi-line-omit {
  174. word-break: break-all; // 允许单词内自动换行,如果一个单词很长的话
  175. text-overflow: ellipsis; // 溢出用省略号显示
  176. overflow: hidden; // 超出的文本隐藏
  177. display: -webkit-box; // 作为弹性伸缩盒子模型显示
  178. -webkit-line-clamp: 2; // 显示的行
  179. -webkit-box-orient: vertical; // 设置伸缩盒子的子元素排列方式--从上到下垂直排列
  180. }
  181. /* 单行省略 */
  182. .one-line-omit {
  183. width: 100%; // 宽度100%:1vw等于视口宽度的1%;1vh等于视口高度的1%
  184. white-space: nowrap; // 溢出不换行
  185. overflow: hidden; // 超出的文本隐藏
  186. text-overflow: ellipsis; // 溢出用省略号显示
  187. }
  188. </style>

方式二:借助于 JavaScript 实现

获取每一列的高度,每次图片加载时,把该图片加载到列高度最短的那一列进行实现。

注意:这个是通过图片初始化实现的,所以服务器端的数据必须含有图片。

vue2 版本

  1. <!-- 瀑布流布局 -->
  2. <template>
  3. <view class="container">
  4. <view
  5. :id="`cont_${index + 1}`"
  6. class="cont-box"
  7. :style="{ width: widthCalc, 'margin-left': index === 0 ? 0 : marginCalc }"
  8. v-for="(numVal, index) in flowData.column"
  9. :key="numVal"
  10. >
  11. <view class="item-box" v-for="(item, j) in flowData[`column_${index + 1}`]" :key="j">
  12. <image class="img-tip" :src="item.imgUrl" mode="widthFix" lazy-load :data-item="item" @load="imgLoad" @error="imgError" />
  13. <view class="tit-tip multi-line-omit">{{ item.title }}</view>
  14. <view class="desc-tip multi-line-omit">{{ item.desc }}</view>
  15. </view>
  16. </view>
  17. </view>
  18. </template>
  19. <script>
  20. export default {
  21. data() {
  22. return {
  23. flowData: {
  24. list: [], // 数据值
  25. column: 2, // 瀑布列数
  26. columnSpace: 2 // 瀑布列宽间距
  27. }
  28. };
  29. },
  30. created() {
  31. /* 初始化每一列的数据 */
  32. for (let i = 1; i <= this.flowData.column; i++) {
  33. this.$set(this.flowData, `column_${i}`, []);
  34. }
  35. },
  36. onLoad() {
  37. /* 数据赋值 */
  38. this.flowData.list = [
  39. {
  40. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045108_thumb.jpg",
  41. title: "自动驾驶汽车对交通和城市规划的未来影响与挑战",
  42. desc: "分析自动驾驶汽车对未来交通和城市规划的潜在影响,探讨相关挑战。"
  43. },
  44. {
  45. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044581_thumb.jpg",
  46. title: "可持续城市发展:构建环保城市的策略和实践",
  47. desc: "分析建设可持续城市的战略和实际方法,强调环保、资源利用和城市规划的重要性。"
  48. },
  49. {
  50. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045190_thumb.jpg",
  51. title: "消灭传染病:全球卫生领域的挑战与创新",
  52. desc: "探讨在全球范围内消灭传染病的挑战,突出卫生领域的创新方法。"
  53. },
  54. {
  55. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044667_thumb.jpg",
  56. title: "人工智能与机器学习:颠覆性技术对未来的巨大影响",
  57. desc: "探讨人工智能和机器学习如何在多个领域引发革命性变革,从工业到医疗,对未来产生深远影响。"
  58. },
  59. {
  60. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044562_thumb.jpg",
  61. title: "生命科学的新前沿:基因编辑和生物技术的伦理挑战",
  62. desc: "研究生命科学领域的最新发展,聚焦基因编辑和生物技术的伦理考量,探讨科技前沿的道德挑战。"
  63. },
  64. {
  65. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045057_thumb.jpg",
  66. title: "加密货币与区块链:重塑全球金融体系的力量",
  67. desc: "解析加密货币和区块链技术对金融体系的颠覆作用,重新定义了全球金融交易方式。"
  68. },
  69. {
  70. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044716_thumb.jpg",
  71. title: "量子计算与量子技术应用的前沿探索",
  72. desc: "深入研究量子计算和量子技术的前沿,展示这一领域的创新及其应用前景。"
  73. },
  74. {
  75. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044779_thumb.jpg",
  76. title: "气候变化缓解的复杂性:全球视角下的挑战与机遇",
  77. desc: "探讨应对气候变化的复杂性,强调全球合作,突出应对挑战所蕴含的机遇。"
  78. },
  79. {
  80. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044956_thumb.jpg",
  81. title: "虚拟现实与医疗保健的交汇:革命性地改变患者护理",
  82. desc: "介绍虚拟现实技术如何在医疗领域革命性地改善患者护理和治疗方法。"
  83. },
  84. {
  85. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044607_thumb.jpg",
  86. title: "生物工程的突破:改变医学和人类增强的科技",
  87. desc: "研究生物工程领域的创新,关注其在医学和人类增强领域的重要作用。"
  88. },
  89. {
  90. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045083_thumb.jpg",
  91. title: "社交媒体的演进及其对沟通和社会的影响",
  92. desc: "追溯社交媒体的发展历程,探讨其对人际沟通和社会动态的广泛影响。"
  93. },
  94. {
  95. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044643_thumb.jpg",
  96. title: "元宇宙时代:在工作、教育和娱乐的虚拟世界中导航",
  97. desc: "介绍元宇宙时代,强调虚拟世界在工作、教育和娱乐中的多样应用。"
  98. },
  99. {
  100. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044936_thumb.jpg",
  101. title: "通用人工智能:人类是否准备好面对超智能机器?",
  102. desc: "研究通用人工智能的发展,引发思考人类面对超级智能机器的准备程度。"
  103. },
  104. {
  105. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045159_thumb.jpg",
  106. title: "超越火星:人类太空探索和星际旅行的未来",
  107. desc: "展望人类在太空探索领域的未来,探讨星际旅行的潜力和挑战。"
  108. }
  109. ];
  110. this.$nextTick(() => {
  111. this.initValue(0);
  112. });
  113. },
  114. computed: {
  115. /* 计算列宽 */
  116. widthCalc() {
  117. return `${100 / this.flowData.column - this.flowData.columnSpace}%`;
  118. },
  119. /* 计算 margin 外边距 */
  120. marginCalc() {
  121. const columnWidth = 100 / this.flowData.column - this.flowData.columnSpace;
  122. return `${(100 - columnWidth.toFixed(5) * this.flowData.column) / (this.flowData.column - 1)}%`;
  123. }
  124. },
  125. methods: {
  126. /* 获取最小值的对象 */
  127. getMinObj(a, s) {
  128. let m = a[0][s];
  129. let mo = a[0];
  130. for (let i = a.length - 1; i >= 0; i--) {
  131. if (a[i][s] < m) m = a[i][s];
  132. }
  133. mo = a.filter(i => i[s] === m);
  134. return mo[0];
  135. },
  136. /* 计算每列的高度 */
  137. getMinColumnHeight() {
  138. return new Promise(resolve => {
  139. const heightArr = [];
  140. for (let i = 1; i <= this.flowData.column; i++) {
  141. uni
  142. .createSelectorQuery()
  143. .in(this)
  144. .select(`#cont_${i}`)
  145. .boundingClientRect(res => {
  146. heightArr.push({ column: i, height: res.height });
  147. })
  148. .exec(() => {
  149. if (this.flowData.column <= heightArr.length) {
  150. resolve(this.getMinObj(heightArr, "height"));
  151. }
  152. });
  153. }
  154. });
  155. },
  156. /* 初始化瀑布流数据 */
  157. async initValue(i) {
  158. if (i >= this.flowData.list.length) return false;
  159. const minHeightRes = await this.getMinColumnHeight();
  160. this.flowData[`column_${minHeightRes.column}`].push({
  161. ...this.flowData.list[i],
  162. index: i
  163. });
  164. },
  165. /* 图片加载完成 */
  166. imgLoad(e) {
  167. const i = e.target.dataset.item.index;
  168. this.initValue(i + 1); // 加载下一条数据
  169. },
  170. /* 图片加载失败 */
  171. imgError(e) {
  172. const i = e.target.dataset.item.index;
  173. this.initValue(i + 1); // 加载下一条数据
  174. }
  175. }
  176. };
  177. </script>
  178. <style lang="scss" scoped>
  179. .container {
  180. padding: 20rpx;
  181. .cont-box {
  182. $borderRadius: 12rpx;
  183. float: left;
  184. .item-box {
  185. width: 100%;
  186. padding-bottom: 20rpx;
  187. margin-bottom: 30rpx;
  188. border-radius: $borderRadius;
  189. box-shadow: 0rpx 3rpx 6rpx rgba(0, 46, 37, 0.08);
  190. .img-tip {
  191. width: 100%;
  192. border-radius: $borderRadius $borderRadius 0 0;
  193. }
  194. .tit-tip {
  195. text-align: justify;
  196. font-size: 30rpx;
  197. padding: 10rpx 20rpx 0;
  198. font-weight: 900;
  199. }
  200. .desc-tip {
  201. text-align: justify;
  202. font-size: 26rpx;
  203. padding: 5rpx 20rpx 0;
  204. margin-top: 10rpx;
  205. }
  206. }
  207. }
  208. }
  209. /* 多行省略 */
  210. .multi-line-omit {
  211. word-break: break-all; // 允许单词内自动换行,如果一个单词很长的话
  212. text-overflow: ellipsis; // 溢出用省略号显示
  213. overflow: hidden; // 超出的文本隐藏
  214. display: -webkit-box; // 作为弹性伸缩盒子模型显示
  215. -webkit-line-clamp: 2; // 显示的行
  216. -webkit-box-orient: vertical; // 设置伸缩盒子的子元素排列方式--从上到下垂直排列
  217. }
  218. /* 单行省略 */
  219. .one-line-omit {
  220. width: 100%; // 宽度100%:1vw等于视口宽度的1%;1vh等于视口高度的1%
  221. white-space: nowrap; // 溢出不换行
  222. overflow: hidden; // 超出的文本隐藏
  223. text-overflow: ellipsis; // 溢出用省略号显示
  224. }
  225. </style>

vue3 版本

  1. <!-- 瀑布流布局 -->
  2. <template>
  3. <view class="container">
  4. <view
  5. :id="`cont_${index + 1}`"
  6. class="cont-box"
  7. :style="{ width: widthCalc, 'margin-left': index === 0 ? 0 : marginCalc }"
  8. v-for="(numVal, index) in flowData.column"
  9. :key="numVal"
  10. >
  11. <view class="item-box" v-for="(item, j) in flowData[`column_${index + 1}`]" :key="j">
  12. <image class="img-tip" :src="item.imgUrl" mode="widthFix" lazy-load @load="imgLoad(item)" @error="imgError(item)" />
  13. <view class="tit-tip multi-line-omit">{{ item.title }}</view>
  14. <view class="desc-tip multi-line-omit">{{ item.desc }}</view>
  15. </view>
  16. </view>
  17. </view>
  18. </template>
  19. <script setup>
  20. import { reactive, computed, getCurrentInstance, onMounted } from "vue";
  21. const _this = getCurrentInstance();
  22. const flowData = reactive({
  23. list: [], // 数据值
  24. column: 2, // 瀑布列数
  25. columnSpace: 2 // 瀑布列宽间距
  26. });
  27. /* 数据赋值 */
  28. flowData.list = [
  29. {
  30. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045108_thumb.jpg",
  31. title: "自动驾驶汽车对交通和城市规划的未来影响与挑战",
  32. desc: "分析自动驾驶汽车对未来交通和城市规划的潜在影响,探讨相关挑战。"
  33. },
  34. {
  35. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044581_thumb.jpg",
  36. title: "可持续城市发展:构建环保城市的策略和实践",
  37. desc: "分析建设可持续城市的战略和实际方法,强调环保、资源利用和城市规划的重要性。"
  38. },
  39. {
  40. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045190_thumb.jpg",
  41. title: "消灭传染病:全球卫生领域的挑战与创新",
  42. desc: "探讨在全球范围内消灭传染病的挑战,突出卫生领域的创新方法。"
  43. },
  44. {
  45. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044667_thumb.jpg",
  46. title: "人工智能与机器学习:颠覆性技术对未来的巨大影响",
  47. desc: "探讨人工智能和机器学习如何在多个领域引发革命性变革,从工业到医疗,对未来产生深远影响。"
  48. },
  49. {
  50. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044562_thumb.jpg",
  51. title: "生命科学的新前沿:基因编辑和生物技术的伦理挑战",
  52. desc: "研究生命科学领域的最新发展,聚焦基因编辑和生物技术的伦理考量,探讨科技前沿的道德挑战。"
  53. },
  54. {
  55. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045057_thumb.jpg",
  56. title: "加密货币与区块链:重塑全球金融体系的力量",
  57. desc: "解析加密货币和区块链技术对金融体系的颠覆作用,重新定义了全球金融交易方式。"
  58. },
  59. {
  60. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044716_thumb.jpg",
  61. title: "量子计算与量子技术应用的前沿探索",
  62. desc: "深入研究量子计算和量子技术的前沿,展示这一领域的创新及其应用前景。"
  63. },
  64. {
  65. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044779_thumb.jpg",
  66. title: "气候变化缓解的复杂性:全球视角下的挑战与机遇",
  67. desc: "探讨应对气候变化的复杂性,强调全球合作,突出应对挑战所蕴含的机遇。"
  68. },
  69. {
  70. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044956_thumb.jpg",
  71. title: "虚拟现实与医疗保健的交汇:革命性地改变患者护理",
  72. desc: "介绍虚拟现实技术如何在医疗领域革命性地改善患者护理和治疗方法。"
  73. },
  74. {
  75. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044607_thumb.jpg",
  76. title: "生物工程的突破:改变医学和人类增强的科技",
  77. desc: "研究生物工程领域的创新,关注其在医学和人类增强领域的重要作用。"
  78. },
  79. {
  80. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045083_thumb.jpg",
  81. title: "社交媒体的演进及其对沟通和社会的影响",
  82. desc: "追溯社交媒体的发展历程,探讨其对人际沟通和社会动态的广泛影响。"
  83. },
  84. {
  85. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044643_thumb.jpg",
  86. title: "元宇宙时代:在工作、教育和娱乐的虚拟世界中导航",
  87. desc: "介绍元宇宙时代,强调虚拟世界在工作、教育和娱乐中的多样应用。"
  88. },
  89. {
  90. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679044936_thumb.jpg",
  91. title: "通用人工智能:人类是否准备好面对超智能机器?",
  92. desc: "研究通用人工智能的发展,引发思考人类面对超级智能机器的准备程度。"
  93. },
  94. {
  95. imgUrl: "https://www.logosc.cn/uploads/resources/2023/03/17/1679045159_thumb.jpg",
  96. title: "超越火星:人类太空探索和星际旅行的未来",
  97. desc: "展望人类在太空探索领域的未来,探讨星际旅行的潜力和挑战。"
  98. }
  99. ];
  100. /* 初始化每一列的数据 */
  101. for (let i = 1; i <= flowData.column; i++) {
  102. flowData[`column_${i}`] = [];
  103. }
  104. /* 生命周期函数-实例被挂载后调用 */
  105. onMounted(() => {
  106. initValue(0);
  107. });
  108. /* 计算列宽 */
  109. const widthCalc = computed(() => {
  110. return `${100 / flowData.column - flowData.columnSpace}%`;
  111. });
  112. /* 计算 margin 外边距 */
  113. const marginCalc = computed(() => {
  114. const columnWidth = 100 / flowData.column - flowData.columnSpace;
  115. return `${(100 - columnWidth.toFixed(5) * flowData.column) / (flowData.column - 1)}%`;
  116. });
  117. /* 获取最小值的对象 */
  118. const getMinObj = (a, s) => {
  119. let m = a[0][s];
  120. let mo = a[0];
  121. for (let i = a.length - 1; i >= 0; i--) {
  122. if (a[i][s] < m) m = a[i][s];
  123. }
  124. mo = a.filter(i => i[s] === m);
  125. return mo[0];
  126. };
  127. /* 计算每列的高度 */
  128. function getMinColumnHeight() {
  129. return new Promise(resolve => {
  130. const heightArr = [];
  131. for (let i = 1; i <= flowData.column; i++) {
  132. uni
  133. .createSelectorQuery()
  134. .in(_this)
  135. .select(`#cont_${i}`)
  136. .boundingClientRect(res => {
  137. heightArr.push({ column: i, height: res.height });
  138. })
  139. .exec(() => {
  140. if (flowData.column <= heightArr.length) {
  141. resolve(getMinObj(heightArr, "height"));
  142. }
  143. });
  144. }
  145. });
  146. }
  147. /* 初始化瀑布流数据 */
  148. async function initValue(i) {
  149. if (i >= flowData.list.length) return false;
  150. const minHeightRes = await getMinColumnHeight();
  151. flowData[`column_${minHeightRes.column}`].push({
  152. ...flowData.list[i],
  153. index: i
  154. });
  155. }
  156. /* 图片加载完成 */
  157. function imgLoad(item) {
  158. const i = item.index;
  159. initValue(i + 1); // 加载下一条数据
  160. }
  161. /* 图片加载失败 */
  162. function imgError(item) {
  163. const i = item.index;
  164. initValue(i + 1); // 加载下一条数据
  165. }
  166. </script>
  167. <style lang="scss" scoped>
  168. .container {
  169. padding: 20rpx;
  170. .cont-box {
  171. $borderRadius: 12rpx;
  172. float: left;
  173. .item-box {
  174. width: 100%;
  175. padding-bottom: 20rpx;
  176. margin-bottom: 30rpx;
  177. border-radius: $borderRadius;
  178. box-shadow: 0rpx 3rpx 6rpx rgba(0, 46, 37, 0.08);
  179. .img-tip {
  180. width: 100%;
  181. border-radius: $borderRadius $borderRadius 0 0;
  182. }
  183. .tit-tip {
  184. text-align: justify;
  185. font-size: 30rpx;
  186. padding: 10rpx 20rpx 0;
  187. font-weight: 900;
  188. }
  189. .desc-tip {
  190. text-align: justify;
  191. font-size: 26rpx;
  192. padding: 5rpx 20rpx 0;
  193. margin-top: 10rpx;
  194. }
  195. }
  196. }
  197. }
  198. /* 多行省略 */
  199. .multi-line-omit {
  200. word-break: break-all; // 允许单词内自动换行,如果一个单词很长的话
  201. text-overflow: ellipsis; // 溢出用省略号显示
  202. overflow: hidden; // 超出的文本隐藏
  203. display: -webkit-box; // 作为弹性伸缩盒子模型显示
  204. -webkit-line-clamp: 2; // 显示的行
  205. -webkit-box-orient: vertical; // 设置伸缩盒子的子元素排列方式--从上到下垂直排列
  206. }
  207. /* 单行省略 */
  208. .one-line-omit {
  209. width: 100%; // 宽度100%:1vw等于视口宽度的1%;1vh等于视口高度的1%
  210. white-space: nowrap; // 溢出不换行
  211. overflow: hidden; // 超出的文本隐藏
  212. text-overflow: ellipsis; // 溢出用省略号显示
  213. }
  214. </style>
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/365533
推荐阅读
相关标签
  

闽ICP备14008679号