Files
YGChatCS/pages/index/components/chat/ChatTopBgImg/styles/index.scss
2025-09-21 14:26:04 +08:00

12 lines
197 B
SCSS

.top-bg {
width: 100%;
height: 270px;
overflow: hidden;
background: linear-gradient(180deg, #42adf9 0%, #6cd1ff 51%, #e9f3f7 99%);
.top-bg-img {
width: 100%;
height: 100%;
}
}