From edc1461e275863440e8f41f877d24d13e463f9f1 Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 24 Sep 2021 17:07:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E4=B9=A6=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=8A=A0=E5=A4=A7=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 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css index 18707cd..58cbce8 100644 --- a/public/cdn/layui-ul.css +++ b/public/cdn/layui-ul.css @@ -1324,6 +1324,11 @@ body .layui-quote-gray { margin-bottom : 15px; margin-right : 15px; cursor : pointer; + border: 1px solid transparent; +} + +.ul-book-item:hover{ + border-color: #ddd; } .ul-book-poster { @@ -1363,14 +1368,15 @@ body .layui-quote-gray { } .ul-book-list.big .ul-book-item { - width: 180px; + width: 240px; } .ul-book-list.big .ul-book-poster { - width : 100px; - height: 140px; + width : 120px; + height: 160px; } .ul-book-list.big .ul-book-info { - height: 140px; + height: 160px; + width: 110px; } \ No newline at end of file