mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 03:16:35 +08:00
16 lines
176 B
CSS
16 lines
176 B
CSS
@import './common/var.css';
|
|
|
|
.van-panel {
|
|
background: $white;
|
|
|
|
&__header {
|
|
.van-cell__value {
|
|
color: $red;
|
|
}
|
|
}
|
|
|
|
&__footer {
|
|
padding: 10px 15px;
|
|
}
|
|
}
|