<template>
<tiny-scroll-text class="scrollclass"></tiny-scroll-text>
</template>
<script setup>
import { ScrollText as TinyScrollText } from '@opentiny/vue'
</script>
<style scoped>
.scrollclass {
background-color: #b8d9f9;
}
</style>