page { background: #F5F5F5; } .dete { /* flex: 2; */ width: 15%; text-align: center; background: #FF7F00; height: 60rpx; line-height: 60rpx; color: #ffffff; letter-spacing: 1rpx; border-radius: 15rpx; margin-right: 20rpx; } .slot-wrap { /* display: flex; */ /* align-items: center; */ /* 如果您想让slot内容占满整个导航栏的宽度 */ /* flex: 1; */ /* 如果您想让slot内容与导航栏左右有空隙 */ /* padding: 0 30rpx; */ width: 100%; text-align: center; margin-left: 100rpx; letter-spacing: 2rpx; font-weight: bold; font-size: 30rpx; } .takeaddress { width: 100%; } .part1 { width: 100%; background: #ffffff; margin-top: 24rpx; padding-bottom: 40rpx; } .btn { width: 90%; height: 80rpx; background: #FF7F00; border-radius: 14rpx; margin: 0 auto; color: white; text-align: center; line-height: 80rpx; letter-spacing: 2rpx; margin-top: 40rpx; } .part2 { width: 100%; background: #ffffff; margin-top: 10rpx; } .address1 { width: 90%; margin: 0 auto; font-size: 37rpx; font-weight: bold; padding-top: 30rpx; } .address_box { display: flex; padding-bottom: 30rpx; padding-top: 30rpx; width: 100%; } .address_left { /* flex: 2; */ width: 15%; display: flex; justify-content: center; align-items: center; } .address_right { /* flex: 10; */ width: 80%; font-size: 31rpx; overflow: hidden; } .add { /* color: #333333; */ /* font-size: 31rpx; */ /* letter-spacing: 1upx; */ } .name { display: inline; font-size: 34rpx; color: #999999; } .number { display: initial; color: #999999; font-size: 34rpx; margin-left: 30rpx; } .u-icon__icon { font-size: 45rpx !important; } .u-field { padding: 35rpx 28rpx !important; } .u-label { flex: 0 0 42px !important; } .u-field__input-wrap { font-size: 30rpx !important; } .u-textarea-class { font-size: 30rpx !important; }