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

主题

上级 059d54aa
...@@ -146,6 +146,7 @@ ion-toolbar { ...@@ -146,6 +146,7 @@ ion-toolbar {
.searchform { .searchform {
.searchform_content { .searchform_content {
height: calc(100% - 100px); height: calc(100% - 100px);
overflow: auto;
} }
.search-btn { .search-btn {
display: flex; display: flex;
......
...@@ -169,25 +169,25 @@ ...@@ -169,25 +169,25 @@
.header { .header {
background-color: @theme-color; background-color: @theme-color;
} }
.list{ .list {
&:active{ &:active {
color: @theme-color; color: @theme-color;
} }
.van-tag{ .van-tag {
background-color: @theme-color; background-color: @theme-color;
color: @text-color; color: @text-color;
} }
} }
.active{ .active {
ion-icon{ ion-icon {
color: @theme-color; color: @theme-color;
} }
ion-label{ ion-label {
color: @theme-color; color: @theme-color;
} }
} }
} }
// 快速搜索组件主题 // 快速搜索组件主题
.app-seach-history { .app-seach-history {
.record { .record {
...@@ -211,11 +211,18 @@ ...@@ -211,11 +211,18 @@
} }
// 侧滑菜单头部 // 侧滑菜单头部
.app-mob-menu-sideslip-view-header{ .app-mob-menu-sideslip-view-header {
.header{ .header {
.text{ .text {
color: @theme-color; color: @theme-color;
} }
} }
} }
// 搜索表单2主题
.app-search-editor {
.app-search-editor-item-active {
border-color: @theme-color;
}
}
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册