.content{ background: #f7f8f9; min-height: 100vh; padding: 30rpx; box-sizing: border-box; } /* 绑定银行卡 */ .form{ background: white; border-radius: 20rpx; padding: 15rpx 0; } .form-item{ display: flex; justify-content: space-between; padding: 0 30rpx; height: 90rpx; line-height: 90rpx; align-items: center; } .form-label{ width: 180rpx; font-size: 30rpx; } .form-intpu{ width: calc(100% - 180rpx); height: 90rpx; line-height: 90rpx; font-size: 30rpx; } .form-picker{ width: calc(100% - 180rpx); position: relative; } .form-picker-text{ line-height: 90rpx; height: 90rpx; font-size: 30rpx; } .form-picker-icon{ width: 48rpx; height: 48rpx; position: absolute; right: 0; top: 50%; margin-top: -24rpx; } /* 确认添加 */ .btn{ margin-top: 50rpx; } .btn button[size="default"]{ background: #da2b54; width: 100%; height: 90rpx; line-height: 90rpx; padding: 0; border-radius: 45rpx; color: white; font-size: 32rpx; }