12345678910111213141516171819202122232425262728293031323334 |
- .content {
- flex: 1;
- }
- .map {
- width:100%;
- height: 100rem;
- flex: 1;
- }
- .img-map2{
- width: 100rpx;
- height: 140rpx;
- position: fixed;
- bottom: 12vh;
- right: 2vh;
- text-align: center;
- display: flex;
- flex-direction: column;
- background-color: #FFFFFF;
- border-radius: 5px;
- }
- .img-map3{
- width: 100rpx;
- height: 140rpx;
- position: fixed;
- bottom: 23vh;
- right: 2vh;
- text-align: center;
- display: flex;
- flex-direction: column;
- background-color: #FFFFFF;
- border-radius: 5px;
- }
|