From bcc44a08863cc1028cde7d24d46b5ca984ccb998 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Fri, 26 Dec 2025 17:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B7=B3=E8=BD=AC=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E5=BE=AE=E4=BF=A1=E5=AE=A2=E6=9C=8D=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/indexs.vue | 900 +++++++++++++++++++++-------------------- 1 file changed, 451 insertions(+), 449 deletions(-) diff --git a/pages/index/indexs.vue b/pages/index/indexs.vue index e169d01..aa21830 100644 --- a/pages/index/indexs.vue +++ b/pages/index/indexs.vue @@ -2,11 +2,9 @@ \ No newline at end of file +} + +.groupBuying { + padding: 16rpx 38rpx; + border-top: 2rpx solid #ededed; + background-color: #fff; + display: flex; + justify-content: space-between; + align-items: center; + + .img { + width: 40px; + height: 40px; + } +} + +.title { + color: #333333; + font-size: 36rpx; + font-weight: 700; +} + +.desc { + margin-top: 16rpx; + font-size: 28rpx; + color: #999; +} + +.points { + margin-top: 10px; + background-color: #fff; + padding: 16rpx 68rpx; + border-radius: 16rpx; + display: flex; + align-items: center; + justify-content: space-between; + + .img { + width: 98px; + height: 98px; + } +} + +.taocan { + .img { + width: 117px; + height: 117px; + } +} + +.bottom_menus { + display: flex; + gap: 14rpx; + margin-top: 10px; + + .item { + flex: 1; + display: flex; + padding: 20rpx; + flex-direction: column; + align-items: center; + border-radius: 18rpx; + background: #fff; + + .img { + width: 39px; + height: 39px; + } + + .title { + font-size: 32rpx; + } + + .desc { + margin-top: 8rpx; + color: #999; + font-size: 24rpx; + white-space: nowrap; + } + } +} +