PixelAI-mobile/pages/pc_web/home/components/second.vue
2025-01-06 00:54:54 +08:00

16 lines
327 B
Vue

<template>
<view class="home-second">
123
</view>
</template>
<script>
</script>
<style scoped lang="scss">
.home-second{
width: 100%;
height: 100%;
background-image: linear-gradient(to left bottom, #ffffff, #fcfbfc, #f8f8f9, #f5f4f7, #f1f1f4, #eef0f6, #eaeff7, #e5eff8, #ddf3f9, #d9f6f2, #def7e6, #eef6d9);
}
</style>