index.module.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. .Tab1 {
  2. position: relative;
  3. background-color: #554a3e;
  4. :global {
  5. .tab1Btn {
  6. position: absolute;
  7. left: 10px;
  8. bottom: 6px;
  9. z-index: 10;
  10. .tab1BtnRow {
  11. width: 50px;
  12. height: 50px;
  13. margin-bottom: 4px;
  14. background-size: 100% 100%;
  15. &:nth-of-type(1) {
  16. background-image: url('../../../../assets/img/main/2.png');
  17. }
  18. &:nth-of-type(2) {
  19. background-image: url('../../../../assets/img/main/3.png');
  20. }
  21. }
  22. .tab1BtnRowAc {
  23. position: none;
  24. &:nth-of-type(1) {
  25. background-image: url('../../../../assets/img/main/2Ac.png');
  26. }
  27. &:nth-of-type(2) {
  28. background-image: url('../../../../assets/img/main/3Ac.png');
  29. }
  30. }
  31. }
  32. .tab1ImgBox {
  33. position: relative;
  34. height: 100%;
  35. width: 100%;
  36. overflow-x: auto;
  37. .tab1ImgBoxSon {
  38. width: auto;
  39. height: 100%;
  40. position: relative;
  41. display: inline-block;
  42. .tab1Img {
  43. display: inline-block;
  44. width: auto;
  45. height: 100%;
  46. max-width: 100000px;
  47. }
  48. // 展陈点位
  49. .tab1Loc1 {
  50. position: absolute;
  51. z-index: 9;
  52. .tab1Loc1_1 {
  53. background-size: 100% 100%;
  54. background-image: url('../../../../assets/img/map/icon1.png');
  55. z-index: 10;
  56. width: 35px;
  57. height: 40px;
  58. text-align: center;
  59. line-height: 40px;
  60. font-weight: 700;
  61. font-size: 16px;
  62. }
  63. .tab1Loc1_2 {
  64. opacity: 0;
  65. pointer-events: none;
  66. position: absolute;
  67. top: 50px;
  68. left: 3px;
  69. width: 29px;
  70. height: auto;
  71. color: #47392C;
  72. background-color: rgba(255, 233, 175, 0.6);
  73. backdrop-filter: blur(4px);
  74. font-weight: 700;
  75. font-size: 16px;
  76. text-align: center;
  77. border-radius: 0 6px 0 6px;
  78. padding: 6px 5px;
  79. line-height: 22px;
  80. }
  81. }
  82. .tab1Loc1Ac {
  83. .tab1Loc1_1 {
  84. color: #fff;
  85. background-image: url('../../../../assets/img/map/icon1Ac.png');
  86. }
  87. .tab1Loc1_2 {
  88. opacity: 1;
  89. pointer-events: auto;
  90. }
  91. }
  92. .tab1Loc2 {
  93. .tab1Loc1_1 {
  94. width: 26px;
  95. height: 32px;
  96. background-image: url('../../../../assets/img/map/icon2.png');
  97. }
  98. .tab1Loc1_2 {
  99. top: 36px;
  100. left: -1px;
  101. }
  102. .tab1Loc1_2Top {
  103. top: auto;
  104. bottom: 36px;
  105. }
  106. }
  107. .tab1Loc2Ac {
  108. .tab1Loc1_1 {
  109. background-image: url('../../../../assets/img/map/icon2Ac.png');
  110. }
  111. .tab1Loc1_2 {
  112. opacity: 1;
  113. pointer-events: auto;
  114. }
  115. }
  116. }
  117. }
  118. .sonToBack {
  119. position: absolute;
  120. bottom: 10px;
  121. right: 10px;
  122. z-index: 9999;
  123. }
  124. }
  125. }