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

样式优化

上级 acda20aa
......@@ -31,7 +31,7 @@
margin: 10px 0;
color: #565656;
&:active{
background: #F4F3F8;
background: @color-main-background;
box-shadow: -1px -1px -2px rgba(255, 255, 255, 0.2);
transition: all 0.25s linear;
}
......@@ -52,7 +52,7 @@
font-size: 16px;
margin: 10px 0;
color: #333;
background-color:#F4F3F8;
background-color:@color-main-background;
.text{
color: #565656;
}
......
.app-setting {
background: #f4f3f8;
background: @color-main-background;
.content {
width: 100%;
height: 100%;
......@@ -25,7 +25,7 @@
}
}
.content-list-item-content:active{
background: #f4f3f8;
background: @color-main-background;
}
}
}
......@@ -34,9 +34,9 @@
--padding-start: 0 !important;
--border-style: 0;
color: #565656;
--color-activated: #f4f3f8;
--color-focused: #f4f3f8;
--color-hover:#f4f3f8;
--color-activated: @color-main-background;
--color-focused: @color-main-background;
--color-hover:@color-main-background;
}
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
ion-segment{
height: 40px;
width: 100%;
--background: #f4f3f8;
--background: @color-main-background;
border-radius: 0;
ion-segment-button{
box-sizing: border-box;
......@@ -11,7 +11,7 @@
--border-radius: 0;
--indicator-box-shadow:#7eb4e6;
--color-checked:#7eb4e6;
--indicator-color: #f4f3f8;
--indicator-color: @color-main-background;
--border-style:none;
margin-top: 0;
margin-bottom: 2px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册