/* pages/member/address/myinfo/myinfo.wxss */ page { background: #fff; } .deliveryinp { display: flex; align-items: center; padding: 28rpx; } .deliveryinp .right { flex: 1; margin-left: 20rpx; } .alterAddress .info_box { background: #fff; padding-left: 28rpx; } .alterAddress .info_box .info_list { border-bottom: solid 2rpx #ebebeb; font-size: 32rpx; } .address_addnav1 { width: 90%; margin: 40rpx auto; background: #f15353; color: #fff; text-align: center; height: 90rpx; line-height: 90rpx; border-radius: 12rpx; font-size: 32rpx; } .agreement { color: #666; padding: 0 40rpx; } .agreement .h1 { font-size: 30rpx; line-height: 60px; } .agreement .p { font-size: 26rpx; }