scene-report.wxss 684 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .sub-title {
  2. font-size: 34rpx;
  3. color: #131d34;
  4. margin-bottom: 32rpx;
  5. font-weight: bold;
  6. }
  7. .data-num-w {
  8. display: flex;
  9. width: 100%;
  10. justify-content: space-between;
  11. margin: 42rpx 0 32rpx;
  12. flex-wrap: wrap;
  13. border-bottom: 2rpx solid #F7F7F7;
  14. padding-bottom: 34rpx;
  15. }
  16. .data-num {
  17. flex: 0 0 25%;
  18. text-align: center;
  19. }
  20. .data-num .value {
  21. width: 120rpx;
  22. height: 120rpx;
  23. line-height: 120rpx;
  24. text-align: center;
  25. border-radius: 50%;
  26. color: #17D2D2;
  27. background: rgba(23,210,210,0.1);
  28. margin: 0 auto 14rpx;
  29. font-weight: bold;
  30. }
  31. .data-num .label {
  32. font-size: 22rpx;
  33. }
  34. .canvas-container {
  35. width: 100%;
  36. height: 476rpx;
  37. margin-bottom: 40rpx;
  38. }