From b376035997ca4f9b2c41d53732dd7310a3758c19 Mon Sep 17 00:00:00 2001 From: qiuweimeng Date: Tue, 28 Mar 2023 11:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0fluid=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E7=9A=84=E7=AE=80=E5=8D=95=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/templates/theme/fluid.css | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/lib/templates/theme/fluid.css diff --git a/src/lib/templates/theme/fluid.css b/src/lib/templates/theme/fluid.css new file mode 100644 index 0000000..e6a559a --- /dev/null +++ b/src/lib/templates/theme/fluid.css @@ -0,0 +1,47 @@ +.bangumi-tabs { + margin-bottom:15px; + margin-top:15px; + display: flex; + justify-content: center; +} + +.bangumi-item { + position:relative; + clear:both; + padding:25px 0; + min-height:180px +} + +.bangumi-meta { + font-size:12px; + margin-top:15px; + padding-right:10px; + height:45px +} + +.bangumi-title { + display: flex; + justify-content: center; + font-size:18px +} + +.bangumi-info-items { + font-size:12px; + padding-top:10px; + line-height:1; + display: flex; + width:100%; + justify-content: center; +} + +.bangumi-comments { + font-size:12px; + margin-top:30px +} + +.bangumi-picture { + position:absolute; + left:0; + top:15px; + width:110px +} \ No newline at end of file