123456789101112 |
- page{background: #fff;}
- .content-pad{padding: 48rpx;}
- .cell-title{width: 160rpx;}
- .flex{display: flex; justify-content: space-between; align-items: center;}
- .cell-value-input{height: 44rpx; line-height: 44rpx; width: 100%; flex-shrink: 1; text-align: left;}
- .cell:last-child::after,.cell::after{border-bottom:2rpx solid #E6E6E6;}
- .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;}
- .cell-value-button.button-warn{border:2rpx solid #ee3a43; color: #fff;}
- .cell-value-button.button-gray{border:2rpx solid #999; color: #999;}
- .baby-tip{text-align:center; padding:120rpx 0;}
- .baby-tip image{width: 256rpx;height: 264rpx;}
|