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 {