mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-24 04:56:06 +08:00
chore: 屏蔽词与样式
This commit is contained in:
parent
777444d2cb
commit
b53ea21bbf
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>有解的羊了个羊</title>
|
||||
<title>有解的yang了个yang</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
width: 100%;
|
||||
padding-bottom: 100%;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.scene-inner {
|
||||
|
@ -24,7 +23,7 @@
|
|||
bottom: 0;
|
||||
top: 0;
|
||||
overflow: visible;
|
||||
font-size: 30px;
|
||||
font-size: 8vw;
|
||||
}
|
||||
|
||||
.symbol {
|
||||
|
@ -47,7 +46,6 @@
|
|||
align-items: center;
|
||||
border-radius: 8px;
|
||||
border: 2px solid #444;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.queue-container {
|
||||
|
|
|
@ -106,7 +106,7 @@ const Symbol: FC<SymbolProps> = ({ x, y, icon, isCover, status, onClick }) => {
|
|||
>
|
||||
<div
|
||||
className="symbol-inner"
|
||||
style={{ backgroundColor: isCover ? 'gray' : 'white' }}
|
||||
style={{ backgroundColor: isCover ? '#999' : 'white' }}
|
||||
>
|
||||
<i>{icon}</i>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user