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 @@ > - 发现 + 社区