mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-29 04:46:36 +08:00
65 lines
857 B
CSS
65 lines
857 B
CSS
@import './common/var.css';
|
|
|
|
.van-address-edit {
|
|
&__buttons {
|
|
padding: 20px 10px;
|
|
}
|
|
|
|
&__area {
|
|
.van-cell__title {
|
|
width: 90px;
|
|
}
|
|
|
|
.van-cell__value {
|
|
text-align: left;
|
|
|
|
span {
|
|
margin-right: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.van-button {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.van-icon-clear {
|
|
color: $gray-dark;
|
|
}
|
|
|
|
&-detail {
|
|
&__finish-edit {
|
|
color: $blue;
|
|
font-size: 12px;
|
|
}
|
|
|
|
&__suggest-list {
|
|
&::after {
|
|
border-top-width: 0;
|
|
}
|
|
}
|
|
|
|
&__location {
|
|
float: left;
|
|
font-size: 18px;
|
|
color: $gray-darker;
|
|
}
|
|
|
|
&__item-info {
|
|
margin-left: 26px;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
&__title {
|
|
font-size: 14px;
|
|
margin: 0 0 4px;
|
|
}
|
|
|
|
&__subtitle {
|
|
margin: 0;
|
|
font-size: 12px;
|
|
color: $gray-darker;
|
|
}
|
|
}
|
|
}
|