index.scss 754 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @import "../shipmentAnalysis/index.scss";
  2. .tabs {
  3. display: flex;
  4. margin-bottom: 0;
  5. .tab {
  6. line-height: 34rpx;
  7. font-family: PingFang SC, PingFang SC;
  8. font-size: 24rpx;
  9. color: #999999;
  10. margin-right: 40rpx;
  11. }
  12. .active {
  13. font-family: PingFang SC, PingFang SC;
  14. font-size: 24rpx;
  15. color: #1965E8;
  16. }
  17. }
  18. .item {
  19. position: relative;
  20. .but {
  21. display: flex;
  22. align-items: center;
  23. position: absolute;
  24. bottom: 20rpx;
  25. right: 20rpx;
  26. font-family: PingFang SC, PingFang SC;
  27. font-weight: 400;
  28. font-size: 20rpx;
  29. line-height: 20rpx;
  30. color: #3874F6;
  31. .iconfont {
  32. color: #333333;
  33. transform: scaleX(-1);
  34. font-size: 26rpx;
  35. }
  36. }
  37. }
  38. .chart {
  39. height: 700rpx;
  40. width: 100%;
  41. ec-canvas {
  42. width: 100%;
  43. height: 100%;
  44. }
  45. }