From 2496b69e98692b70170088fdd06ccc2d9c7bcd5d Mon Sep 17 00:00:00 2001 From: 15008401624 <597081433@qq.com> Date: Thu, 10 Dec 2020 16:44:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= 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 5ec5978..bcda63c 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -191,7 +191,7 @@ input,select,textarea{outline:medium none; resize: none;} .about-box2{ padding: 5rem 0;} .about-box2 .top-box .all-title-box2{ padding-right: 1.25rem;} -.about-box2 .top-box .all-title-box2 span{ white-space: nowrap;} +.about-box2 .top-box .all-title-box2 span,.about-box2 .top-box .all-title-box2 p{ white-space: nowrap;} .about-box2 .top-box .fr{ width: 100%; text-align: right; border-bottom: 2px solid #cbcbcb;} .about-box2 .top-box .fr span{ display: inline-block; margin-left: 6.25rem; font-size: 1.5625rem; font-weight: bold; color: #555; cursor: pointer; line-height: 3.75rem; border-bottom: 3px solid #fff; transition: all .6s;} .about-box2 .top-box .fr span.active,.about-box2 .top-box .fr span:hover{ border-color: #f8bc38;}