WorkAnalysis.less 677 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .box {
  2. background: #064779;
  3. padding: 22px;
  4. border-radius: 5px;
  5. padding-bottom: 5px;
  6. margin-bottom: 16px;
  7. }
  8. .title {
  9. font-size: 28px;
  10. color: #329bfe;
  11. line-height: 38px;
  12. }
  13. .list {
  14. margin: 0;
  15. padding: 0;
  16. padding-left: 10px;
  17. li {
  18. display: flex;
  19. justify-content: space-between;
  20. align-items: center;
  21. font-size: 24px;
  22. border-bottom: 1px solid #2a6fa3;
  23. padding: 15px 0;
  24. &:last-child {
  25. border-bottom: none;
  26. }
  27. }
  28. .listTitle {
  29. color: #fff;
  30. }
  31. .btn {
  32. cursor: pointer;
  33. display: flex;
  34. align-items: center;
  35. line-height: 1;
  36. }
  37. .icon {
  38. color: #fff;
  39. margin-left: 20px;
  40. font-size: 24px;
  41. }
  42. }