mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
21 lines
242 B
Plaintext
21 lines
242 B
Plaintext
@import '../style/var';
|
|
|
|
.van-address-edit {
|
|
&__buttons {
|
|
padding: 30px 15px;
|
|
|
|
.van-button {
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
&-detail {
|
|
padding: 0;
|
|
|
|
&__finish {
|
|
color: @blue;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|