From 7885aa812b3e7569a8da8c10d357ebed5eb27cfc Mon Sep 17 00:00:00 2001 From: sunfengxiang Date: Sat, 13 Jul 2024 13:59:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E8=AF=A6=E6=83=85=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E4=B8=8A=E4=BC=A0=E8=A7=86=E9=A2=91.ql=5Fvideos?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/new/new.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/static/css/new/new.css b/static/css/new/new.css index 5a993b8..5064df5 100644 --- a/static/css/new/new.css +++ b/static/css/new/new.css @@ -128,4 +128,20 @@ .ql-align-center{ text-align: center; +} + +.ql-size-small { + font-size: 0.75em; +} +.ql-size-large { + font-size: 1.5em; +} +.ql-size-huge { + font-size: 2.5em; +} + +.ql-video{ + width: 600px; + height: 400px; + margin: 0 0 0 25%; } \ No newline at end of file