[[title]]
+[[datetime_medium]]
+ [[body]] +From e7acd9e7a96b9fdca857fc73d38520f8dcaa45af Mon Sep 17 00:00:00 2001 From: changjun <52chinaweb@gmail.com> Date: Sun, 7 May 2023 23:43:39 +0800 Subject: [PATCH] feat: footer style --- Elegant.nnwtheme/stylesheet.css | 4 ++++ Elegant.nnwtheme/template.html | 38 +++++++++++++++++++++------------ 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/Elegant.nnwtheme/stylesheet.css b/Elegant.nnwtheme/stylesheet.css index 5c74dd6..d0f5945 100644 --- a/Elegant.nnwtheme/stylesheet.css +++ b/Elegant.nnwtheme/stylesheet.css @@ -15,6 +15,7 @@ .xxLargeText{font-size:1.5rem;line-height:2rem;} /* layer: default */ .mx-auto{margin-left:auto;margin-right:auto;} +.mb-6{margin-bottom:1.5rem;} .mt-2{margin-top:0.5rem;} .mt-4{margin-top:1rem;} .mt-6{margin-top:1.5rem;} @@ -30,8 +31,11 @@ .rounded-md{border-radius:0.375rem;} .px-8{padding-left:2rem;padding-right:2rem;} .py-3{padding-top:0.75rem;padding-bottom:0.75rem;} +.text-center{text-align:center;} .font-sans{font-family:ui-sans-serif,system-ui;} +.text-sm{font-size:0.875rem;line-height:1.25rem;} .text-gray-300{--un-text-opacity:1;color:rgba(209,213,219,var(--un-text-opacity));} +.opacity-60{opacity:0.6;} .opacity-80{opacity:0.8;} /* layer: my-style */ /* my style */ diff --git a/Elegant.nnwtheme/template.html b/Elegant.nnwtheme/template.html index c057f9a..087bbfd 100644 --- a/Elegant.nnwtheme/template.html +++ b/Elegant.nnwtheme/template.html @@ -30,22 +30,32 @@ body: The body of the article. --> -