You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pingAnQiYeWeb/src/App.vue

65 lines
979 B

2 years ago
<template>
<div id="app">
<router-view />
</div>
</template>
<style lang="less">
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
width: 100vw;
height: 100vh;
.el-scrollbar__wrap {
overflow-x: hidden !important;
}
.el-scrollbar__bar.is-horizontal {
display: none;
}
.el-scrollbar__wrap {
overflow-x: hidden;
overflow-y: hidden;
}
.el-menu {
border-right: 0;
}
}
@font-face {
font-family: YouSheBiaoTiHei;
src: url('./fonts/YouSheBiaoTiHei.ttf')
}
@font-face {
font-family: DS-Digital-Bold;
src: url('./fonts/DS-Digital-Bold.ttf')
}
@font-face {
font-family: AlimamaShuHeiTi;
src: url('./fonts/AlimamaShuHeiTi.ttf')
}
.clearfix::after {
content: '';
clear: both;
display: block;
height: 0;
zoom: 0;
visibility: hidden;
font-size: 0;
}
.el-scrollbar__thumb {
display: none;
}
</style>