<style> / global styles / @import url('index.css') @import url(index.css) // url() 引号可有可无 @import 'index.css' // 引号必须存在 </style>