mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
@import '../common/style/var.less';
|
|
|
|
.van-cell-group {
|
|
&__title {
|
|
font-size: 14px;
|
|
padding: 15px 15px 5px;
|
|
color: @gray-dark;
|
|
line-height: 16px;
|
|
}
|
|
}
|