Files
YGChatCS/pages/chat/ChatTopBgImg.vue
2025-08-27 18:37:50 +08:00

19 lines
307 B
Vue

<template>
<view class="top-bg"> </view>
</template>
<script></script>
<style lang="scss" scoped>
.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%;
}
}
</style>