From 9e3a8f2889ab60610bd6ca69b9c800ef9b24b547 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Fri, 12 Sep 2025 17:20:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/productions/[...slug].vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app/pages/productions/[...slug].vue b/app/pages/productions/[...slug].vue index f251163..37590f6 100644 --- a/app/pages/productions/[...slug].vue +++ b/app/pages/productions/[...slug].vue @@ -17,7 +17,7 @@
{{ item.caption }}
@@ -153,11 +153,24 @@ useHead({ } .production-image .el-image { + position: relative; width: 100%; height: 500px; border-radius: 8px; } +.production-image-caption { + position: absolute; + bottom: 10px; + /* left: 10%; */ + background-color: rgba(0, 0, 0, 0.2); + border-radius: 5px; + padding: 5px 10px; + text-align: center; + color: white; + font-size: 0.8rem; +} + .production-carousel :deep(.el-carousel__button) { /* 指示器按钮样式 */ width: 8px;