From be6b9d9316c47c736bc75928708f05179c6d4b4c Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Fri, 26 Jun 2026 10:07:48 +0800 Subject: [PATCH] =?UTF-8?q?Fix:5346=20=E3=80=90=E5=95=86=E5=9F=8E=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E3=80=91=E5=B0=86=E5=95=86=E5=93=81=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=90=8E=EF=BC=8C=E4=BB=8E?= =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E8=BF=9B=E5=85=A5=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E5=90=8E=E8=BF=94=E5=9B=9E=EF=BC=8C?= =?UTF-8?q?=E5=8E=9F=E5=B7=B2=E9=80=89=E4=B8=AD=E7=9A=84=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=8F=98=E4=B8=BA=E6=9C=AA=E9=80=89=E4=B8=AD=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit aa686f86ba3ea0bce92143a3317158776102b02e) --- pages/shop/GoodsCon/index.vue | 44 +++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 0cca15a..1a8cd60 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -1872,8 +1872,8 @@ export default { } .btn-car-disabled { - border: 2rpx solid #9D9D9D !important; - color: #9D9D9D !important; + border: 2rpx solid #707070; + color: #707070; } .btn-buy { @@ -2248,3 +2248,43 @@ export default { word-break: keep-all; } +} +.gift-wrap{ + position: relative; +} +.gift-bg{ + position: absolute; + left: 0; + width: 100%; +} +.ll-text{ + margin-left: 250rpx; + word-break: keep-all; +} + +.gift-img{ + width: 34rpx; + height: 34rpx; + margin-right: 10rpx; +} +.gift-wrap{ + position: relative; +} +.gift-bg{ + position: absolute; + left: 0; + width: 100%; +} +.ll-text{ + margin-left: 250rpx; + word-break: keep-all; +} + + left: 0; + width: 100%; +} +.ll-text{ + margin-left: 250rpx; + word-break: keep-all; +} +