page,view,image,input { display: block; box-sizing: border-box; } .weui-cell__hd_in-select-after { padding-left: 32rpx; } .weui-select { padding-left: 0; } .read-wx { padding-left: 32rpx; font-size: 28rpx; color: #e64340; } .space { width: 100vw; height: 16rpx; } .form-box { width: 100vw; background-color: #fff; margin-top: 16rpx; } .row-wrap { height: 88rpx; line-height: 88rpx; padding: 0 32rpx; border-bottom: 1rpx solid #eee; display: flex; font-size: 28rpx; } .row-wrap .label { width: 160rpx; color: #333; } .row-wrap .label-right { flex: 1; height: 88rpx; line-height: 88rpx; } .row-wrap .label-right input { height: 100%; font-size: 28rpx; padding-right: 30rpx; } .row-wrap .right-box { margin-right: 30rpx; } .arrow-right { width: 15rpx; height: 24rpx; } .save-btn, .cancel-btn { width: 690rpx; height: 80rpx; line-height: 80rpx; text-align: center; margin-top: 30rpx; border-radius: 6rpx; box-sizing: border-box; } .save-btn { background-color: #e64340; color: #fff; } button[type="default"] { background-color: #fff; color: #000; } .addr-details { height: auto; padding: 30rpx 0; margin-left: 30rpx; border-bottom: 1rpx solid #eee; display: flex; font-size: 28rpx; } .addr-details .label { margin: auto 0 auto 0; width: 160rpx; color: #000; } .addr-details textarea { box-sizing: border-box; width: 480rpx; overflow: scroll; } picker { min-width: 20rpx; height: 100%; margin-right: 20rpx; } .hui { color: #777; } .showRegionSelect { margin-left: 32rpx; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }