From d271701baaeeb7cc9a45252d313cf6098a2ce099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Tue, 6 Jan 2026 16:21:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=94=AE=E7=A9=BA=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=90=91=E5=B7=A6=E5=80=BE=E6=96=9C=E5=B9=B6=E8=A6=86=E7=9B=96?= =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 skewX(-10deg) 实现向左倾斜效果 - left: -20rpx 让标签覆盖在图片上 --- pages/index/index.wxss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index f0dcb0e..22e4396 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1393,6 +1393,8 @@ video.product-media { .promo-tag.sold-out { background: linear-gradient(135deg, #a92a2aff 0%, #a6a6a6 100%); box-shadow: 0 2rpx 8rpx rgba(140, 140, 140, 0.3); + transform: skewX(-10deg); + left: -20rpx; } /* 商品信息区域 */