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

布局样式优化--

上级 d3805466
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
width: 100%; width: 100%;
font-size: 15px; font-size: 15px;
.app-form-item-label-required { .app-form-item-label-required {
color: red; color: #ea3424;
} }
.prompt_text{ .prompt_text{
position: absolute; position: absolute;
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
opacity: 0.8; opacity: 0.8;
font-size: 12px; font-size: 12px;
bottom: 0px; bottom: 0px;
color: red; color: #ea3424;
z-index: 10; z-index: 10;
} }
.prompt_text_right{ .prompt_text_right{
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
opacity: 0.8; opacity: 0.8;
font-size: 12px; font-size: 12px;
bottom: 0px; bottom: 0px;
color: red; color: #ea3424;
z-index: 10; z-index: 10;
} }
.sc-ion-label-ios-h{ .sc-ion-label-ios-h{
...@@ -28,13 +28,7 @@ ...@@ -28,13 +28,7 @@
} }
.app-form-item.item-has-value { .app-form-item.item-has-value {
>ion-label { >ion-label {
color: #666666; color: #888888;
font-size: 15px;
}
}
.app-form-item.item-has-focus {
>ion-label {
color: #108cee ;
font-size: 15px; font-size: 15px;
} }
} }
...@@ -42,9 +36,11 @@ ...@@ -42,9 +36,11 @@
ion-label{ ion-label{
min-width: 34px; min-width: 34px;
} }
.layout(left);
} }
.left{ .left{
.app-form-item-input{ .app-form-item-input{
text-align: right; text-align: left;
} }
} }
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
max-width: 100%; max-width: 100%;
} }
ion-select::part(text) { ion-select::part(text) {
text-align: right;
padding-right: 8px; padding-right: 8px;
} }
ion-select::part(icon) { ion-select::part(icon) {
......
...@@ -167,20 +167,12 @@ ...@@ -167,20 +167,12 @@
} }
} }
} }
ion-action-sheet{
--button-color:@theme-color;
}
ion-alert{
.alert-button{
color: @theme-color ;
}
[aria-checked=true].sc-ion-alert-ios .alert-checkbox-icon.sc-ion-alert-ios{
background-color: @theme-color ;
border-color: @theme-color ;
}
}
ion-checkbox{
--background-checked : @theme-color ;
--border-color-checked: @theme-color ;
}
} }
// 布局公共函数
.layout(@form-text-align){
.app-mobile-select ion-select::part(text) {
text-align: @form-text-align;
padding-right: 8px;
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册