From e5f3b423ab57ea594fcfa2553dc86439019c4b5d Mon Sep 17 00:00:00 2001 From: lmq8267 <119713693+lmq8267@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E8=83=8C=E6=99=AF=E5=9B=BE=E5=83=8F?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E6=95=B4=E4=B8=AA=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E5=85=B6=E6=AF=94=E4=BE=8B=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E5=87=BA=E7=8E=B0=E6=8B=BC=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trunk/user/www/n56u_ribbon_fixed/bootstrap/css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trunk/user/www/n56u_ribbon_fixed/bootstrap/css/main.css b/trunk/user/www/n56u_ribbon_fixed/bootstrap/css/main.css index 34d7d16ca9..c0037ff1a0 100644 --- a/trunk/user/www/n56u_ribbon_fixed/bootstrap/css/main.css +++ b/trunk/user/www/n56u_ribbon_fixed/bootstrap/css/main.css @@ -1,5 +1,7 @@ body{ - background: url("../img/bg/wood.jpg") repeat scroll center top transparent; + /* background: url("../img/bg/wood.jpg") repeat scroll center top transparent; */ + background: url("../img/bg/wood.jpg") no-repeat scroll center top transparent; + background-size: cover; /* 使背景图像覆盖整个页面,保持其比例,避免出现拼接 */ background-color: #282828; overflow-y: scroll; z-index:-1;