From d187b92ddabc2af5476460bad73eecba2618a95a Mon Sep 17 00:00:00 2001 From: freak2000 <1932723405@qq.com> Date: Sun, 24 Oct 2021 20:46:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A8=98=E8=A6=81=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dd.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dd.css diff --git a/dd.css b/dd.css new file mode 100644 index 0000000..4eba325 --- /dev/null +++ b/dd.css @@ -0,0 +1,3 @@ +*{ + width: 100px; +} -- Gitee From 8a4f51b8780cef38ff2ca86b55744312207b2fb3 Mon Sep 17 00:00:00 2001 From: freak2000 <1932723405@qq.com> Date: Sun, 24 Oct 2021 23:07:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A8=98=E8=A6=81=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dd.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dd.css b/dd.css index 4eba325..91bea1d 100644 --- a/dd.css +++ b/dd.css @@ -1,3 +1,4 @@ *{ width: 100px; + height: 2px; } -- Gitee