Files
2024-09-27 02:06:13 +08:00

15 lines
196 B
Plaintext

.hot {
display: flex;
justify-content: space-between;
}
.left {
width: 50%;
}
.right {
width: 50%;
display: flex;
flex-direction: column;
}
.top {
margin-bottom: 3px;
}