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

主题调整

上级 8233ce6f
......@@ -136,20 +136,36 @@
// 主题公共函数
.theme(@theme-color,@text-color){
ion-tab-bar{
ion-tab-button{
--color-selected: @theme-color;
ion-tab-bar{
ion-tab-button{
--color-selected: @theme-color;
}
}
}
ion-button{
--background: @theme-color;
--color: @text-color;
}
.view-container {
ion-title{
--color: @text-color;
background-color: @theme-color;
ion-button{
--background: @theme-color;
--color: @text-color;
}
.view-container {
ion-title{
--color: @text-color;
background-color: @theme-color;
}
}
ion-toggle {
--background-checked: @theme-color;
}
.app-form-item.item-has-focus{
>ion-label {
color: @theme-color ;
}
}
ion-picker{
color: @theme-color ;
.picker-toolbar-button{
button{
color: @theme-color ;
}
}
}
}
}
.app-blue-theme{
@theme-color: @color-secondary;
@theme-color: #705697;
@text-color: #fff;
.theme(@theme-color,@text-color);
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册