gradelist_pages.scss 665 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. color: #FFF;
  22. font-family: YSfont;
  23. z-index: 5;
  24. }
  25. .icon_box {
  26. width: 0rpx;
  27. height: 0rpx;
  28. .t-icon {
  29. position: relative;
  30. top: -230rpx;
  31. left: 160rpx;
  32. width: 200rpx;
  33. height: 200rpx;
  34. z-index: 1;
  35. background-repeat: no-repeat;
  36. background-size: 100%;
  37. }
  38. }