修复记录背景异常

This commit is contained in:
Dragon
2024-03-08 16:45:44 +08:00
parent 00c8f39c48
commit c431b9aabf
3 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ html,
body {
width: 100%;
background: linear-gradient(0deg, #669900 0%, #A1D33E 100%);
height: 100%;
}
.img {

View File

@@ -34,6 +34,7 @@ html,
body {
width: 100%;
background: linear-gradient(0deg, #669900 0%, #A1D33E 100%);
height: 100%;
// background: #A1D33E;
}

View File

@@ -8,7 +8,7 @@
<title>游戏记录</title>
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/record.css?v=1.0">
<link rel="stylesheet" href="./css/record.css?v=1.1">
</head>
<body>