css文件之间相互引用是通过@import指令完成的

格式:

      @import  url("被引用的css文件");

 

 

 

顺便说一句,如果希望在html或者php文件中引用某个xxx.css也是可以的

在<style>标签之中

<style>

  @import   url("某个css文件");

</style>

 

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-09-14
  • 2022-01-05
猜你喜欢
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2022-03-04
  • 2022-12-23
相关资源
相似解决方案