index.wxss 558 B

1234567891011121314151617181920212223242526272829303132333435
  1. .score {
  2. display: flex;
  3. flex-direction: column;
  4. width: 750rpx;
  5. padding-top:50rpx;
  6. height: 150rpx;
  7. background-color: #e85654;
  8. text-align: center;
  9. font-size: 14px;
  10. line-height: 30px;
  11. color:#fff;
  12. }
  13. .no-data {
  14. margin-top: 100rpx;
  15. text-align: center;
  16. font-size: 13px;
  17. color:#ccc;
  18. }
  19. .cashlogs {
  20. display: flex;
  21. font-size: 12px;
  22. margin-top: 20rpx;
  23. padding-bottom: 20rpx;
  24. border-bottom: 1px solid #eee;
  25. line-height: 20px;
  26. }
  27. .cashlogs .profile {
  28. width:600rpx;
  29. padding-left: 30rpx;
  30. }
  31. .cashlogs .amount {
  32. width:150rpx;
  33. }