index.wxss 2.0 KB

1234567891011121314151617181920212223242526272829
  1. .mine { text-align: center; margin: auto; background-color: #f5f5f5; }
  2. .mine .banner { width: 100%; height: 360rpx; margin: 20rpx auto; background-color: #fff; }
  3. .mine .content { width: 100%; height: 200rpx; background-color: #fff; margin-top: 20rpx; padding-top: 20rpx; }
  4. .mine .content .btn { width: 300rpx; height: 100rpx; line-height: 100rpx; margin: auto; background-color: #e93323!important; color: #fff; border-radius: 45rpx; }
  5. .mine .content .bottom { display: flex; }
  6. .mine .content .bottom .space { width: 100%; flex-shrink: 2; }
  7. .mine .content .bottom .rule { font-size: 32rpx; text-decoration: underline; width: 156rpx; margin-right: 46rpx; }
  8. .mine .details { width: 100%; background-color: #fff; margin-top: 20rpx; display: flex; height: 120rpx; padding-top: 10rpx; padding-bottom: 10rpx;}
  9. .mine .details .totals { flex-shrink: 2; margin-left: 32rpx; width: 50%; text-align: left; display: flex; }
  10. .mine .details .totals image { width: 86rpx; height: 86rpx; }
  11. .mine .details .totals .text { margin-left: 20rpx; }
  12. .mine .details .totals .title { font-size: 28rpx; }
  13. .mine .details .totals .value { font-size: 40rpx; }
  14. .mine .details .totals .value .bit { font-weight: bold; margin-left: 8rpx; }
  15. .mine .details .progress { text-align: left; }
  16. .mine .details .progress .title { font-size: 28rpx; }
  17. .mine .details .progress .value { font-size: 40rpx; }
  18. .mine .details .progress .value .bit { font-weight: bold; margin-left: 8rpx; }
  19. .mine .history { width: 100%; background-color: #fff; margin-top: 20rpx; }
  20. .mine .history .title { height: 88rpx; width: 431rpx; margin: auto; margin-bottom: 20rpx; }
  21. .mine .history .title image { width: 100%; height: 100%; }
  22. .mine .history .noRecord { margin-top: 42rpx; color: gray; }
  23. .mine .history .item { height: 64rpx; line-height: 64rpx; margin-top: 10rpx; text-align: left; margin-left: 64rpx; }
  24. .mine .history .item .out { color: red; }
  25. .mine .history .item .in { color: green; }
  26. .mine .history .item .symbol { margin-left: 12rpx; }
  27. .mine .history .item .icon { width: 48rpx; height: 48rpx; margin-left: 12rpx; margin-right: 12rpx; }