From d911aa8712f7596ab43d20e88ce1e5be26555e7f Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 29 Dec 2021 11:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AF=BE=E7=A8=8B=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=A0=B7=E5=BC=8F;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/cdn/layui-ul.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css index 3e8871d..efaca8f 100644 --- a/public/cdn/layui-ul.css +++ b/public/cdn/layui-ul.css @@ -1135,7 +1135,10 @@ } .ul-course-list { - margin: -10px; + margin : -10px; + font-size: 0; + display : flex; + flex-wrap: wrap; } .ul-course-item { @@ -1145,6 +1148,7 @@ background-color: #fff; padding-bottom : 12px; cursor : pointer; + font-size : 14px; } .ul-course-item-poster {