提交 279fc79a 编写于 作者: KK's avatar KK

多主题样式

上级 6dca4f30
.app-blue-theme{ .app-blue-theme{
.view-container { .view-container {
// 标题样式
ion-title{ ion-title{
--color: @color-primary-contrast; --color: @color-primary-contrast;
background-color: @color-primary; background-color: @color-primary;
} }
.toolbar-left-bottons{ }
ion-button{ // 底部菜单样式
--color:#fff; ion-tab-bar{
} ion-tab-button{
} --color-selected: @color-primary;
.toolbar-title-default{
ion-button{
--color:#fff;
}
}
.toolbar-right-bottons{
ion-button{
--color:#fff;
}
} }
} }
ion-button{
--background: @color-primary;
--color:#fff;
}
} }
\ No newline at end of file
.dark-blue-heme{ .dark-blue-heme{
.view-container { .view-container {
// 标题样式
ion-title{ ion-title{
--color: @color-primary-contrast; --color: @color-primary-contrast;
background-color: @color-primary; background-color: #5475ab;
} }
} }
} // 底部菜单样式
\ No newline at end of file ion-tab-bar{
ion-tab-button{
--color-selected: #5475ab;
}
}
ion-button{
--background:#5475ab;
--color:#fff;
}
}
.app-default-theme{ .app-default-theme{
.view-container { .view-container {
// 标题样式
ion-title{ ion-title{
--color: @color-primary-contrast; --color: @color-primary-contrast;
background-color: @color-primary; background-color: @color-primary;
} }
.toolbar-left-bottons{ }
ion-button{ // 底部菜单样式
--color:#fff; ion-tab-bar{
} ion-tab-button{
} --color-selected: @color-primary;
.toolbar-title-default{
ion-button{
--color:#fff;
}
}
.toolbar-right-bottons{
ion-button{
--color:#fff;
}
} }
} }
ion-button{
--background: @color-primary;
--color:#fff;
}
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册