From 0108ce36b5a7cdc991e39a493aed626bab49b520 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Tue, 29 Oct 2024 10:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageCoupon/index.vue | 165 +++++++++++++++++++++++-------------------- 1 file changed, 87 insertions(+), 78 deletions(-) diff --git a/pageCoupon/index.vue b/pageCoupon/index.vue index 033d62c..0a326e7 100644 --- a/pageCoupon/index.vue +++ b/pageCoupon/index.vue @@ -1,83 +1,86 @@ @@ -182,6 +185,9 @@ body{ background-color: #f9f9f9; } + .container{ + position: relative; + } .tagClass { width: 100%; white-space: nowrap; @@ -190,6 +196,9 @@ padding-top: 44rpx; padding: 32rpx 28rpx; background-color: #fff; + position: fixed; + top: 79rpx; + z-index: 999; .tag-item { display: inline-block; padding: 10rpx 24rpx; @@ -244,7 +253,7 @@ /* height: 544rpx; */ margin: 32rpx auto 0; margin-bottom: 32rpx; - padding: 0 28rpx 182rpx 28rpx; + padding: 122rpx 28rpx 182rpx 28rpx; } .couponContent { /* background-color: #f9f9f9; */