2018-09-28 15:18:24 +08:00

15 lines
200 B
Plaintext

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