Files
YGChatCS/pages/chat/ChatTopBgImg.vue
2025-08-04 20:04:21 +08:00

20 lines
317 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>