mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
.page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 20px;
|
|
padding: 20px;
|
|
background:
|
|
linear-gradient(180deg,rgba(23,74,228,0) 29.44%,rgba(23,74,228,.06)),linear-gradient(90deg,#f3f3f7,#f3f3f7 20%,#ebf0f9 60%,#f3f3f7 80%,#f3f3f7);
|
|
height: 100vh;
|
|
overflow: auto;
|
|
box-sizing: border-box;
|
|
} |