uniapp 页面太长,如何把样式作为单独文件引入?

<style lang="scss" scoped>
    @import "./index.scss";
</style>