From 5fd06f3105ab50cd734b6fce221fc8b41a1d612d Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Wed, 26 Mar 2025 11:12:36 +0800 Subject: [PATCH] no message --- css/details.css | 4 ++-- css/details.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/details.css b/css/details.css index 51777c2..593e03a 100644 --- a/css/details.css +++ b/css/details.css @@ -1427,7 +1427,7 @@ color: #555555; line-height: 36px; position: relative; - background-image: url(/img/dotted-line.png); + background-image: url(/project/img/dotted-line.png); background-size: 100% 36px; background-repeat: repeat-y; background-position: 0 0; @@ -1441,7 +1441,7 @@ display: block; width: 100%; height: 1px; - background-image: url(/img/dotted-line.png); + background-image: url(/project/img/dotted-line.png); background-size: 100% 36px; background-repeat: repeat-y; } diff --git a/css/details.less b/css/details.less index a05714e..b15b572 100644 --- a/css/details.less +++ b/css/details.less @@ -1661,7 +1661,7 @@ color: #555555; line-height: 36px; position: relative; - background-image: url(/img/dotted-line.png); + background-image: url(/project/img/dotted-line.png); background-size: 100% 36px; background-repeat: repeat-y; background-position: 0 0; @@ -1675,7 +1675,7 @@ display: block; width: 100%; height: 1px; - background-image: url(/img/dotted-line.png); + background-image: url(/project/img/dotted-line.png); background-size: 100% 36px; background-repeat: repeat-y; }