16 lines
327 B
Vue
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> |