123456789101112131415161718 |
- <template>
- <div class="left-grass-box">
-
- </div>
- </template>
-
- <script setup>
- import grassImage from '@/assets/GrassImage/left-grass.png'
- </script>
-
- <style lang="less" scoped>
- .left-grass-box {
- position: absolute;
- left: 0;
- bottom: 0;
- z-index: 0;
- }
- </style>
|