修复记录背景异常
This commit is contained in:
@@ -20,6 +20,7 @@ html,
|
|||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: linear-gradient(0deg, #669900 0%, #A1D33E 100%);
|
background: linear-gradient(0deg, #669900 0%, #A1D33E 100%);
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
|
@@ -34,6 +34,7 @@ html,
|
|||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: linear-gradient(0deg, #669900 0%, #A1D33E 100%);
|
background: linear-gradient(0deg, #669900 0%, #A1D33E 100%);
|
||||||
|
height: 100%;
|
||||||
// background: #A1D33E;
|
// background: #A1D33E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<title>游戏记录</title>
|
<title>游戏记录</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../common/css/reset.css">
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user