/* pages/addAddress/addAddress.wxss */ page{padding-bottom: 120rpx;} .wxaddr{height: 100rpx;background: #E0E0E0;align-items: center;justify-content: space-between;padding: 0 30rpx;} .wxaddr text{display: block;font-size: 30rpx;color: #333;font-weight: bold;} .wechat{width: 181rpx;height: 54rpx;border-radius: 10rpx;background: #2AA147;font-size: 24rpx;color: #fff;align-items: center;justify-content: center;} .wechat image{width: 41rpx;height: 33rpx;margin-right: 8rpx;} .list{background: #fff;margin: 20rpx 0 0;} .list .li{border-bottom: 1rpx solid #F4F6FA;height: 100rpx;display: flex;display: -webkit-flex;align-items: center;padding: 0 30rpx;} .list .li text{display: block;font-size: 28rpx;color: #333;} .item{flex: 1;-webkit-flex: 1;font-size: 28rpx;color: #333;text-align: right;} .item input{width: 100%;text-align: right;font-size: 28rpx;color: #333;} .rico{display: block;width: 16rpx;height: 26rpx;margin-left: 20rpx;} .she{justify-content: flex-end;display: flex;display: -webkit-flex;} .check{width: 34rpx;height: 34rpx;} .loca{width: 48rpx;height: 48rpx;padding-left: 20rpx;} .submit{position: fixed;left: 40rpx;right: 40rpx;bottom: 60rpx;height: 100rpx !important;line-height: 100rpx !important;background: #FE0419;font-size: 36rpx;color: #fff;text-align: center;border-radius: 10rpx !important;}