积分变为可控背景色
This commit is contained in:
@@ -69,6 +69,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3rem;
|
top: 3rem;
|
||||||
right: 3rem;
|
right: 3rem;
|
||||||
|
--bgColor: #fff;
|
||||||
}
|
}
|
||||||
> .close-btn {
|
> .close-btn {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -72,9 +72,9 @@
|
|||||||
min-width: 18rem;
|
min-width: 18rem;
|
||||||
height: 4.3rem;
|
height: 4.3rem;
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
background-color: rgba(255, 252, 244, 1);
|
|
||||||
border: 1px solid #ffcf90;
|
border: 1px solid #ffcf90;
|
||||||
border-radius: 0.8rem;
|
border-radius: 0.8rem;
|
||||||
|
background-color: var(--bgColor, rgba(255, 252, 244, 1));
|
||||||
> .credits {
|
> .credits {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user