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

样式优化

上级 e71a4aea
...@@ -8,17 +8,18 @@ ...@@ -8,17 +8,18 @@
position: absolute; position: absolute;
right: 10px; right: 10px;
} }
.form-group-content{ .form-group-content {
width: 100%; width: 100%;
} }
.group-title{ .group-title {
display: flex; display: flex;
font-weight: 700;
align-items: center; align-items: center;
.group-title-icon{ .group-title-icon {
margin-right: 2px; margin-right: 2px;
} }
} }
>ion-item-divider { > ion-item-divider {
--background: @color-main-background; --background: @color-main-background;
--color: @color-main-color; --color: @color-main-color;
font-size: 16px; font-size: 16px;
...@@ -26,30 +27,30 @@ ...@@ -26,30 +27,30 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
} }
.actiongroup{ .actiongroup {
position: absolute; position: absolute;
right: 10px; right: 10px;
font-size: 1rem; font-size: 1rem;
color: #4285F4; color: #4285f4;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
.groupbox{ .groupbox {
margin-right: 5px; margin-right: 5px;
ion-icon{ ion-icon {
position: relative; position: relative;
top: 2px; top: 2px;
} }
.van-button{ .van-button {
height: 100%; height: 100%;
background-color: transparent; background-color: transparent;
border: none; border: none;
color: #4285F4; color: #4285f4;
padding-left: 0; padding-left: 0;
} }
} }
} }
.closemode{ .closemode {
right: 40px; right: 40px;
} }
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册