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

样式 && 格式化

上级 4d11404a
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
@import "./layout/index.less"; @import "./layout/index.less";
@import "./sysStyles.less"; @import "./sysStyles.less";
.ion-page.view-container { .ion-page.view-container {
height: 100%; height: 100%;
display: flex; display: flex;
...@@ -101,10 +100,10 @@ ion-action-sheet { ...@@ -101,10 +100,10 @@ ion-action-sheet {
--max-height: 60%; --max-height: 60%;
} }
// itme分割border颜色 // itme分割border颜色
ion-item{ ion-item {
--border-color:#dadada; --border-color: #dadada;
} }
ion-segment{ ion-segment {
width: 100%; width: 100%;
} }
.header-ios ion-toolbar:last-of-type { .header-ios ion-toolbar:last-of-type {
...@@ -118,7 +117,7 @@ button.alert-button.ion-focusable.ion-activatable.secondary.sc-ion-alert-ios { ...@@ -118,7 +117,7 @@ button.alert-button.ion-focusable.ion-activatable.secondary.sc-ion-alert-ios {
// 默认主题颜色 // 默认主题颜色
@default-active-color: @color-primary; @default-active-color: @color-primary;
@default-text-color: #fff; @default-text-color: #fff;
.theme(@default-active-color,@default-text-color); .theme(@default-active-color, @default-text-color);
// 默认布局 // 默认布局
@default-form-text-align: right; @default-form-text-align: right;
...@@ -133,20 +132,26 @@ button.alert-button.ion-focusable.ion-activatable.secondary.sc-ion-alert-ios { ...@@ -133,20 +132,26 @@ button.alert-button.ion-focusable.ion-activatable.secondary.sc-ion-alert-ios {
// --background: inherit; // --background: inherit;
// } // }
ion-toolbar{ ion-toolbar {
--padding-bottom: 0; --padding-bottom: 0;
--padding-end: 0; --padding-end: 0;
--padding-start: 0; --padding-start: 0;
--padding-top: 0; --padding-top: 0;
} }
.van-cell::after { .van-cell::after {
border: 0; border: 0;
} }
// 搜索表单高度 // 搜索表单高度
.searchform{ .searchform {
.searchform_content{ .searchform_content {
height: calc(100% - 90px); height: calc(100% - 100px);
} }
} .search-btn {
\ No newline at end of file display: flex;
justify-content: center;
ion-button {
width: 50%;
}
}
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册