From 16be368e8970bef93a69872115e147a1906886d3 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Fri, 16 Jun 2023 15:30:49 +0800 Subject: [PATCH] case show card --- src/components/CaseShow.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/CaseShow.vue b/src/components/CaseShow.vue index 2ac4365..ae2857a 100644 --- a/src/components/CaseShow.vue +++ b/src/components/CaseShow.vue @@ -68,18 +68,19 @@ import HeadLine from 'cpns/HeadLine' position: relative; .bottom_text { position: absolute; - left: 0; - right: 0; - bottom: 0; - height: 17px; + left: -50%; + bottom: -10%; + height: 34px; background: rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: space-evenly; - font-size: 8px; + font-size: 16px; font-family: Source Han Sans CN; font-weight: 400; color: #ffffff; + width: 200%; + transform: scale(0.5); } } }