<style>
@import '@/lingtek/scss/index.scss';
</style>
page {
-webkit-overflow-scrolling: touch; / 可以:解决ios滑动不流畅/
height: 100%;
width: 100%;
// 不行:font-family: OPPOSANS;
word-break: break-all; //不行:英文文本不换行
white-space: normal;
background-color: $bg-page;
color: $dark-3;
}