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

样式调整

上级 6f9f73ad
...@@ -21,11 +21,7 @@ ...@@ -21,11 +21,7 @@
margin-bottom: 10px; margin-bottom: 10px;
.pick-btn { .pick-btn {
height: 40px; height: 40px;
width: auto;
--border-radius: 2px;
width: 45%; width: 45%;
height: 40px;
width: auto;
--border-radius: 10px; --border-radius: 10px;
} }
} }
......
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
--indicator-color: @color-main-background; --indicator-color: @color-main-background;
margin-top: 0; margin-top: 0;
--transition:none; --transition:none;
ion-icon{
font-size: 1.3rem;
margin-right: 5px;
}
} }
.segment-button-checked{ .segment-button-checked{
margin: 0; margin: 0;
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
.alert-button { .alert-button {
color: @theme-color; color: @theme-color;
} }
[aria-checked="true"].sc-ion-alert-ios [aria-checked='true'].sc-ion-alert-ios
.alert-checkbox-icon.sc-ion-alert-ios { .alert-checkbox-icon.sc-ion-alert-ios {
background-color: @theme-color; background-color: @theme-color;
border-color: @theme-color; border-color: @theme-color;
...@@ -146,7 +146,9 @@ ...@@ -146,7 +146,9 @@
--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;
--indicator-color: @theme-color;
color: @text-color;
} }
} }
// 风格改变样式 // 风格改变样式
...@@ -273,26 +275,25 @@ ...@@ -273,26 +275,25 @@
background: @theme-color; background: @theme-color;
color: @text-color; color: @text-color;
} }
// .app-tree 组件 // .app-tree 组件
.app-tree { .app-tree {
width: 100%; width: 100%;
height: 100%; height: 100%;
.ok_button{ .ok_button {
background: @theme-color; background: @theme-color;
color: @text-color; color: @text-color;
} }
} }
// app-mob-group-picker组件 // app-mob-group-picker组件
.ibiz-mob-group-picker{ .ibiz-mob-group-picker {
.ibiz-group-footer{ .ibiz-group-footer {
.van-button{ .van-button {
background: @theme-color; background: @theme-color;
color: @text-color; color: @text-color;
} }
} }
} }
// 用户自定义主题文件 // 用户自定义主题文件
.user_theme(@theme-color, @text-color); .user_theme(@theme-color, @text-color);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册