<template>
<view class="line"></view>
</template>
<script></script>
<style scoped lang="scss">
.line {
background-color: #f4f4f4;
height: 10rpx;
}
</style>