mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-29 01:39:15 +08:00
[improvement] Cell: update style (#1111)
This commit is contained in:
parent
7c11c5c338
commit
8033a8f003
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user