小程序引用其他页面css的方法:
在wxss中导入外部样式
@import 方法
@import 可以导入外联样式表,@import后跟需要导入的外联样式表的相对路径,用;表示语句结束。
写法:@import "文件路径" ;
@import "./pmdeng.wxss";