fx-form-widget
Version:
32 lines (27 loc) • 440 B
text/less
@prefix-cls: address-input;
.address_selection_wrapper {
width: 100%;
.detail_address {
margin-top: 5px;
}
}
.address-selection {
flex: 1;
position: relative;
};
.@{prefix-cls} {
&-wrap {
display: flex;
align-items: center;
margin-top: 20px;
}
}
.address-input-wrap {
position: relative;
.address-input-title {
position: absolute;
left: -5em;
padding-right: 14px;
color: #262626;
}
}