From fc9f7aa2bfd9e4e43171169f549ba30843e72cdc Mon Sep 17 00:00:00 2001 From: 15008401624 <597081433@qq.com> Date: Tue, 8 Dec 2020 17:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/css/style.css b/public/static/css/style.css index 9c06ace..bdf7f89 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -156,7 +156,7 @@ input,select,textarea{outline:medium none; resize: none;} .home-box3 .lower-box ul p{ width: 100%; float: left; font-size: 1.5rem; border-bottom: 1px solid #888; margin-bottom: 0.625rem; padding-bottom: 0.9375rem;} .home-box3 .lower-box ul li{ width: 100%; float: left;} .home-box3 .lower-box ul li a{ width: 100%; float: left; line-height: 2.8125rem;} -.home-box3 .lower-box ul li a span{ width: 70%; float: left;} +.home-box3 .lower-box ul li a span{ width: 70%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .home-box3 .lower-box ul li a i{ float: right;} .foot-box{ background: #00418f; padding: 3.75rem 0; color: #fff;}