vant/packages/vant-css/src/address-edit.css
neverland 47576ec47c [breaking change] remove reset.css dependencies (#196)
* [breaking change] remove reset.css dependencies

* [bugfix] Doc footerNav not show

* [bugfix] PasswordInput Doc link
2017-10-12 06:25:55 -05:00

67 lines
884 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 {
margin-left: -15px;
&::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;
}
}
}