/*
 * @Author: juzhiqiang 
 * @Date: 2019-05-04 15:01:55 
 * @Email: 1020814597@qq.com 
 * @Last Modified by: juzhiqiang
 * @Last Modified time: 2019-05-06 15:57:45
 * @Remark:  user/addr
 */
body{
    background: #f0efef;
}

.addr-list{
    height: calc(100vh - 70px);
    overflow-y: auto!important;
}

.addr-add{
    position: fixed;
    border: 0;
    bottom: 10px;
    left: 50%;
    width: 80vw;
    transform: translate(-50%);
}

/* 编辑地址 */

.addr-edit .weui-cells{
    margin-top: 0;
}
.addr-edit .weui-cell_switch{
    background: #fff;
    margin-top: .4em;
}