From c8e8cbef8b055560e895982d4519a81413b69722 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Tue, 19 Nov 2024 18:24:19 +0800 Subject: [PATCH] no message --- css/common.css | 18 ------------------ css/common.less | 23 +---------------------- 2 files changed, 1 insertion(+), 40 deletions(-) diff --git a/css/common.css b/css/common.css index 5b5f24e..4884d36 100644 --- a/css/common.css +++ b/css/common.css @@ -212,27 +212,9 @@ body { } .my-project .my-box .contrast-box .left { width: 580px; - animation: contrastLeftShow 0.3s; -} -@keyframes contrastLeftShow { - 0% { - width: 0; - } - 100% { - width: 580px; - } } .my-project .my-box .contrast-box .left.left1 { width: 820px; - animation: contrastLeft1Show 0.3s; -} -@keyframes contrastLeft1Show { - 0% { - width: 0; - } - 100% { - width: 820px; - } } .my-project .my-box .contrast-box .left .hint { height: 65px; diff --git a/css/common.less b/css/common.less index 363697e..ad9c232 100644 --- a/css/common.less +++ b/css/common.less @@ -236,30 +236,9 @@ body { border-radius: 0 0 12px 12px; .left { width: 580px; - - animation: contrastLeftShow 0.3s; - - @keyframes contrastLeftShow { - 0% { - width: 0; - } - 100% { - width: 580px; - } - } - + &.left1 { width: 820px; - animation: contrastLeft1Show 0.3s; - } - - @keyframes contrastLeft1Show { - 0% { - width: 0; - } - 100% { - width: 820px; - } } .hint {