Files
smart_storage_app/uni_modules/luyj-tree/components/luyj-tree-navigation/luyj-tree-navigation.scss

32 lines
482 B
SCSS
Raw Normal View History

2025-06-30 10:21:25 +08:00
// 导航栏标题
.title {
2025-07-01 16:59:10 +08:00
height: 90rpx;
padding: 0 32rpx;
line-height: 90rpx;
font-size: 30rpx;
background-color: #f5f5f5;
color: #606064;
// 导航栏图标样式
.iconclass {
display: inline-block;
margin: 0 12rpx;
color: #D0D4DB;
font-size: 28rpx;
}
2025-06-30 10:21:25 +08:00
}
2025-07-01 16:59:10 +08:00
2025-06-30 10:21:25 +08:00
// 导航栏项样式
.inline-item {
2025-07-01 16:59:10 +08:00
display: inline-block
2025-06-30 10:21:25 +08:00
}
2025-07-01 16:59:10 +08:00
2025-06-30 10:21:25 +08:00
// 导航栏项-启用状态
.active {
2025-07-01 16:59:10 +08:00
color: #666666 !important;
2025-06-30 10:21:25 +08:00
}
2025-07-01 16:59:10 +08:00
2025-06-30 10:21:25 +08:00
// 导航栏项-无状态
.none {
2025-07-01 16:59:10 +08:00
color: #009458;
}