From 4a12ac90c42c5eea86190a1af79620754ab03991 Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Tue, 21 Dec 2021 16:24:11 +0800 Subject: [PATCH] lee --- css/style.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3024253..6d86321 100644 --- a/css/style.css +++ b/css/style.css @@ -414,6 +414,9 @@ .index-product .product-list .product-item{ width: 33%; } +.index-product .product-list .product-item>a{ + display: block; +} .index-product .product-list .product-item:first-child{ margin-left: 0; } @@ -475,6 +478,9 @@ padding-bottom: 20px; position: relative; } +.index-news .left>a{ + display: block; +} .index-news .left span{ display: block; @@ -1535,6 +1541,13 @@ .page-product>div.right .page-txt{ text-align: right; } +.page-product>div.right>a:nth-of-type(1){ + display: block; + white-space: nowrap; + width: 80%; + overflow: hidden; + text-overflow:ellipsis; +} .page-product>div .more{ display: block; @@ -2291,6 +2304,9 @@ width: 100%; padding-bottom: 10px; } + .index-news .left>a{ + display: block; + } .index-news .left span{ height: auto; } @@ -2312,6 +2328,9 @@ margin-top: 20px; background-color: #FFFFFF; } + .index-news .right>.news-item a{ + display: block; + } .index-news .right>.news-item .news-title{ font-size: 15px; font-weight: bold; @@ -2812,7 +2831,7 @@ padding: 0 10px; } .join-list li .join-title h4{ - max-width: 60%; + max-width: 46%; } .join-list li .join-title h4, .join-list li .join-title span{ width: auto;