From e26e962ba39d75cc28e2f97262be74e3b95cf6ad Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 18 Apr 2023 16:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=85=AC=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppRedemptionPoints/pointsPublicity.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/project/fengdu/AppRedemptionPoints/pointsPublicity.vue b/src/project/fengdu/AppRedemptionPoints/pointsPublicity.vue index 432009f..65d72d4 100644 --- a/src/project/fengdu/AppRedemptionPoints/pointsPublicity.vue +++ b/src/project/fengdu/AppRedemptionPoints/pointsPublicity.vue @@ -4,7 +4,7 @@
{{user.girdName}}积分公示
-
+

{{item.classOne}}

@@ -18,8 +18,9 @@
+ - + @@ -72,10 +73,12 @@ uni-page-body{ } .pointsPublicity { .header { - // position: fixed; - // top: 0; - // left: 0; + position: fixed; + top: 0; + left: 0; width: 100%; + z-index: 9; + background-color: #f3f6f9; img { width: 100%; height: 216px; @@ -90,7 +93,7 @@ uni-page-body{ } } .list-content { - padding: 0 32px; + padding: 332px 32px 32px; .item { width: 100%; background: #FFF;