shopcash.css 733 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. body{
  2. background:#110D24;
  3. }
  4. .list{
  5. background:#18152B;
  6. }
  7. .list ul{}
  8. .list ul li{
  9. padding:0 0.4rem 0 0.2rem;
  10. height:1.2rem;
  11. border-bottom:1px solid #110D24;
  12. }
  13. .list ul li p{
  14. line-height:0.6rem;
  15. white-space: nowrap;
  16. overflow: hidden;
  17. text-overflow: ellipsis;
  18. }
  19. .list ul li .list_l{
  20. float:left;
  21. width:60%;
  22. }
  23. .list ul li .list_l .top_left{
  24. color: #FFF;
  25. }
  26. .list ul li .list_l p.money{
  27. color:#969696;
  28. }
  29. .list ul li .list_l p span{
  30. display:inline-block;
  31. margin-right:0.2rem;
  32. width:0.8rem;
  33. text-align:right;
  34. }
  35. .list ul li .list_r{
  36. float:right;
  37. width:40%;
  38. }
  39. .list ul li .list_r p{
  40. text-align:right;
  41. color:#969696;
  42. }