From 2888464a13cc53f54ca64935bcc68e4a7d3bbedb Mon Sep 17 00:00:00 2001 From: sangge <2251250136@qq.com> Date: Sun, 24 Dec 2023 23:19:21 +0800 Subject: [PATCH] fix: fix desktop error --- css/nixongame.css | 4 ++-- nixongame.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/nixongame.css b/css/nixongame.css index 74a335d..4c62e4a 100644 --- a/css/nixongame.css +++ b/css/nixongame.css @@ -3,11 +3,11 @@ background-repeat: no-repeat; background-color: rgb(0, 136, 109); } - #desk{ + #desktop{ position: absolute; background-repeat: no-repeat; } - #desk img{ + #desktop img{ left: -10px; top: -10px; position: absolute; diff --git a/nixongame.html b/nixongame.html index 491761c..dac94e4 100644 --- a/nixongame.html +++ b/nixongame.html @@ -22,10 +22,10 @@