From 0fe28ae0359998224c85bdda99598bca199cefb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E6=96=8C?= Date: Fri, 21 Feb 2025 21:36:22 +0800 Subject: [PATCH] Update submitpage.php --- trunk/web/template/syzoj/submitpage.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trunk/web/template/syzoj/submitpage.php b/trunk/web/template/syzoj/submitpage.php index 267e19415fb..86677f19a21 100644 --- a/trunk/web/template/syzoj/submitpage.php +++ b/trunk/web/template/syzoj/submitpage.php @@ -5,6 +5,7 @@ #source { width: 80%; height: 600px; + background-color:rgb(255,225,225,0.5); } .ace-chrome .ace_marker-layer .ace_active-line{ /*当前行*/ @@ -16,6 +17,10 @@ line-height: 1.2; } +body{ + background: url("http://m.hustoj.com:8090/bg/nz.gif") 0% 0% / 100% no-repeat; +} +