From 2cc25fd5d03599a11ab00eff6a1b78fb7e4f5b3b Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 26 Jan 2023 21:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=94=E7=A4=BA=E5=9B=BE=E7=89=87=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=AE=8C=E6=95=B4=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/scss/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scss/_common.scss b/source/scss/_common.scss index ec62d56..2a80d09 100644 --- a/source/scss/_common.scss +++ b/source/scss/_common.scss @@ -75,7 +75,7 @@ /* 通用类结束 */ .ul-demo-img-bg { - background-image : url("img/view.jpg"); + background-image : url("https://layui.ulthon.com/cdn/img/view.jpg"); background-size : cover; background-position: center; }