From a7861abca006a9d99a141bcc02dafc688ea6f013 Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Thu, 21 Aug 2025 15:48:12 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=8A=8A=E5=8F=91=E7=8E=B0=E6=94=B9?= =?UTF-8?q?=E6=88=90=E7=A4=BE=E5=8C=BA=EF=BC=8C=E6=9B=B4=E6=96=B0=E7=A4=BE?= =?UTF-8?q?=E5=8C=BA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- community/community/detail.vue | 66 ++++++++++++-------- components/u-parse/components/wxParseImg.vue | 1 + config/config.js | 2 +- pages.json | 2 +- pages/index/image.vue | 2 +- pagesub/index/components/tabbar.vue | 2 +- 7 files changed, 47 insertions(+), 30 deletions(-) diff --git a/App.vue b/App.vue index 2dbdc4a..16e2997 100644 --- a/App.vue +++ b/App.vue @@ -132,7 +132,7 @@ export default { this.__("首页"); this.__("分类"); - this.__("发现"); + this.__("社区"); this.__("购物车"); this.__("我的"); diff --git a/community/community/detail.vue b/community/community/detail.vue index 8092c4e..8664274 100644 --- a/community/community/detail.vue +++ b/community/community/detail.vue @@ -23,7 +23,7 @@ :placeholder="__('禁言')" placeholder-style="color:#666;font-size:30rpx" :show-confirm-bar="barbar" - style="background-colo: #fff; color: #f6f6f6; font-size: 30rpx" + style="background-color: #fff; color: #f6f6f6; font-size: 30rpx" v-if="datauser.IsComment" /> @@ -37,7 +37,7 @@ :placeholder="huifuvalue" placeholder-style="color:#939ca9;font-size:30rpx" show-confirm-bar="bar" - style="background-colo: #fff" + style="background-color: #fff" v-model="value2" v-else /> @@ -125,7 +125,7 @@ - + + - + + {{ item.story_title }} + {{ item.story_title }} + @@ -289,7 +291,7 @@ {{ item.story_comment_count @@ -331,7 +333,7 @@ - - + --> + @@ -2119,7 +2122,7 @@ input { width: 100%; height: 87rpx; position: fixed; - bottom: 0; + bottom: 10rpx; left: 0; background-color: #fff; z-index: 1; @@ -2384,8 +2387,9 @@ input { } .rmtz_box_content_box2 { - width: 540rpx; - float: left; + width: 100%; + padding: 10rpx; + box-sizing: border-box; // 确保内边距不会影响宽度 } .rmtz_box_content_img { @@ -2400,24 +2404,21 @@ input { } .rmtz_box_content_box { + width: 50%; + display: flex; + flex-wrap: wrap; background-color: #fff; - padding: 10rpx 23rpx; - height: 180rpx; + height: auto; position: relative; } .rmtz_box_content_box_text { - width: 540rpx; - float: left; + width: 100%; // 占满整个父容器宽度 font-size: 30rpx; padding-top: 15rpx; - height: 120rpx; white-space: nowrap; - /* 不换行 */ overflow: hidden; - /* 隐藏超出内容 */ text-overflow: ellipsis; - /* 添加省略号 */ } .pldz_box { @@ -3064,4 +3065,19 @@ input { right: 64%; z-index: 1; } +.img_thumbnail{ + width: 100%; + height: 250rpx; +} +.rmtz_box_list_all{ + width: 100%; + display: flex; + flex-wrap: wrap; +} +.u-top{ + bottom: 50px; +} +.u-top1{ + bottom: 50px; +} \ No newline at end of file diff --git a/components/u-parse/components/wxParseImg.vue b/components/u-parse/components/wxParseImg.vue index f0e2f1d..730852f 100644 --- a/components/u-parse/components/wxParseImg.vue +++ b/components/u-parse/components/wxParseImg.vue @@ -4,6 +4,7 @@ :lazy-load="node.attr.lazyLoad" :class="node.classStr" :style="newStyleStr || node.styleStr" + style="width:100% !important" :data-src="node.attr.src" :src="node.attr.src" @tap="wxParseImgTap" diff --git a/config/config.js b/config/config.js index 5528c0a..adf1455 100644 --- a/config/config.js +++ b/config/config.js @@ -1124,7 +1124,7 @@ export default { "pagePath": "pages/index/image", "iconPath": "static/images/tabBarSns.png", "selectedIconPath": "static/images/tabBarSns_sel.png", - "text": "发现" + "text": "社区" }, { "pagePath": "pages/cart/cart", diff --git a/pages.json b/pages.json index eb3e319..d513599 100644 --- a/pages.json +++ b/pages.json @@ -1533,7 +1533,7 @@ "pagePath": "pages/index/image", "iconPath": "static/images/tabBarSns.png", "selectedIconPath": "static/images/tabBarSns_sel.png", - "text": "发现" + "text": "社区" }, { "pagePath": "pages/cart/cart", diff --git a/pages/index/image.vue b/pages/index/image.vue index a64db00..cd7554b 100644 --- a/pages/index/image.vue +++ b/pages/index/image.vue @@ -99,7 +99,7 @@ > - 发现 + 社区