kun 191127 00:27
This commit is contained in:
36
src/App.vue
36
src/App.vue
@@ -5,25 +5,17 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
},
|
||||
components: {},
|
||||
props: {},
|
||||
data () {
|
||||
return {
|
||||
}
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
watch: {
|
||||
},
|
||||
methods: {
|
||||
},
|
||||
created () {
|
||||
},
|
||||
mounted () {
|
||||
},
|
||||
watch: {},
|
||||
methods: {},
|
||||
created () {},
|
||||
mounted () {},
|
||||
updated () {
|
||||
window.scroll(0, 0)
|
||||
}
|
||||
@@ -44,9 +36,21 @@ export default {
|
||||
// /*火狐下隐藏滚动条*/
|
||||
// // scrollbar-width: none;
|
||||
// }
|
||||
|
||||
// @font-face{
|
||||
// font-family: "微软雅黑" !important;
|
||||
// }
|
||||
|
||||
/deep/ .w-e-text-container p {
|
||||
color: red;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fcfbfb;
|
||||
|
||||
// font {
|
||||
// font-family: "微软雅黑" !important;
|
||||
// }
|
||||
// &::-webkit-scrollbar {
|
||||
// width: 0px;
|
||||
// height: 5px;
|
||||
@@ -67,7 +71,7 @@ body {
|
||||
}
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'HanWangKaiBold-Gb5';
|
||||
src: url('../static/fontFile/HanWangKaiBold-Gb5.ttf');
|
||||
font-family: "HanWangKaiBold-Gb5";
|
||||
src: url("../static/fontFile/HanWangKaiBold-Gb5.ttf");
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user