
html
<template>
<div class="index-con">
<h1>您好!</h1>
<h1>欢迎来到BI市场部后台管理界面</h1>
</div>
</template>
<script>
</script>
<style>
.index-con h1 {
text-align: center;
font-size: 3em;
color: var(--el-color-success);
/* color: #000000; */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-style: italic ;
}
</style>
