<style lang="scss" scoped>
@import url("./notification.scss");
.sort-bg {
justify-content: flex-start;
flex-direction: column;
// background-color: #F8FBFF;
background-color: $uni-bg-color;
}
</style>
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 11.1
HBuilderX类型: 正式
HBuilderX版本号: 3.0.4
手机系统: iOS
手机系统版本号: IOS 14
手机厂商: 模拟器
手机机型: iphone12 pro max
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
<style lang="scss" scoped>
@import url("./notification.scss");
.sort-bg {
justify-content: flex-start;
flex-direction: column;
// background-color: #F8FBFF;
background-color: $uni-bg-color;
}
</style>
/ notification.scss/
.sort-bg {
justify-content: flex-start;
flex-direction: column;
// background-color: #F8FBFF;
background-color: $uni-bg-color-grey;
}
希望在scss文件中写也生效
只有在<style>标签内部使用uni.scss变量才有
uni.scss 样式在improt进来的.scss文件中不起作用。只有在<style>标签内部使用uni.scss变量才有效
0 个回复