kun 191127 00:27

This commit is contained in:
沈学坤
2019-11-27 00:27:22 +08:00
parent 9d36040725
commit e07dcffaad
14 changed files with 159 additions and 73 deletions

View File

@@ -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>