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;