From 65962d2fdab77a17c9ee701158b7f800be8a1575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Tue, 30 Dec 2025 08:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resource/softwareProject/index.scss | 30 ------------------- 1 file changed, 30 deletions(-) diff --git a/src/factory/resource/softwareProject/index.scss b/src/factory/resource/softwareProject/index.scss index c56313837..5fe764cff 100644 --- a/src/factory/resource/softwareProject/index.scss +++ b/src/factory/resource/softwareProject/index.scss @@ -294,21 +294,6 @@ flex-direction: column; cursor: pointer; - &:nth-child(3), - &:nth-child(4) { - .item-tags { - border: none; - background: rgba(255, 255, 255, 0.84); - - div { - opacity: 0.13; - width: 6px; - height: 6px; - background: #5d6a80; - } - } - } - div:nth-child(1) { height: 100%; display: flex; @@ -373,21 +358,6 @@ // 最后两个元素添加margin-bottom: 28px; &:nth-last-child(-n+2) { margin-bottom: 0; - - .item-tag { - background: rgba(255, 255, 255, 0.84); - color: #091221; - } - - .item-desc { - color: #ffffff; - } - - .item-data { - span { - color: #ffffff - } - } } &:hover {