Commit 3aeafe5a authored by timel's avatar timel

fix: small

parent fe766973
Pipeline #22898 failed with stages
in 23 minutes and 26 seconds
...@@ -10,12 +10,13 @@ export const Chat: React.FC = () => { ...@@ -10,12 +10,13 @@ export const Chat: React.FC = () => {
<DialogItem <DialogItem
name="愧心Kanzo" name="愧心Kanzo"
time="00:34:28" time="00:34:28"
content="白银城连抽了三张" content="白银城连抽了三张"
/> />
<DialogItem name="超级摆烂人" time="00:34:38" content="哦" />
<DialogItem <DialogItem
name="愧心Kanzo" name="超级摆烂人"
time="00:34:28" time="00:35:42"
content="白银城连抽了三张⏰" content="是烙印融合,寄"
/> />
</div> </div>
<div className={styles.input}> <div className={styles.input}>
......
...@@ -2,13 +2,16 @@ ...@@ -2,13 +2,16 @@
position: relative; position: relative;
text-align: center; text-align: center;
height: calc(100% - var(--header-height)); height: calc(100% - var(--header-height));
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 50px;
} }
.main { .main {
height: 650px; height: 650px;
width: 650px; width: 650px;
margin: auto;
margin-top: 50px;
position: relative; position: relative;
.neos-pic { .neos-pic {
max-width: 100%; max-width: 100%;
...@@ -27,6 +30,7 @@ ...@@ -27,6 +30,7 @@
} }
.start-btn { .start-btn {
cursor: pointer;
width: 200px; width: 200px;
position: relative; position: relative;
display: flex; display: flex;
...@@ -43,7 +47,6 @@ ...@@ -43,7 +47,6 @@
font-weight: 500; font-weight: 500;
letter-spacing: 0.2px; letter-spacing: 0.2px;
transition: 0.2s; transition: 0.2s;
top: 50px;
&:hover { &:hover {
background-color: hsla(0, 0%, 100%, 1.1); background-color: hsla(0, 0%, 100%, 1.1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment