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

默认样式

上级 3298ff40
...@@ -5,14 +5,27 @@ ...@@ -5,14 +5,27 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
.view-title{
background-color: @color-primary;
color: @color-tertiary-contrast;
}
.view-header { .view-header {
position: absolute; position: absolute;
top: 0; top: 0;
width: 100%; width: 100%;
z-index: 1; z-index: 1;
ion-buttons{
ion-button{
color: @color-tertiary-contrast;
}
}
.van-button{ .van-button{
height: @nav-bar-height; height: @nav-bar-height;
line-height: @nav-bar-height; line-height: @nav-bar-height;
color: @color-tertiary-contrast;
} }
.app-view-lefttoolbar{ .app-view-lefttoolbar{
height: @nav-bar-height; height: @nav-bar-height;
...@@ -57,12 +70,13 @@ ...@@ -57,12 +70,13 @@
} }
} }
> .view-footer{ > .view-footer{
color: @color-tertiary-contrast;
.bottom_menu{ .bottom_menu{
text-align: center; text-align: center;
margin: 0 4px 4px 4px; margin: 0 4px 4px 4px;
ion-button{ ion-button{
width: calc(50% - 4px); width: calc(50% - 4px);
--border-radius: 0; --border-radius:0;
} }
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册