下面是散花图的基础用法。
<template> <div class="t-strew-flowers-area"> <as-animation-strew-flowers> </as-animation-strew-flowers> </div> </template> <script> export default { name: "t-strew-flowers" } </script> <style> .t-strew-flowers-area{ width: 100%; height: 300px; } @media screen and (max-width: 480px) { .t-strew-flowers-area{ height: 150px; } } </style>
← 雪落图 飞鸟图 →