You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
284 B

<template>
<div class="mapcontain"></div>
</template>
<script>
</script>
<style scoped>
.mapcontain{
width: 100%;
height: 19rem;
background-image: url(../../../assets/images/map@2x.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
</style>