From 1ff1ec2f4b500c0947bf309d1c1d77f74800ac01 Mon Sep 17 00:00:00 2001 From: Lee-1203 <342694918@qq.com> Date: Thu, 17 Feb 2022 09:40:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E8=B0=83=E6=95=B4css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 47 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index b8d6261..edb0064 100644 --- a/css/style.css +++ b/css/style.css @@ -2598,7 +2598,8 @@ textarea::-webkit-input-placeholder { .pull-item.pull-item-fixed{ top: 70px; } - .news-list li{ + .news-list li, + .news-list li:nth-of-type(3n){ width: 100%; margin-right: 0; } @@ -2609,15 +2610,25 @@ textarea::-webkit-input-placeholder { .news-img img{ min-height: 238px; } - .pase-size a{ - font-size: 13px; + .pase-size{ + flex-wrap: wrap; + justify-content: flex-start; } - .pase-size a:nth-of-type(n+7){ + .pase-size a{ + width: 24px; + line-height: 24px; + font-size: 13px; + margin: 0 2px; + } + .pase-size a:first-child, .pase-size a:last-child{ + padding: 0 5px; + } + /* .pase-size a:nth-of-type(n+7){ display: none; } .pase-size a:last-child{ display: block; - } + } */ .pull-swiper{ height: 240px; } @@ -2649,10 +2660,16 @@ textarea::-webkit-input-placeholder { .news-page .next{ justify-content: flex-start; } + .news-page .next .page-title{ + text-align: left; + } .business-img{ flex-wrap: wrap; margin-bottom: 0; } + .area-list li p{ + margin-top: 12px; + } .view{ width: 100%; } @@ -2680,7 +2697,10 @@ textarea::-webkit-input-placeholder { width: 100%; } .area-list li .more{ - margin-top: 40px; + margin-top: 60px; + } + .area-list li{ + padding: 30px 18px; } .area-list li:nth-of-type(odd){ background-color: #FFFFFF; @@ -2692,7 +2712,7 @@ textarea::-webkit-input-placeholder { padding: 20px 10px; } .inspect-time{ - width: 70; + width: 72px; padding-right: 10px; } .inspect-txt{ @@ -2704,6 +2724,19 @@ textarea::-webkit-input-placeholder { .enterprise-list li>div{ width: 100%; } + .inspect-list li:hover .inspect-img + .inspect-list li:hover .inspect-txt{ + display: none; + } + .enterprise-list{ + margin-bottom: 0; + } + .news-bg{ + padding-bottom: 30px; + } + .pase-size{ + margin-top: 30px; + } .enterprise-img{ height: 205px; }