addMoney.acss 274 B

1234567891011121314151617
  1. .footer{
  2. position: fixed;
  3. left: 0;
  4. right: 0;
  5. bottom: 0;
  6. background: #fff;
  7. padding: 10rpx;
  8. border-top: 1px solid #f1f1f1;
  9. }
  10. .footer view{
  11. border-radius: 6rpx;
  12. background: #26A2FF;
  13. color: #fff;
  14. height: 88rpx;
  15. text-align: center;
  16. line-height: 88rpx;
  17. }