feat: 调整首页组件目录结构
This commit is contained in:
11
pages/index/components/chat/ChatTopBgImg/styles/index.scss
Normal file
11
pages/index/components/chat/ChatTopBgImg/styles/index.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user