mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
14 lines
159 B
Plaintext
14 lines
159 B
Plaintext
@import '../common/style/var.less';
|
|
|
|
.van-panel {
|
|
background: @white;
|
|
|
|
&__header-value {
|
|
color: @red;
|
|
}
|
|
|
|
&__footer {
|
|
padding: 10px 15px;
|
|
}
|
|
}
|