mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
21 lines
352 B
Plaintext
21 lines
352 B
Plaintext
@import '../style/var';
|
|
|
|
.van-address-edit {
|
|
&__buttons {
|
|
padding: @address-edit-buttons-padding;
|
|
|
|
.van-button {
|
|
margin-bottom: @address-edit-button-margin-bottom;
|
|
}
|
|
}
|
|
|
|
&-detail {
|
|
padding: 0;
|
|
|
|
&__finish {
|
|
color: @address-edit-detail-finish-color;
|
|
font-size: @address-edit-detail-fnish-font-size;
|
|
}
|
|
}
|
|
}
|