1
0

mapComponent.less 825 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .container {
  2. position: absolute;
  3. width: 100%;
  4. height: 100%;
  5. .mapContent {
  6. width: 770px;
  7. height: 530px;
  8. }
  9. .content_num {
  10. position: absolute;
  11. top: 360px;
  12. left: 0;
  13. width: 280px;
  14. height: 195px;
  15. background-image: url('../../../public/assets/border2.png');
  16. .content {
  17. position: absolute;
  18. top: 60px;
  19. left: 75px;
  20. width: 100%;
  21. text-align: center;
  22. .content_title {
  23. color: #fff;
  24. font-size: 15px;
  25. line-height: 40px;
  26. }
  27. .content_value {
  28. margin-left: 35px;
  29. color: #fff;
  30. font-weight: bold;
  31. font-size: 25px;
  32. background-image: -webkit-linear-gradient(bottom, #5197ff, #80f2ff);
  33. -webkit-background-clip: text;
  34. -webkit-text-fill-color: transparent;
  35. }
  36. }
  37. }
  38. }