From 9860a3351f06949cfbf976430f78a06019324e7d Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Tue, 5 Dec 2023 13:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=95=E9=A1=B5=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/custom.scss | 5 +- pages/post/post.vue | 385 ++++++++++++++++++--------------- pages/tabBar/search/search.vue | 8 +- 3 files changed, 221 insertions(+), 177 deletions(-) diff --git a/common/custom.scss b/common/custom.scss index d3c6a3d..e8e3571 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -129,6 +129,9 @@ bottom: 0; } +page{ + // font-size: 22rpx; +} .pos-rlt{ position: relative; } @@ -160,7 +163,7 @@ } } .smp-tag{ - margin: 20rpx 20rpx 0 0;display: inline-block; + margin: 0 20rpx 20rpx 0; display: inline-block; } /************* 动画 /**************/ diff --git a/pages/post/post.vue b/pages/post/post.vue index be7555d..0e16992 100644 --- a/pages/post/post.vue +++ b/pages/post/post.vue @@ -1,178 +1,218 @@