From 0954b80d2f6d58bbf2669ad9a3e7c9f1d5d85539 Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Wed, 26 Feb 2025 13:39:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/growth/growthList.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/growth/growthList.vue b/src/views/growth/growthList.vue index a555b63..45ae3e8 100644 --- a/src/views/growth/growthList.vue +++ b/src/views/growth/growthList.vue @@ -1029,17 +1029,19 @@ function toOffcoursePlanPage(item) { .item-img-icon { display: flex; justify-content: center; - padding-top: 3px; + align-items: center; position: absolute; color: #fff; font-size: 20px; box-sizing: border-box; top: 0; - left: 10px; - background-image: url(@/assets/image/growth/listJiaoBiao.png); - background-size: 100% 100%; - width: 27px; - height: 37px; + left: 0; + // background-image: url(@/assets/image/growth/listJiaoBiao.png); + // background-size: 100% 100%; + width: 50px; + height: 30px; + background: #f2903d; + border-radius: 0 0px 15px 0px; } img:hover { transform: scale(1.1);