mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-30 02:09:16 +08:00
[improvement] Cell: update style (#1111)
This commit is contained in:
parent
7c11c5c338
commit
8033a8f003
@ -25,9 +25,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__label {
|
&__label {
|
||||||
|
color: @gray-dark;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
margin-top: 3px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: @gray-darker;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__title,
|
&__title,
|
||||||
@ -40,6 +41,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__value {
|
&__value {
|
||||||
|
color: @gray-dark;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -100,5 +102,9 @@
|
|||||||
.van-cell__title {
|
.van-cell__title {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.van-cell__label {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user