优化样式

This commit is contained in:
zhx 2026-06-25 14:28:40 +08:00
parent 14c7912f26
commit beb4e87123
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@
/>
<title>Last Weekly CP</title>
<link rel="stylesheet" href="../../common/theme.css?v=20260608-cp" />
<link rel="stylesheet" href="./style.css?v=20260625-cp-width768" />
<link rel="stylesheet" href="./style.css?v=20260625-cp-reward-center" />
</head>
<body>
<div class="app-viewport" id="appViewport">

View File

@ -655,12 +655,13 @@ button {
.reward-grid {
position: absolute;
left: 106px;
left: 50%;
top: 220px;
display: grid;
grid-template-columns: repeat(3, 217px);
gap: 24px 84px;
width: 750px;
width: 819px;
transform: translateX(-50%);
}
.reward-card {