index.module.scss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .B1Village {
  2. position: relative;
  3. :global {
  4. .B1toTab3 {
  5. position: absolute;
  6. bottom: 90px;
  7. right: 90px;
  8. cursor: pointer;
  9. width: 80px;
  10. height: 90px;
  11. background-image: url('../../assets/img/tab2/btn_active.png');
  12. background-size: 100% 100%;
  13. color: var(--themeColor2);
  14. font-size: 18px;
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. letter-spacing: 2px;
  19. text-shadow: 1px 1px black;
  20. }
  21. }
  22. }
  23. .villageKrpano {
  24. width: 100vw;
  25. height: 100vh;
  26. }
  27. .hotspot {
  28. display: flex;
  29. flex-direction: column;
  30. align-items: center;
  31. justify-content: center;
  32. }
  33. .hotspotLabel {
  34. width: 316px;
  35. height: 68px;
  36. text-align: center;
  37. line-height: 68px;
  38. font-size: 32px;
  39. color: #fce9ac;
  40. background: url("../../assets/img/btn_normal@2x.png") no-repeat center / contain;
  41. }
  42. .hotspotPointer {
  43. margin-top: 15px;
  44. width: 122px;
  45. height: 124px;
  46. background: url("../../assets/img/icon_address_normal@2x.png") no-repeat center / contain;
  47. }
  48. .hotspotActive .hotspotLabel {
  49. color: #5c4b32;
  50. background-image: url("../../assets/img/btn_active@2x.png");
  51. }
  52. .hotspotActive .hotspotPointer {
  53. background-image: url("../../assets/img/icon_address_active@2x.png");
  54. }