password.wxss 755 B

1234567891011
  1. page{background: white;}
  2. .content-pad{padding: 30rpx;}
  3. .cell-value-label{min-width: 160rpx;display: inline-block;vertical-align: middle;}
  4. .cell-value-input{display: inline-block;vertical-align: middle;width: 240rpx;height: 44rpx;padding: 22rpx 0;}
  5. .cell,.cell-value{padding: 0;}
  6. .cell:last-child::after,.cell::after{border-bottom:2rpx solid #E6E6E6;}
  7. .cell-value-button{padding: 0 20rpx;border-radius: 32rpx;vertical-align: middle;line-height: 56rpx;margin: 16rpx 0;font-size: 28rpx;background-color:#fff;}
  8. .cell-value-button.button-warn{border:2rpx solid var(--subtitleColor); color: #000;}
  9. .cell-value-button.button-gray{border:2rpx solid #999; color: #999;}
  10. .baby-tip{text-align:center; padding:120rpx 0;}
  11. .baby-tip image{width: 256rpx;height: 264rpx;}