From 35834596b041eac904715eb6c3a2708eba4ccf05 Mon Sep 17 00:00:00 2001 From: aote777 <1540464777@qq.com> Date: Thu, 29 Feb 2024 22:05:08 +0800 Subject: [PATCH] =?UTF-8?q?delete=20=E5=88=A0=E9=99=A4=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=87=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo.html | 21 ++- normalize.css | 349 -------------------------------------------------- 卡片样式.css | 4 + 3 files changed, 12 insertions(+), 362 deletions(-) delete mode 100644 normalize.css diff --git a/demo.html b/demo.html index 225c302..7b23512 100644 --- a/demo.html +++ b/demo.html @@ -21,12 +21,12 @@ padding: 15px; } } - - /* 初始状态下设置透明度为0 */ - .md-content { - opacity: 0; - transition: opacity 0.3s ease-in-out; - } + + /* 初始状态下设置透明度为0 */ + .md-content { + opacity: 0; + transition: opacity 0.3s ease-in-out; + }