style.less 435B

12345678910111213141516171819202122232425262728
  1. .wcard{
  2. display: flex;
  3. align-items: center;
  4. padding: 16px 32px;
  5. background: #fff;
  6. width: 320px;
  7. .wImg{
  8. width: 65px;
  9. height: 65px;
  10. margin-right: 64px;
  11. }
  12. .wright{
  13. text-align: right;
  14. .title{}
  15. .value{
  16. color:rgb(26, 182, 202);
  17. font-size: 30px;
  18. margin: 16px 0;
  19. }
  20. .percentage{
  21. color: gray;
  22. .wicon{
  23. width: 20px;
  24. height: 20px;
  25. }
  26. }
  27. }
  28. }