bindPhone.wxss 779 B

123456789101112
  1. page{background: #fff;}
  2. .content-pad{padding: 48rpx;}
  3. .cell-title{width: 160rpx;}
  4. .flex{display: flex; justify-content: space-between; align-items: center;}
  5. .cell-value-input{height: 44rpx; line-height: 44rpx; width: 100%; flex-shrink: 1; text-align: left;}
  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; white-space: nowrap; margin-left: 20rpx; flex-shrink: 0;}
  8. .cell-value-button.button-warn{border:2rpx solid #ee3a43; color: #fff;}
  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;}