shareCash.wxss 915 B

1234567891011
  1. .cash-text{padding-bottom: 20rpx; margin:10rpx 20rpx 60rpx; line-height: 48rpx;text-align: center;}
  2. .rule-text-line{border-bottom: 1px solid #E9E9E9;}
  3. .cash-from{padding: 12rpx 0; font-size: 24rpx; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;-moz-box-sizing: border-box; box-sizing: border-box;-webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
  4. .cash-from .cash-from-title{width: 40%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1;}
  5. .placeholder{text-align: left;}
  6. .list-block{margin: 0 40rpx;}
  7. .radio{margin-right: 40rpx;}
  8. .radio:last-child{margin-right: 0;}
  9. input{background: #E9E9E9;}
  10. .cash{text-align: center; padding: 40rpx 0;}
  11. .cash image{width: 258rpx; height: 263rpx;}