/* pages/my/addAddress/addAddress.wxss */ .radio{ display: block; text-align: right; margin: 30rpx 20rpx 50rpx 0; } .info{ width: 85%; display: flex; justify-content: space-between; align-items: center; margin: 30rpx auto; } .info .input{ width: 450rpx; height: 100rpx; background: #F2F2F2; border-radius: 10rpx; padding-left: 20rpx; }