From 26bcb0e63cca39e1095d79d780bd7942a53d286c Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 12:01:07 +0800 Subject: [PATCH] no message --- css/search.css | 2 ++ css/search.less | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/search.css b/css/search.css index 0a3d763..abcb214 100644 --- a/css/search.css +++ b/css/search.css @@ -105,6 +105,8 @@ font-size: 14px; padding: 10px; cursor: pointer; +} +.boxbox .body .left .input-box .hint-list .item:not(:last-of-type) { border-bottom: 1px #e6e4e4 dotted; } .boxbox .body .left .total { diff --git a/css/search.less b/css/search.less index 1286034..122b3f9 100644 --- a/css/search.less +++ b/css/search.less @@ -111,7 +111,10 @@ font-size: 14px; padding: 10px; cursor: pointer; - border-bottom: 1px #e6e4e4 dotted; + + &:not(:last-of-type) { + border-bottom: 1px #e6e4e4 dotted; + } } } }