WorkAnalysis.less 746 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .box {
  2. border-radius: 0.05rem;
  3. padding-bottom: 0.05rem;
  4. margin-bottom: 0.25rem;
  5. }
  6. .title {
  7. font-size: 0.3rem;
  8. color: #4a90e2;
  9. line-height: 0.4rem;
  10. padding-left: 0.3rem;
  11. padding-top: 0.36rem;
  12. }
  13. .list {
  14. margin: 0;
  15. padding: 0;
  16. padding-left: 0.1rem;
  17. li {
  18. display: flex;
  19. justify-content: space-between;
  20. align-items: center;
  21. font-size: 0.26rem;
  22. border-bottom: 0.01rem solid #dbdbdb;
  23. padding: 0.2rem 0;
  24. padding-left: 0.38rem;
  25. &:last-child {
  26. border-bottom: none;
  27. }
  28. }
  29. .listTitle {
  30. color: #4a4a4a;
  31. }
  32. .btn {
  33. cursor: pointer;
  34. display: flex;
  35. align-items: center;
  36. line-height: 1;
  37. }
  38. .icon {
  39. color: #fff;
  40. margin-left: 0.2rem;
  41. font-size: 0.24rem;
  42. }
  43. }