小程序农机手端

style.less 923B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .wallet{
  2. margin: 30px;
  3. font-weight: bold;
  4. .dayClass{
  5. height: 68px;
  6. background: #F8F8F8;
  7. font-size: 30px;
  8. color: #333333;
  9. line-height: 68px;
  10. margin-top: 30px;
  11. padding-left: 20px;
  12. }
  13. .walletCell{
  14. background: #FFF;
  15. box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
  16. font-weight: bold;
  17. display: flex;
  18. align-items: center;
  19. padding: 30px 20px;
  20. margin-bottom: 1px;
  21. .content{
  22. width: 63vw;
  23. font-size: 32px;
  24. line-height: 32px;
  25. color: #333;
  26. .withDrawalDetail{
  27. margin-top: 26px;
  28. font-style: 30px;
  29. color: #666;
  30. font-weight:400;
  31. overflow: hidden;
  32. text-overflow:ellipsis;
  33. white-space: nowrap;
  34. }
  35. }
  36. .money{
  37. font-size: 40px;
  38. color: #FF3F3F;
  39. position: absolute;
  40. right: 30px;
  41. }
  42. .revenue{
  43. font-size: 30px;
  44. color: #00AE3A;
  45. }
  46. }
  47. }