mapindex.wxss 522 B

12345678910111213141516171819202122232425262728293031323334
  1. .content {
  2. flex: 1;
  3. }
  4. .map {
  5. width:100%;
  6. height: 100rem;
  7. flex: 1;
  8. }
  9. .img-map2{
  10. width: 100rpx;
  11. height: 140rpx;
  12. position: fixed;
  13. bottom: 12vh;
  14. right: 2vh;
  15. text-align: center;
  16. display: flex;
  17. flex-direction: column;
  18. background-color: #FFFFFF;
  19. border-radius: 5px;
  20. }
  21. .img-map3{
  22. width: 100rpx;
  23. height: 140rpx;
  24. position: fixed;
  25. bottom: 23vh;
  26. right: 2vh;
  27. text-align: center;
  28. display: flex;
  29. flex-direction: column;
  30. background-color: #FFFFFF;
  31. border-radius: 5px;
  32. }