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 @@