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; +} +