mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
15 lines
198 B
CSS
15 lines
198 B
CSS
@import '../common/style/var.css';
|
|
@import '../common/style/hairline.css';
|
|
|
|
.van-panel {
|
|
background: $white;
|
|
|
|
&__header-value {
|
|
color: $red;
|
|
}
|
|
|
|
&__footer {
|
|
padding: 10px 15px;
|
|
}
|
|
}
|