From adbd17433ef00cbd0118d52933261ce857c793cc Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 27 Dec 2024 14:58:23 +0800 Subject: [PATCH] no message --- css/index.css | 14 -------------- css/index.less | 28 ++++++++++++++-------------- 2 files changed, 14 insertions(+), 28 deletions(-) diff --git a/css/index.css b/css/index.css index cf89d54..b78983d 100644 --- a/css/index.css +++ b/css/index.css @@ -343,20 +343,6 @@ display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; - opacity: 0; - transition: all 0.3s; - animation: listShow 0.3s forwards; -} -@keyframes listShow { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -.recruit .list .list-item.active { - opacity: 1; } .recruit .list .item { width: 565px; diff --git a/css/index.less b/css/index.less index 0cf2cc0..3ac1872 100644 --- a/css/index.less +++ b/css/index.less @@ -384,21 +384,21 @@ display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; - opacity: 0; - transition: all 0.3s; - animation: listShow 0.3s forwards; - @keyframes listShow { - 0% { - opacity: 0; - } + // opacity: 0; + // transition: all 0.3s; + // animation: listShow 0.3s forwards; + // @keyframes listShow { + // 0% { + // opacity: 0; + // } - 100% { - opacity: 1; - } - } - &.active { - opacity: 1; - } + // 100% { + // opacity: 1; + // } + // } + // &.active { + // opacity: 1; + // } } .item { width: 565px;