Sanakey
2020-10-13 245dd6f1b9a206019ba1680b5214d3bbcd870d72
pages/address/address.wxss
@@ -4,6 +4,9 @@
    background-color: #f5f5f9;
    justify-content: initial;
}
.padding{
    padding: 20rpx;
}
.form-box{
    width:100%;
    background-color: #fff;
@@ -83,4 +86,15 @@
}
.hui{
    color: #777;
}
.address-cell .van-cell__value{
    max-width: 150rpx;
}
.address-cell .van-cell__title{
    max-width: 500rpx;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 28rpx;
}