From 154239d0d3f637ac9d843fb4d058431056eb9549 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 28 Apr 2022 18:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E5=A2=9E=E5=8A=A0=E8=84=9A?= =?UTF-8?q?=E9=83=A8=E7=BB=84=E4=BB=B6=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/pc/footer.html | 6 ++++++ source/scss/_common.scss | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 demo/pc/footer.html diff --git a/demo/pc/footer.html b/demo/pc/footer.html new file mode 100644 index 0000000..cbcf2e7 --- /dev/null +++ b/demo/pc/footer.html @@ -0,0 +1,6 @@ +
+ 字段集区块 - 横线风格 +
+ 内容区域 +
+
\ No newline at end of file diff --git a/source/scss/_common.scss b/source/scss/_common.scss index 0eb9500..cfe7196 100644 --- a/source/scss/_common.scss +++ b/source/scss/_common.scss @@ -41,6 +41,10 @@ color: #6cf !important; } +.ul-color-white{ + color: #fff !important; +} + .ul-common-flex-list { display : flex; flex-wrap: wrap;