gradelist_pages.scss 691 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .chart_box{
  2. width: 100%;
  3. height: 550rpx;
  4. }
  5. .analysis_box {
  6. padding: 20rpx 25rpx;
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: space-around;
  11. overflow: hidden;
  12. }
  13. .analysis_text {
  14. font-size: 30rpx;
  15. font-weight: bold;
  16. color: #FFF;
  17. z-index: 5;
  18. }
  19. .analysis_data {
  20. font-size: 50rpx;
  21. font-weight: bold;
  22. color: #FFF;
  23. transform: skew(-10deg);
  24. z-index: 5;
  25. }
  26. .icon_box {
  27. width: 0rpx;
  28. height: 0rpx;
  29. .t-icon {
  30. position: relative;
  31. top: -230rpx;
  32. left: 160rpx;
  33. width: 200rpx;
  34. height: 200rpx;
  35. z-index: 1;
  36. background-repeat: no-repeat;
  37. background-size: 100%;
  38. }
  39. }