vue 引入公共css問題

1.

<style lang='scss' scoped>

@import url("../css/indextop.css");

#index{

background: #1D2437;

margin:25px;

color:#ffffff;

}

<style lang='scss' scoped>

@import url("../../css/indextop.css");

#research{

background: #1D2437;

margin:25px;

color:#ffffff;

}

這樣不會影響其他文件同名class,

 

2.<style  src="../css.xx.css" scope>  

這樣會影響其他

 

 

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章