From 228ce12d6006150ef98396d0a0850b15065ef95d Mon Sep 17 00:00:00 2001 From: Jinx <41286675+1055169799@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:52:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AF=8F=E6=97=A5=E6=9D=90?= =?UTF-8?q?=E6=96=993=E3=80=812=E3=80=811=E6=98=9F=E6=AD=A6=E5=99=A8?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E4=B8=8D=E6=98=BE=E7=A4=BA=20(#690)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/wiki/today-material.less | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/resources/wiki/today-material.less b/resources/wiki/today-material.less index 358be5d8..83f708af 100644 --- a/resources/wiki/today-material.less +++ b/resources/wiki/today-material.less @@ -233,7 +233,7 @@ body { } } -.bg5, .bg4 { +.bg5, .bg4, .bg3, .bg2, .bg1 { width: 100%; height: 95px; background-size: 100%; @@ -248,6 +248,18 @@ body { background-image: url(../common/item/bg4.png); } +.bg3 { + background-image: url(../common/item/bg3.png); +} + +.bg2 { + background-image: url(../common/item/bg2.png); +} + +.bg1 { + background-image: url(../common/item/bg1.png); +} + .item .text_box { font-size: 12px; background: #e9e5dc;