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; + } } } }