积分变为可控背景色

This commit is contained in:
X1627315083@163.com
2026-03-10 09:35:40 +08:00
parent 668c6db6e6
commit 2f74996d48
2 changed files with 2 additions and 1 deletions

View File

@@ -69,6 +69,7 @@
position: absolute;
top: 3rem;
right: 3rem;
--bgColor: #fff;
}
> .close-btn {
cursor: pointer;

View File

@@ -72,9 +72,9 @@
min-width: 18rem;
height: 4.3rem;
margin-right: 1rem;
background-color: rgba(255, 252, 244, 1);
border: 1px solid #ffcf90;
border-radius: 0.8rem;
background-color: var(--bgColor, rgba(255, 252, 244, 1));
> .credits {
flex: 1;
font-size: 1.3rem;