[improvement] Cell: update style (#1111)

This commit is contained in:
neverland 2018-12-19 22:33:24 +08:00 committed by GitHub
parent 7c11c5c338
commit 8033a8f003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,10 @@
}
&__label {
color: @gray-dark;
font-size: 12px;
margin-top: 3px;
line-height: 18px;
color: @gray-darker;
}
&__title,
@ -40,6 +41,7 @@
}
&__value {
color: @gray-dark;
overflow: hidden;
text-align: right;
vertical-align: middle;
@ -100,5 +102,9 @@
.van-cell__title {
font-size: 16px;
}
.van-cell__label {
font-size: 14px;
}
}
}