dataCurve.wxss 913 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .anniu {
  2. width: 116rpx;
  3. height: 116rpx;
  4. float: right;
  5. margin-top: 20rpx;
  6. }
  7. .charts {
  8. margin-top: 60rpx;
  9. width: 702rpx;
  10. height: 500rpx;
  11. background-color: #FFFFFF;
  12. }
  13. .title1 {
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. }
  18. .tiao {
  19. width: 60px;
  20. height: 3px;
  21. margin-top: 20rpx;
  22. background: #007AFF;
  23. }
  24. .param {
  25. font-size: 38rpx;
  26. font-weight: 550;
  27. margin-top: 40rpx;
  28. }
  29. .white {
  30. width: 702rpx;
  31. height: 720rpx;
  32. margin-left: 24rpx;
  33. background-color: white;
  34. margin-top: 28rpx;
  35. border-radius: 10rpx;
  36. }
  37. .white1 {
  38. width: 702rpx;
  39. height: 720rpx;
  40. margin-left: 24rpx;
  41. background-color: white;
  42. margin-top: 28rpx;
  43. border-radius: 10rpx;
  44. }
  45. .chart {
  46. font-size: 26rpx;
  47. height: 300px;
  48. /* background:white; */
  49. background: rgb(30, 130, 250);
  50. display: flex;
  51. flex-direction: row;
  52. align-items: center;
  53. justify-content: center;
  54. }
  55. .charts-box {
  56. margin-left: 8rpx;
  57. margin-right: 8rpx;
  58. }