mstp_map.css 906 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .absolute-area{
  2. position:absolute;
  3. top:0;
  4. left:0;
  5. width:100%;
  6. height:100%;
  7. z-index:100;
  8. }
  9. .absolute-area div{
  10. position:absolute;
  11. width:80px;
  12. height:80px;
  13. border-radius: 40px !important;
  14. background-color: #f9e558;
  15. cursor:pointer;
  16. filter:alpha(opacity=50);
  17. -moz-opacity:0.5;
  18. -khtml-opacity: 0.5;
  19. opacity: 0.5;
  20. }
  21. .absolute-area div:hover{
  22. background-color:#63ec8d;
  23. }
  24. .absolute-area div.active{
  25. background-color:#63ec8d;
  26. }
  27. #ab-xining{
  28. left:775px;
  29. top:150px;
  30. }
  31. #ab-haidong{
  32. left:835px;
  33. top:200px;
  34. }
  35. #ab-huangnan{
  36. left:785px;
  37. top:290px;
  38. }
  39. #ab-haibei{
  40. left:665px;
  41. top:90px;
  42. }
  43. #ab-haixi{
  44. background-color: #f00 !important;
  45. left:415px;
  46. top:150px;
  47. }
  48. #ab-hainan{
  49. left:665px;
  50. top:220px;
  51. }
  52. #ab-yushu{
  53. left:445px;
  54. top:380px;
  55. }
  56. #ab-guoluo{
  57. background-color: #ff7500 !important;
  58. left:665px;
  59. top:330px;
  60. }
  61. #ab-geermu{
  62. background-color: #ff7500 !important;
  63. left:230px;
  64. top:340px;
  65. }