From abce083dc45191a70fb8db45e7bb04af48688898 Mon Sep 17 00:00:00 2001 From: yangyuqing <1614872855@qq.com> Date: Wed, 3 Jun 2026 00:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9F=B1=E8=BA=AB=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E5=9B=BE=E6=96=87=E6=AF=94=E4=BE=8B=E4=B8=BA2:1?= =?UTF-8?q?=EF=BC=88=E5=9B=BE=E7=89=87=E5=8D=A02=E4=BB=BD=EF=BC=8C?= =?UTF-8?q?=E6=96=87=E5=AD=97=E5=8D=A01=E4=BB=BD=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 49aa1da..448c65e 100644 --- a/css/style.css +++ b/css/style.css @@ -1009,11 +1009,11 @@ body { } .layout-images { - flex: 1; + flex: 2; /* 图片区占2份 */ } .layout-text { - flex: 2; + flex: 1; /* 文字区占1份 */ } .layout-image-single img {