From 123245cf0c3d0847a46c5538927595ac0683fc61 Mon Sep 17 00:00:00 2001 From: Jinx <41286675+1055169799@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:52:40 +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(#689)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/wiki/today-material.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/resources/wiki/today-material.css b/resources/wiki/today-material.css index 6e85edfa..1486943c 100644 --- a/resources/wiki/today-material.css +++ b/resources/wiki/today-material.css @@ -209,7 +209,10 @@ body { box-shadow: 0 0 2px 0 #000; } .bg5, -.bg4 { +.bg4, +.bg3, +.bg2, +.bg1 { width: 100%; height: 95px; background-size: 100%; @@ -221,6 +224,15 @@ body { .bg4 { 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; @@ -493,4 +505,4 @@ body { text-align: center; line-height: 16px; } -/*# sourceMappingURL=today-material.css.map */ \ No newline at end of file +/*# sourceMappingURL=today-material.css.map */