提交 c9affaf8 编写于 作者: guangjun.yang's avatar guangjun.yang

申请编辑页面样式

上级 8bb3d6cd
...@@ -103,10 +103,10 @@ ...@@ -103,10 +103,10 @@
// } // }
// .van-hairline--top { // .van-hairline--top {
// } // }
.van-field__label, .van-field__body { // .van-field__label, .van-field__body {
height: px2rem(15px) !important; // height: px2rem(15px) !important;
line-height: px2rem(15px) !important; // line-height: px2rem(15px) !important;
} // }
.van-cell__title span { .van-cell__title span {
font-weight: 700 !important; font-weight: 700 !important;
} }
\ No newline at end of file
...@@ -170,16 +170,26 @@ export default { ...@@ -170,16 +170,26 @@ export default {
line-height: px2rem(21px); line-height: px2rem(21px);
color: #979899; color: #979899;
} }
.van-cell__title .van-field__label {
line-height: px2rem(30px) !important;
height: px2rem(20px) !important;
}
.van-cell { .van-cell {
padding: px2rem(20px) 0 !important; padding: px2rem(20px) 0 !important;
font-size: px2rem(15px) !important; font-size: px2rem(15px) !important;
color: #373839 !important; color: #373839 !important;
} }
.van-cell__title span { .van-cell__title span {
font-weight: 400 !important; font-weight: 400 !important;
}
.van-field__body {
line-height: px2rem(30px) !important;
height: px2rem(20px) !important;
} }
.van-field__control { .van-field__control {
line-height: px2rem(40px); padding-top: px2rem(8px) !important;
line-height: px2rem(20px) !important;
font-size: px2rem(15px);
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册