mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-28 04:16:35 +08:00
36 lines
452 B
CSS
36 lines
452 B
CSS
@import './common/var.css';
|
|
|
|
.van-address-edit {
|
|
&__buttons {
|
|
padding: 30px 15px;
|
|
|
|
.van-button {
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
&__area {
|
|
.van-cell__title {
|
|
max-width: 90px;
|
|
}
|
|
|
|
.van-cell__value {
|
|
text-align: left;
|
|
|
|
span {
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.van-icon-clear {
|
|
color: $gray-dark;
|
|
}
|
|
|
|
&-detail__finish {
|
|
color: $blue;
|
|
font-size: 12px;
|
|
display: block;
|
|
}
|
|
}
|