From 250df9c670c1aeda565790486045d29208214aea Mon Sep 17 00:00:00 2001 From: DaChiZiYi Date: Sun, 31 Dec 2023 15:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=AF=94=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/blog_list.css | 2 +- css/common.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/blog_list.css b/css/blog_list.css index 59fbf2e..27eb6de 100644 --- a/css/blog_list.css +++ b/css/blog_list.css @@ -1,6 +1,6 @@ /* 这个文件中专门写和博客列表页相关的样式 */ .blog{ - width: 80%; + width: 100%; /* 高度如果不设置, 就取决于里面的内容高度的综合 */ padding: 20px; } diff --git a/css/common.css b/css/common.css index 8213df4..c235be4 100644 --- a/css/common.css +++ b/css/common.css @@ -68,7 +68,7 @@ body{ .container .right{ height: 100%; - width: 1395px; + width: 1000px; background-color: rgba(255,255,255,0.8); border-radius: 10px;