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
19 lines
284 B
4 months ago
|
<template>
|
||
4 months ago
|
<div class="mapcontain"></div>
|
||
4 months ago
|
</template>
|
||
|
|
||
|
<script>
|
||
|
|
||
|
|
||
|
</script>
|
||
|
|
||
|
|
||
|
<style scoped>
|
||
4 months ago
|
.mapcontain{
|
||
|
width: 100%;
|
||
|
height: 19rem;
|
||
4 months ago
|
background-image: url(../../../assets/images/map@2x.png);
|
||
4 months ago
|
background-size: 100% 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
4 months ago
|
</style>
|