<template>
<div class="main">
</div>
</template>
<style lang="scss" scoped>
.main{
width: 100%;
height: 200px;
background-color: #0082fc;
}
</style>