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

代码格式

上级 92c25eab
...@@ -10,17 +10,17 @@ ...@@ -10,17 +10,17 @@
--background: @theme-color; --background: @theme-color;
--color: @text-color; --color: @text-color;
--color-activated: @text-color; --color-activated: @text-color;
--background-activated:@theme-color; --background-activated: @theme-color;
} }
// 多数据快速分组组件tab选中样式 // 多数据快速分组组件tab选中样式
.app-seleted-item { .app-seleted-item {
color: @theme-color; color: @theme-color;
border-bottom: 2px solid @theme-color; border-bottom: 2px solid @theme-color;
} }
ion-fab-button{ ion-fab-button {
--background:@theme-color; --background: @theme-color;
--box-shadow:-1px 1px 5px #8e9eab; --box-shadow: -1px 1px 5px #8e9eab;
--background-activated:@theme-color; --background-activated: @theme-color;
} }
.view-container { .view-container {
ion-header { ion-header {
...@@ -112,56 +112,56 @@ ...@@ -112,56 +112,56 @@
} }
} }
//多编辑面板底部新增按钮 //多编辑面板底部新增按钮
.app-medit-view-panel{ .app-medit-view-panel {
ion-fab{ ion-fab {
ion-fab-button{ ion-fab-button {
--background:@theme-color; --background: @theme-color;
} }
} }
} }
// 选项操作视图底部按钮 // 选项操作视图底部按钮
.mobtestmob-option-view{ .mobtestmob-option-view {
.option-view-btnbox{ .option-view-btnbox {
.success{ .success {
--background: @theme-color; --background: @theme-color;
--color: @text-color; --color: @text-color;
} }
} }
} }
//日历选中样式 //日历选中样式
.mpvue-calendar td.selected span { .mpvue-calendar td.selected span {
background-color: @theme-color!important; background-color: @theme-color!important;
color: @text-color !important; color: @text-color !important;
} }
.mpvue-calendar-change span.active{ .mpvue-calendar-change span.active {
background-color: @theme-color !important; background-color: @theme-color !important;
color: @text-color!important; color: @text-color!important;
} }
//分页tab样式 //分页tab样式
ion-segment{ ion-segment {
ion-segment-button{ ion-segment-button {
--indicator-box-shadow:@theme-color!important; --indicator-box-shadow: @theme-color!important;
--color-checked:@theme-color!important; --color-checked: @theme-color!important;
} }
.segment-button-checked{ .segment-button-checked {
border-color: @theme-color!important; border-color: @theme-color!important;
} }
} }
// 风格改变样式 // 风格改变样式
.app-mob-select-changeStyle ion-list .align-boxs .active{ .app-mob-select-changeStyle ion-list .align-boxs .active {
border: 2px solid @theme-color; border: 2px solid @theme-color;
ion-icon{ ion-icon {
color: @theme-color; color: @theme-color;
}
} }
} // 抽屉搜索表单主题
// 抽屉搜索表单主题 .show-menu {
.show-menu{ ion-header {
ion-header{ ion-toolbar {
ion-toolbar{ --background: @theme-color;
--background: @theme-color; color: @text-color;
color: @text-color; }
} }
} }
} }
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册