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