.content{ min-height: 100vh; background: #f7f8f9; padding-top: 30rpx; box-sizing: border-box; } /* 收货地址 */ .site-form{ background: white; border-radius: 20rpx; margin: 0 30rpx; padding: 20rpx 0; } .site-input{ display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx;} .site-input label{ width: 170rpx; font-size: 30rpx; color: #333; line-height: 90rpx; } .site-input input{ width: calc(100% - 170rpx); font-size: 30rpx; } .site-input picker{ width: calc(100% - 170rpx); } .picker{ padding-right: 90rpx; width: 100%; box-sizing: border-box; position: relative; } .picker-icon{ width: 32rpx; height: 32rpx; position: absolute; right: 0; top: 50%; margin-top: -16rpx; } .site-switch{ display: flex; align-items: center; justify-content: space-between; padding: 0 30rpx; height: 90rpx; color: #333; } /* 保存地址 */ .site-btn{ padding: 50rpx 30rpx 30rpx; } .site-btn button[size="mini"]{ background: #e92152; height: 90rpx; line-height: 90rpx; width: 100%; vertical-align: top; border-radius: 45rpx; color: white; font-size: 32rpx; } .site-btn button[size="mini"][disabled] { background: #e92152; color: #fff; opacity: .5; } .site-del{ margin: 0 30rpx; line-height: 90rpx; text-align: center; color: #e92152; background: white; border-radius: 45rpx; }