mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
13 lines
186 B
Plaintext
13 lines
186 B
Plaintext
@import '../style/var';
|
|
|
|
.van-cell-group {
|
|
background-color: @white;
|
|
|
|
&__title {
|
|
font-size: 14px;
|
|
padding: 15px 15px 5px;
|
|
color: @gray-dark;
|
|
line-height: 16px;
|
|
}
|
|
}
|