From eb04374a141754fb9164b29a9de243722c75e090 Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 28 Jan 2022 20:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9=E5=AF=BC=E8=88=AA=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=85=BC=E5=AE=B9=E6=89=8B=E6=9C=BA=E7=AB=AF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/cdn/layui-ul.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css index b6f1eaf..1a66af9 100644 --- a/public/cdn/layui-ul.css +++ b/public/cdn/layui-ul.css @@ -1480,6 +1480,16 @@ body .layui-quote-gray { color : #666; } +@media screen and (max-width:450px) { + .ul-site-item{ + width: 49%; + } + .ul-site-item-desc{ + font-size: 11px; + margin-top: 3px; + } +} + .ul-timeline-rowstyle { display : flex; flex-wrap : nowrap;