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

主题

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