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

样式优化

上级 2923cbb1
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
} }
} }
>ion-item-divider { >ion-item-divider {
--background: #f5f4f9; --background: @color-main-background;
--color: #111111; --color: @color-main-color;
font-size: 16px; font-size: 16px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
} }
ion-col { ion-col {
padding: 10px; padding: 10px 10px 20px 10px;
} }
} }
\ No newline at end of file
...@@ -164,7 +164,13 @@ ion-toolbar { ...@@ -164,7 +164,13 @@ ion-toolbar {
} }
// 图标 // 图标
.ibiz-button-icon{ .ibiz-button-icon {
font-size: 16px; font-size: 16px;
margin: 4px; margin: 4px;
} }
\ No newline at end of file
// 主背景色
ion-content {
--background: @color-main-background;
background: @color-main-background;
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册