add_address.wxss 1.05 KB
page {
    background: white;
}

.item {
    float: left;
    padding: 0 30rpx;
    width: 100%;
    box-sizing: border-box;
    font-size: 30rpx;
    border-bottom: 1rpx #f5f5f5 solid;
    line-height: 100rpx;
    height: 100rpx;
    position: relative;
}

.item-name {
    float: left;
}

.item-input {
    float: left;
    height: 100rpx;
    width: 450rpx;
    margin-left: 20rpx;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-switch {
    float: right;
}

.arrow {
    position: absolute;
    right: 30rpx;
    width: 32rpx;
    height: 32rpx;
    padding-top: 30rpx;
}

.address-btns {
    position: absolute;
    bottom: 80rpx;
    float: left;
    width: 100%;
    padding: 10rpx 0;
}

.delete-btn {
    float: left;
    width: 40%;
    margin: 0 10% 0 5%;
    border-radius: 10rpx;
    color: #999;
    border: 1px solid #f2f2f2;
}

.submit-btn {
    float: left;
    width: 40%;
    background-color: #e30000;
    color: white;
    border-radius: 10rpx;
}

@import "../../../utils/regions/regions.wxss";