You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

50 lines
614 B

.btn-area {
position: fixed;
bottom: 0;
width: 100%;
}
.btn-area button {
border-radius: 0;
}
.section {
display: flex;
margin: 15rpx;
}
.section__title {
width: 200rpx;
padding: 15rpx;
}
picker {
}
.picker-view {
border: 1rpx solid lightgrey;
display: flex;
flex-direction: row;
padding: 15rpx;
width: 440rpx;
justify-content: space-between;
}
.detail-address {
margin: 15rpx;
}
.detail-address .section_title {
padding: 15rpx;
}
.detail-address input {
margin: 15rpx;
padding: 15rpx;
border: 1rpx solid lightgrey;
}
.select-icon {
height: 20rpx;
width: 34rpx;
}