mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 18:16:41 +08:00
chore: 屏蔽词与样式
This commit is contained in:
+1
-3
@@ -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 {
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user