小程序-添加收货地址

小程序-添加收货地址_第1张图片





    收货人
    
        
    


    联系电话
    
        
    


    选择城市
    
        
            {{region[0]}}{{region[1]}}{{region[2]}}
        
    


    收货地址
    
        
    


    楼牌门号
    
        
    

保存地址
@import "../../lib/style/iconfont.wxss";
@import "../../lib/style/base.wxss";
@import "../../lib/style/baseNavigationBar.wxss";
page {
    background-color: #f3f3f3;
}
.new_address {
    margin-top: 160rpx;
}
.address_msg {
    display: flex;
    align-items: center;
    background: white;
    padding: 20rpx;
    border-bottom: 2rpx solid #f3f3f3;
}
.address_msg:first-child {
    margin-top: 160rpx;
}
.address_msg:last-child {
    border-bottom: none;
}
.item_msg {
    width: 20%;
}
.keeps_address {
    width: 90%;
    margin: auto;
    height: 88rpx;
    line-height: 88rpx;
    text-align: center;
    background: white;
    color: #ad0e12;
    border-radius: 10rpx;
    margin-top: 20rpx;
    letter-spacing: 1px;
}

 

你可能感兴趣的:(懒得写页面)