1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-25 19:21:34 +08:00
2018-08-10 14:54:39 +08:00

15 lines
200 B
Plaintext

@import '../common/style/var.pcss';
@import '../common/style/hairline.pcss';
.van-panel {
background: $white;
&__header-value {
color: $red;
}
&__footer {
padding: 10px 15px;
}
}