mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
16 lines
134 B
CSS
16 lines
134 B
CSS
.cover {
|
|
background-color: #00ff99;
|
|
display: flex;
|
|
|
|
height: 420px;
|
|
width: 800px;
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|