cash.css 690 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. body{
  2. background:#15102C;
  3. }
  4. .list{
  5. padding: 0 0.3rem;
  6. }
  7. .list ul{}
  8. .list ul li{
  9. height:1.42rem;
  10. border-bottom:1px solid rgba(245,245,245,0.1);
  11. }
  12. .list ul li p{
  13. line-height:30px;
  14. white-space: nowrap;
  15. overflow: hidden;
  16. text-overflow: ellipsis;
  17. }
  18. .list ul li .list_l{
  19. float:left;
  20. width:50%;
  21. }
  22. .list ul li .list_l p.money{
  23. color:#FB483A;
  24. font-size:0.4rem;
  25. line-height:1.42rem;
  26. }
  27. .list ul li .list_l p span{
  28. margin-right:0.05rem;
  29. }
  30. .list ul li .list_r{
  31. float:right;
  32. width:50%;
  33. }
  34. .list ul li .list_r p{
  35. text-align:right;
  36. color:#8B8B8B;
  37. font-size:0.3rem;
  38. line-height:0.71rem;
  39. }