add_address.wxss 1.6 KB

page {
    width: 100%;
    height: 100%;
}

.box {
    width: 100%;
    height: 200%;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding-left: 32rpx;
}

.list,.list_textarea {
    width: 100%;
    height: 122rpx;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 32rpx;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.list_textarea {
    height: 202rpx;
    align-items: flex-start;
    padding: 40rpx 32rpx 40rpx 0;
}

.list_left {
    min-width: 166rpx;
}


.list_right {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10ropx;
}

.area {
    flex: 1;
    font-size: 30rpx;
    color: rgba(19, 26, 46, 1);
    font-weight: bold;
}

.list_right_img {
    width: 48rpx;
    height: 48rpx;
}

.list_right_img image {
    display: block;
    width: 100%;
    height: 100%;
}

.list_right input,.list_textarea textarea {
    flex: 1;
    height: 100%;
    color: rgba(19, 26, 46, 1);
    font-size: 30rpx;
    font-weight: bold;
    display: block;
}

.list_textarea textarea {
    width: 100%;
}

.inut_plclass {
    font-weight: normal;
}

.add_btn_box {
    width: 100%;
    box-sizing: border-box;
    padding: 32rpx;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    bottom: 0;
    left: 0;
}

.add_btn {
    width: 100%;
    height: 80rpx;
    background: rgba(242, 0, 0, 1);
    border-radius: 40rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30rpx;
    color: rgba(255, 255, 255, 1);
}