selectAddress.wxss 2.4 KB
/* pages/my/edit_address/edit_address.wxss */

page {
        background-color: #fafafa;
}

.banner {
        height: 86rpx;
        width: 100%;
        overflow: hidden;
        line-height: 80rpx;
        background: #fff;
        display: flex;
        font-size: 34rpx;
        color: #222;
        border-bottom: 1rpx solid #ededed;
        padding: 0 26rpx;
        box-sizing: border-box;
}

.coupons {
        font-weight: bold;
        margin: 0 auto;
}

.select_list {
        background-color: #fff;
        padding: 15rpx 27rpx;
        box-sizing: border-box;
}

.select_detail {
        display: flex;
        align-items: center;
        background-color: #f5f5f5;
        border-radius: 16rpx;
        padding: 0 28rpx;
        box-sizing: border-box;
}

.address_list {
        font-size: 26rpx;
        color: #222;
        display: flex;
        border-right: 1rpx solid #e1e1e1;
}
picker{
        white-space: nowrap
}
.icon-jiantouarrow486 {
        margin-right: 25rpx;
}

.input_box {
        width: 75%;
        margin-left: 18rpx;
        padding: 6rpx 0;
}

.search_area {
        font-size: 24rpx;
}

.font {
        font-size: 24rpx;
        color: #94999a;
}

.content_item {
        background-color: #fff;
        padding: 30rpx 25rpx;
        margin-bottom: 20rpx;
}

.current_position {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 29rpx;
}

.address, .address1 {
        font-size: 28rpx;
        font-weight: bold;
        color: #222;
}

.title {
        font-size: 24rpx;
        color: #949a9a;
}

.position {
        display: flex;
        align-items: center;
}

.icon-dingwei {
        font-size: 30rpx;
        color: #f44;
}

.to_reposition {
        font-size: 26rpx;
        color: #f44;
        margin-left: 11rpx;
}

.item_list1 {
        border-bottom: 1rpx solid #ededed;
}

.address1 {
        margin-top: 29rpx;
}

.person_information {
        font-size: 26rpx;
        color: #222;
        margin-top: 21rpx;
        margin-bottom: 29rpx;
}

.person_information1 {
        font-size: 26rpx;
        color: #222;
        margin-top: 21rpx;
}

.recommendation_box {
        font-size: 26rpx;
        color: #222;
        display: flex;
        flex-wrap: wrap;
        margin-top: 31rpx;
}

.recommendation_item {
        background: #f7f7f7;
        border-radius: 16rpx;
        padding: 13rpx 25rpx;
        margin-right: 20rpx;
        margin-bottom: 20rpx;
}