diff --git a/pages/index.vue b/pages/index.vue index f4e29ef..b0f4718 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -108,19 +108,18 @@ - + + - @@ -148,7 +147,7 @@ import PostView from "@/pages/common/postview/index.vue"; // const postTypeList = ['发布话题', '发布活动']; const postTypeList = [{lable:'发布话题',id:1}, {lable:'发布活动',id:2}]; const searchPrerequisiteList = [ - '热门', '最新', '筛选3', '筛选4', '筛选5', '筛选6', '筛选7', '筛选8', '筛选9' + '热门', '最新', '筛选3', '筛选4', '筛选5', '筛选6', '筛选7', '筛选8' ]; const list1 = reactive([ @@ -499,12 +498,13 @@ import PostView from "@/pages/common/postview/index.vue"; margin-top: 42rpx; display: flex; flex-wrap: wrap; - justify-content: space-between; + // justify-content: space-between; } .box-b { - width: calc(33.33% - 16rpx); /* 每行三个元素,减去外边距的总宽度 */ + width: calc(33.33% - 48rpx); /* 每行三个元素,减去外边距的总宽度 */ margin-bottom: 24rpx; + margin-left: 24rpx; } .box-c { @@ -524,7 +524,7 @@ import PostView from "@/pages/common/postview/index.vue"; text-align: center; font-family: "Microsoft YaHei"; // line-height: 82rpx; - display: block; + // display: block; cursor: pointer; transition: all 0.3s ease; padding: 12rpx 0; diff --git a/pages/search/index.vue b/pages/search/index.vue index 26688dd..7b72c41 100644 --- a/pages/search/index.vue +++ b/pages/search/index.vue @@ -7,11 +7,11 @@ - + - + 搜索 @@ -22,7 +22,7 @@ 搜索历史 - + @@ -33,7 +33,7 @@