guanqb
2022-10-12 57d40a94f0892f81dc14fb700e7614a7776a4fca
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<template>
    <div class="container"></div>
</template>
 
<script>
export default {
 
}
</script>
 
<style lang="scss" scoped>
.container {
    width: 1020px;
    height: 600px;
    background: url(/img/home/map.png) no-repeat;
    background-size: contain;
    border: 1px solid #28f2ff;
    box-sizing: border-box;
    // display: none;
}
</style>