2018-09-29 14:40:13 +08:00

14 lines
159 B
Plaintext

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